Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Cbi Mcp Server

    CB Insights' MCP Server

    9 stars
    Python
    Updated Oct 8, 2025
    cbinsights
    mcp
    mcp-server
    mcp-servers

    Table of Contents

    • Tools
    • ChatCBI
    • Setup
    • Usage
    • With Claude Desktop
    • Debugging

    Table of Contents

    • Tools
    • ChatCBI
    • Setup
    • Usage
    • With Claude Desktop
    • Debugging

    Documentation

    CB Insights MCP Server

    _Deprecation notice: This repository, serving as an example implementation of a simple self-hosted MCP server that acts as a pass-through to the CB Insights API, is deprecated as of January 2026. CB Insights is pleased to offer a fully supported MCP server at mcp.cbinsights.com, which can be invoked programmatically or through clients like ChatGPT, Claude, and Microsoft Copilot._

    The CBI MCP Server provides an interface for developers to interact with CB Insights ChatCBI LLM through AI Agents.

    Tools

    ChatCBI

    Send a message from an agent to ChatCBI and return the response.

    • Input parameters:
    • message: The content of your message to ChatCBI
    • chatID(optional): A unique identifier for the chat session, obtained from a previous response. If included, the conversation is continued. Otherwise, a new conversation is started.
    • Returns JSON object containing the following fields:
    • chatID: Identifies the conversation. If chatID was provided in the request, this will be the same.
    • message: ChatCBI response to the message.
    • relatedContent: List of related references.
    • sources: List of sources used to generate the response.
    • suggestions: List of suggested follow-up questions.
    • title: Title of the chat
    • For more information see Using ChatCBI

    Setup

    The CBI MCP Server uses uv to manage the project.

    Environment variables are set via the .env file:

    • CBI_CLIENT_ID & CBI_CLIENT_SECRET OAuth Client ID and Secret
    • see CB Insights API Authentication for usage and how to obtain them
    • CBI_MCP_TIMEOUT (default: 120)
    • CBI_MCP_PORT (default: 8000)

    Usage

    With Claude Desktop

    Update the claude_desktop_config.json file using the following command:

    shell
    mcp install server.py

    This will add the following configuration:

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

    Debugging

    The inspector can be used to test/debug your server.

    shell
    mcp dev server.py

    More info on using the inspector

    Similar MCP

    Based on tags & features

    • KI

      Kill Process Mcp

      Python·
      9
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • KI

      Kill Process Mcp

      Python·
      9
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k