thorbit-foundation-mcp
v0.2.2
Published
MCP server for Thorbit Foundation business-intelligence runs and atomic captures
Readme
Thorbit Foundation MCP
Customer-safe MCP access to Thorbit Foundation. It starts complete or atomic-slice business-intelligence runs, polls durable progress, and reads reviewed captures and artifacts.
thorbit_foundation_start always gathers the 13 canonical captures. By default it then runs ICP, Topic Map, automatic Topic Map Expansion, and Money Keywords. Pass selection.features to skip specialist phases deliberately; Topic Map Expansion requires Topic Map. EICS is not part of Foundation.
Foundation uses Thorbit Phoenix for authentication, authorization, billing, and public state. Phoenix delegates execution to the Thorbit Mastra runtime. The runtime uses the published MCP Scraper REST SDK for acquisition; this package does not bundle or modify MCP Scraper.
{
"mcpServers": {
"thorbit-foundation": {
"command": "npx",
"args": ["-y", "thorbit-foundation-mcp@latest"],
"env": { "THORBIT_FOUNDATION_API_KEY": "thbt_mcp_..." }
}
}
}