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 ChatCBIchatID(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_SECRETOAuth 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:
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_cbi_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_cbi_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07398478e4f6b0f29a217311af84895fa3325c2be74143257089cc7c1278ce63
|
|
| MD5 |
47c5ef7c3c24c35430ea1b37afdb6cf1
|
|
| BLAKE2b-256 |
cc8fd7bbe2640b58783c660087225fda1a6319bdf27614dd89239f2e9df2cc6e
|
File details
Details for the file iflow_mcp_cbi_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_cbi_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfd4e4c3adede4751dfab5a2622fae1c809f0b4b10ccf0238086d96d2ae4debf
|
|
| MD5 |
fdc296693ef6aad362044b4f3169ba0d
|
|
| BLAKE2b-256 |
5b78c55ba30faecc6b149c1c40ed660039c322a6fa5ba382618f7580355189d6
|