glp1forum-mcp
MCP server that searches and reads https://glp1forum.com (a XenForo forum) via system curl, providing tools for full-text search, thread reading, image downloads, and forum browsing without any API keys.
README
glp1forum-mcp
An MCP stdio server that searches and reads https://glp1forum.com (a XenForo forum) with no API keys. It shells out to system curl because Cloudflare there blocks Node's own TLS fingerprint but passes a real curl with a browser User-Agent.
⚠️ The one gotcha
Verified only with Windows curl 8.18 (Schannel). Linux/macOS curl presents a different TLS fingerprint and may get a 403 from Cloudflare. If every request 403s, this is almost certainly why.
Requirements
- Node 18+
- System
curlon yourPATH(curl --versionshould work)
Tools
search_forum— full-text search with XenForo filters (keywords, nodes, author, date range, min replies, order, page,maxPagesup to 3). Keywords are AND-matched; category nodes needincludeChildNodes: true.get_thread— read a thread's posts (author, datetime, body, permalink), paginated.get_thread_images— opt-in: download a thread's image attachments at full size as image blocks so vision can read image-only pricing tables / stock boards / COA figures.maxcaps the count (default 4, max 5 — full-size images are token-expensive).list_threads— browse a forum section's thread list bynodeId, paginated.list_forums— list forum sections with their numeric node IDs (feed these tosearch_forum.nodesandlist_threads.nodeId).
Rate limiting
All requests share a global throttle: ≥2.5s between hits. On HTTP 403/429/503 the server backs off 8s plus up to 10s of jitter and retries once; if still blocked it throws glp1forum rate-limited or unavailable (HTTP 503) — wait ~60s before retrying.
The backoff is deliberately much shorter than the ~60s a Cloudflare 503 actually takes to clear: a handler that slept that long would trip the MCP client's own 60s timeout (-32001), and the sleep holds the search mutex. So it fails fast with a retryable error and asks the caller to wait instead — hence "wait ~60s" in the message.
Two env vars tune this:
GLP1_BACKOFF_MS(default8000) — the retry backoff. Raise it if one retry isn't enough.GLP1_INTERVAL_MS(default2500) — the global gap between requests. Raise it for heavy concurrent use; each search costs 2 requests, and 8-way concurrency trips Cloudflare at 2.5s.
Install
Option A — Claude Code plugin marketplace (recommended)
/plugin marketplace add Sedation6612/glp1forum-mcp
Then install the glp1forum-mcp plugin. This auto-wires the MCP server; the plugin's config uses ${CLAUDE_PLUGIN_ROOT} so there are no paths to edit.
Option B — Desktop Extension (.mcpb, one-click Claude Desktop)
Download glp1forum-mcp.mcpb from the repo's Releases and double-click it — Claude Desktop
installs it with no paths to edit and no npm install (the server is bundled into a single
dependency-free dist/index.mjs). You still need system curl on your PATH.
Option C — manual (Claude Desktop)
Run npm install && npm run build first, then add to claude_desktop_config.json:
"glp1forum": { "command": "node", "args": ["C:\\path\\to\\glp1forum-mcp\\dist\\index.mjs"] }
MSIX Claude Desktop installs put this config under
%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\, not plain%APPDATA%.
Build (contributors)
The distributed artifact is a single bundled dist/index.mjs (esbuild). After editing anything
in src/, rebuild and commit dist/:
npm install
npm run build # -> dist/index.mjs (what the plugin & .mcpb run)
npm run pack # build + produce glp1forum-mcp.mcpb for Claude Desktop
Self-test
npm run selftest # or: node src/selftest.js
Makes a few dozen seconds of live requests under the throttle. Failure means curl is being blocked or the site's HTML drifted.
License
All rights reserved (see LICENSE). The source is public for viewing and for contributions back to this repository via pull request. It is not open source — you may not redistribute it or publish your own version. See the LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。