Skip to main content
Glama

CB Insights MCP Server

Official
by cbinsights

CB Insights MCP Server

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

Tools

ChatCBI

  • Sends a message from an agent to our AI chatbot and returns the response
  • Input parameters:
    • message:
    • chatID: (optional) The unique id of an existing ChatCBI session. Used for continuity in a conversation. If not provided, a new ChatCBI session will be created
  • Returns object containing the following fields:
    • chatID: Unique id of current ChatCBI session
    • message: ChatCBI message generated in response to the message send in the input.
    • RelatedContent: Content that is related to the content returned
    • Sources: Supporting sources for the message content returned
    • Suggestions Suggested prompts to further explore the subject matter
  • For more information, check the ChatCBI Docs

Setup

The CBI MCP Server uses uv to manage the project.

The default port is 8000, but can be modified by updating the CBI_MCP_PORT environment variable in the .env file.

The timeout for requests can also be modified via the CBI_MCP_TIMEOUT variable in the .env file.

Authentication

Documentation on how CB Insights APIs are authenticated can be found here

The server uses the CBI_CLIENT_ID and CBI_CLIENT_SECRET environment variables set in the .env file to authorize requests.

Usage

With Claude Desktop

Update the claude_desktop_config.json file using the following command:

mcp install server.py

This will add the following configuration:

{ "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.

mcp dev server.py

More info on using the inspector

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

An interface that allows developers to interact with ChatCBI LLM through AI Agents, providing access to CB Insights' conversational AI capabilities.

  1. Tools
    1. ChatCBI
  2. Setup
    1. Authentication
  3. Usage
    1. With Claude Desktop
  4. Debugging

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Enables integration of Perplexity's AI API with LLMs, delivering advanced chat completion by utilizing specialized prompt templates for tasks like technical documentation, code review, and API documentation.
      Last updated -
      1
      578
      8
      JavaScript
      MIT License
      • Linux
    • -
      security
      A
      license
      -
      quality
      Enables LLMs to interact with Dify AI's chat completion API, including conversation context support and a restaurant recommendation tool.
      Last updated -
      10
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      Exposes Salesforce CLI functionality to LLM tools like Claude Desktop, allowing AI agents to execute Salesforce commands, manage orgs, deploy code, and query data through natural language.
      Last updated -
      5
      247
      31
      JavaScript
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      Enables AI assistants to interact with Power BI datasets through natural language, allowing users to query data, generate DAX, and get insights without leaving their AI assistant.
      Last updated -
      30
      Python
      MIT License
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/cbinsights/cbi-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server