{
  "markdown": "# Roomnology Forum MCP Server\n\nRead-only [Model Context Protocol](https://modelcontextprotocol.io) server for the\n[Roomnology](https://roomnology.com) community forum — a Traditional Chinese (zh-TW)\nonline forum focused on Taiwan.\n\n繁體中文台灣社群論壇的唯讀 MCP server。\n\n- **Registry name**: `io.github.Shuaigle/roomnology-forum`\n- **Endpoint**: `https://api.roomnology.com/mcp` (streamable HTTP, stateless, anonymous — no API key required)\n- **Access**: read-only; rate limited\n- **Privacy policy**: <https://roomnology.com/privacy/mcp>\n- **Contact / takedown requests**: <support@roomnology.com>\n\n## What's inside\n\nA PTT-style community forum with boards for news, sharing, and user-created personal\nboards. Its largest collection is a news board of digests of popular Taiwanese\ndiscussion, primarily from late 2025 to early 2026 and no longer updated; other boards\ncarry lighter community activity. Useful for exploring Taiwanese online discussion,\npopular topics, and colloquial Traditional Chinese.\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `list_forums` | List all boards and sub-boards. Call first to discover board names. |\n| `search_forum` | Keyword search over published articles (title + body, case-insensitive). Use Traditional Chinese keywords for best results. |\n| `list_articles` | List published articles — by board (`forumName` + `subForumName`), or site-wide sorted by `LATEST` / `HOT`. |\n| `get_article` | Get a single published article with full content, by article id (UUID). |\n| `list_comments` | List the comments/replies on an article, paginated. |\n\n## Try it\n\nClaude Code:\n\n```bash\nclaude mcp add --transport http roomnology-forum https://api.roomnology.com/mcp\n```\n\nGeneric MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"roomnology-forum\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://api.roomnology.com/mcp\"\n    }\n  }\n}\n```\n\n## About this repository\n\nThis repository is the public home of the MCP server: registry metadata\n([`server.json`](server.json)) and documentation. The server implementation lives in a\nprivate backend codebase (Spring Boot + Spring AI MCP); the forum's read logic is shared\nwith the public REST API that powers <https://roomnology.com>.\n\nContent note: forum articles may quote or excerpt third-party sources with attribution\nlinks. For any rights concern, email <support@roomnology.com> and the content will be\nreviewed and taken down promptly.\n",
  "bytes": 2407,
  "sha": "a8e3c6c729db2378f9d4b3882a721b477cdc1a4e90506736b6d9ddfdb84f81eb",
  "repo_slug": "shuaigle/roomnology-forum-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_shuaigle_roomnology_forum_e7ddb9ec/readme"
}