LogoSTMCP
Download
cbi-mcp-server

CB Insights MCP Server

CB Insights MCP Server provides an interface for developers to interact with CB Insights ChatCBI LLM through AI agents, enabling seamless integration with Claude Desktop and other MCP-compatible tools.

Tools

1. ChatCBI

Sends a message from an agent to our AI chatbot and returns the response.

Open Graph image for CB Insights MCP Server

JSON Config

{
  "mcpServers": {
    "cbi-mcp-server": {
      "command": "/path/to/.local/bin/uv",
      "args": [
        "--directory",
        "/path/to/cloned/cbi-mcp-server",
        "run",
        "server.py"
      ]
    }
  }
}

Information