{
  "name": "paperhub-wawasan",
  "description": "Model Context Protocol server for the Wawasan open-access journal collection (Institut Teknologi Bandung).",
  "transport": "streamable-http",
  "mcp_endpoint": "https://mcp.wawasan.edulabs.id/mcp",
  "protocol_versions": [
    "2026-01-26",
    "2025-06-18",
    "2025-03-26"
  ],
  "tools": [
    {
      "name": "search_articles",
      "title": "Search articles"
    },
    {
      "name": "get_article",
      "title": "Get article"
    },
    {
      "name": "list_journals",
      "title": "List journals"
    },
    {
      "name": "get_journal_profile",
      "title": "Get journal profile"
    },
    {
      "name": "get_citation_trends",
      "title": "Get citation trends"
    },
    {
      "name": "browse_issues",
      "title": "Browse issues"
    },
    {
      "name": "get_author_profile",
      "title": "Get author profile"
    },
    {
      "name": "read_article",
      "title": "Read full article"
    }
  ],
  "authorization": {
    "required": false,
    "authorization_servers": [
      "https://auth-gateway.edulabs.id"
    ],
    "resource_metadata": "https://mcp.wawasan.edulabs.id/.well-known/oauth-protected-resource"
  },
  "how_to_connect": "Add the mcp_endpoint URL as an MCP server in your client. Authentication is optional; all tools are read-only. Callers that present a token get their own rate-limit budget and appear in the audit trail by identity rather than by IP."
}