CapInvest Platform MCP Server
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"capinvest-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# CapInvest MCP Server Model Context Protocol (MCP) server extension for CapInvest Platform. This extension enables LLM agents to interact with CapInvest Platform's REST API endpoints through the MCP protocol. In addition, the server provides discovery tools that allow agents to explore different options and dynamically adjust their active toolset. This prevents agents from being overwhelmed with too many tools while allowing them to discover and activate only the tools they need for specific tasks. Using these dynamic tool discovery, has one major drawback, it makes the server a single-user server. The tool updates are global, so if one user updates a tool, it will be updated for all users. If you plan to server multiple users, you should disable tool discovery, and instead use the `allowed_tool_categories` and `default_tool_categories` settings to control the tools that are available to the users. ## Installation & Usage ```bash pip install capinvest-mcp-server ``` Start the CapInvest MCP server with default settings: ```bash capinvest-mcp ``` Or use the `uvx` command: ```bash uvx --from capinvest-mcp-server --with capinvest capinvest-mcp ``` ### Command Line Options - `--host`: Host to bind to (default: 127.0.0.1) - `--port`: Port to listen on (default: 8001) - `--allowed-categories`: Comma-separated list of allowed tool categories - `--default-categories`: Comma-separated list of categories enabled at startup (default: all) - `--transport`: Transport protocol (default: streamable-http) - `--no-tool-discovery`: Disable tool discovery for multi-client deployments ### Examples ```bash # Start with default settings capinvest-mcp # Start with specific categories and custom host/port capinvest-mcp --default-categories equity,news --host 0.0.0.0 --port 8080 # Start with allowed categories restriction capinvest-mcp --allowed-categories equity,crypto,news # Disable tool discovery for multi-client usage capinvest-mcp --no-tool-discovery ``` #### Claude D…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.