Thorbit MCP Overview
Two MCP servers. 30 tools. One API key.
thorbit-kb-mcp
9 tools
Vector knowledge base — ingest, RAG search, ask with citations.
thorbit-content-mcp
21 tools
SERP-evidence content engine — scrape and on-page pipeline.
Key Facts
- Both servers point at
https://thorbit.ai - Share a single API key (
thbt_mcp_...) - Run over stdio via
npx -y <pkg>@latest - MCP Protocol:
2024-11-05
Architecture: The KB layer (thorbit-kb-mcp) is self-sufficient — no project needed. The pipeline and on-page analysis tools in thorbit-content-mcp require a
projectPublicId created in the thorbit.ai web app.Sections
- Installation — 3 paths: installer, Claude Code add-json, raw JSON
- KB Server SOP — 9 tools, proven RAG loop
- Content & SERP — 3 standalone scrapers
- Pipeline SOP — 7 content pipeline tools
- On-Page Analysis — 11 analysis tools
- Full Reference — all 30 tools in one place
- Troubleshooting — gotchas and fixes