What is CBI MCP Server provides an interface for developers to interact with CB Insights ChatCBI LLM through AI Agents.?
The CBI MCP Server provides an interface for developers to interact with CB Insights ChatCBI LLM through AI Agents. It allows sending messages to an AI chatbot and receiving responses, along with related content and suggestions. The server uses uv for project management and requires specific environment variables for authentication.
Documentation
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