cbi-mcp-server

cbinsights/cbi-mcp-server

3.3

If you are the rightful owner of cbi-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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

The CB Insights MCP Server is a robust platform designed to facilitate seamless interaction between developers and the CB Insights ChatCBI LLM. By leveraging AI Agents, this server allows for efficient communication with the ChatCBI, enabling users to send messages and receive intelligent responses. The server is built using the uv framework, which ensures a streamlined project management experience. It supports customization through environment variables, allowing users to modify the default port and request timeout settings. Authentication is handled via client credentials, ensuring secure access to the CB Insights APIs. The server is compatible with various platforms, including Claude Desktop, and offers debugging capabilities through the inspector tool. This makes it an ideal choice for developers looking to integrate advanced conversational AI into their applications.

Features

  • Seamless interaction with ChatCBI LLM through AI Agents
  • Customizable port and timeout settings via environment variables
  • Secure authentication using client credentials
  • Compatibility with Claude Desktop for easy integration
  • Debugging support through the inspector tool

Usages

usage with Claude Desktop

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

Tools

  1. ChatCBI

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