Skip to main content

MCP Server for interacting with ChatCBI

Project description

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

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
  • 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:

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iflow_mcp_cbi_mcp_server-0.1.1.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iflow_mcp_cbi_mcp_server-0.1.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file iflow_mcp_cbi_mcp_server-0.1.1.tar.gz.

File metadata

File hashes

Hashes for iflow_mcp_cbi_mcp_server-0.1.1.tar.gz
Algorithm Hash digest
SHA256 773222f66ee68f8c74d8a1f307e31eb8cab56d14b046fb93d7b0fbcabd34c073
MD5 04f616d27e2bd5de3d274c0c297ab7b1
BLAKE2b-256 b99b8c37fe01bee56c8936ba1470243ca7af6fb6371845d832dd69615c743627

See more details on using hashes here.

File details

Details for the file iflow_mcp_cbi_mcp_server-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for iflow_mcp_cbi_mcp_server-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 da131582b31662b0c9f3280c3f53e5e6cf244424c8abadf85a4c2a5480f48fcb
MD5 550f9875c61cdb44eb7d1fdc13832749
BLAKE2b-256 d4cdf94857defc34e8fbe66a33b4602a5020f86abbac9f01e90b0426b5d42b19

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page