streamable-httpupdated 1mo ago
Read-only Model Context Protocol server for the Roomnology community forum — a Traditional Chinese (zh-TW) online forum focused on Taiwan.
Traditional Chinese (zh TW) Taiwan Community Forum で何ができる?
Roomnology Forum MCP Server
Read-only Model Context Protocol server for the Roomnology community forum — a Traditional Chinese (zh-TW) online forum focused on Taiwan.
繁體中文台灣社群論壇的唯讀 MCP server。
- Registry name:
io.github.Shuaigle/roomnology-forum - Endpoint:
https://api.roomnology.com/mcp(streamable HTTP, stateless, anonymous — no API key required) - Access: read-only; rate limited
- Privacy policy: https://roomnology.com/privacy/mcp
- Contact / takedown requests: support@roomnology.com
What's inside
A PTT-style community forum with boards for news, sharing, and user-created personal boards. Its largest collection is a news board of digests of popular Taiwanese discussion, primarily from late 2025 to early 2026 and no longer updated; other boards carry lighter community activity. Useful for exploring Taiwanese online discussion, popular topics, and colloquial Traditional Chinese.
Tools
| Tool | Description |
|---|---|
list_forums |
List all boards and sub-boards. Call first to discover board names. |
search_forum |
Keyword search over published articles (title + body, case-insensitive). Use Traditional Chinese keywords for best results. |
list_articles |
List published articles — by board (forumName + subForumName), or site-wide sorted by LATEST / HOT. |
get_article |
Get a single published article with full content, by article id (UUID). |
list_comments |
List the comments/replies on an article, paginated. |
Try it
Claude Code:
claude mcp add --transport http roomnology-forum https://api.roomnology.com/mcp
Generic MCP client config:
{
"mcpServers": {
"roomnology-forum": {
"type": "streamable-http",
"url": "https://api.roomnology.com/mcp"
}
}
}
About this repository
This repository is the public home of the MCP server: registry metadata
(server.json) and documentation. The server implementation lives in a
private backend codebase (Spring Boot + Spring AI MCP); the forum's read logic is shared
with the public REST API that powers https://roomnology.com.
Content note: forum articles may quote or excerpt third-party sources with attribution links. For any rights concern, email support@roomnology.com and the content will be reviewed and taken down promptly.
インストール
Traditional Chinese (zh TW) Taiwan Community Forum をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http traditional-chinese-zh-tw-taiwan-communi https://api.roomnology.com/mcpcodex mcp add traditional-chinese-zh-tw-taiwan-communi --url https://api.roomnology.com/mcp{
"mcpServers": {
"traditional-chinese-zh-tw-taiwan-communi": {
"url": "https://api.roomnology.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"traditional-chinese-zh-tw-taiwan-communi": {
"type": "http",
"url": "https://api.roomnology.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"traditional-chinese-zh-tw-taiwan-communi": {
"url": "https://api.roomnology.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"traditional-chinese-zh-tw-taiwan-communi": {
"serverUrl": "https://api.roomnology.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 個のツール
Traditional Chinese (zh TW) Taiwan Community Forum は接続したエージェントに 5 個のツールを提供します。
- list_forums
- List all boards and sub-boards. Call first to discover board names.
- search_forum
- Keyword search over published articles (title + body, case-insensitive). Use Traditional Chinese keywords for best results.
- list_articles
- List published articles — by board (`forumName` + `subForumName`), or site-wide sorted by `LATEST` / `HOT`.
- get_article
- Get a single published article with full content, by article id (UUID).
- list_comments
- List the comments/replies on an article, paginated.
スコア
62 / 100
良好
- ドキュメント22/25
- メンテナンス16/25
- 信頼性6/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 45 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.18.0最新 | 2026年7月17日 |