4,500+ servers built on MCP Fusion
Vinkius
CB Insights logo
Vinkius
LangChain logo

How to Use the CB Insights MCP in LangChain

Build multi-step reasoning pipelines that query venture capital data directly through LangChain.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

CB Insights MCP on Cursor AI Code Editor MCP Client CB Insights MCP on Claude Desktop App MCP Integration CB Insights MCP on OpenAI Agents SDK MCP Compatible CB Insights MCP on Visual Studio Code MCP Extension Client CB Insights MCP on GitHub Copilot AI Agent MCP Integration CB Insights MCP on Google Gemini AI MCP Integration CB Insights MCP on Lovable AI Development MCP Client CB Insights MCP on Mistral AI Agents MCP Compatible CB Insights MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LangChain

Connect CB Insights MCP to LangChain

Create your Vinkius account to connect CB Insights to LangChain and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Chain venture data into ReAct agents

The CB Insights MCP Server feeds live startup funding rounds straight into your LangChain graphs. Your ReAct agent checks connectivity with `check_cbi_status` and immediately begins pulling market trends. It decides when to search for companies using `list_organizations` based on the previous step's output. You observe every token and latency metric in LangSmith while the agent works. When a user asks about a specific startup, the chain calls `get_organization` followed by `get_org_competitors` to build a complete market map. Output from the competitor search instantly becomes the input for the next node in your pipeline.

Build automated LangChain MCP Server pipelines

Tracking venture capital deals requires sequential logic that LangChain handles perfectly. You build a chain that triggers `list_deals` daily to find new funding events in specific sectors. The agent iterates through the results and executes `get_deal` for every transaction over a certain dollar amount. Connecting this data to other APIs in your graph happens automatically. The agent grabs the lead backer using `get_investor`, then pulls their entire historical thesis via `get_investor_portfolio`. You map the entire private equity sector without writing custom API wrappers.

Route complex queries to native AI

Sometimes you need the proprietary business intelligence engine to do the heavy lifting before LangChain processes the result. Your agent can route high-level market questions directly to `chat_cbi`. The native engine analyzes the emerging tech trends and returns structured insights. Your custom chain then takes over to verify the claims. It parses the returned industries and runs `list_industries` to cross-reference the data. The final output delivered to your vector store contains both the high-level analysis and the hard funding numbers pulled via `get_org_funding`.

Setup guide

Set up CB Insights MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes CB Insights tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "cb-insights-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent CB Insights transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CB Insights. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about CB Insights MCP in LangChain

Call the get_tools() method on your MultiServerMCPClient. Pass that resulting list directly into your create_agent setup. The agent automatically understands the schema for endpoints like `get_investor`.
Yes. LangSmith tracks every interaction with the MCP Server. You see the exact inputs sent to `get_deal` and the resulting latency for the request.
You can combine this private market data with other internal APIs. Initialize the client with multiple server URLs and the agent will route requests to the correct destination.
The ReAct agent reads the response from `list_deals_by_org` and determines if it needs to fetch more pages. It executes follow-up calls autonomously until it gathers the requested data.
Vinkius isolates your session in a V8 sandbox. The funding amounts, competitor lists, and proprietary deal metrics you pull remain strictly in memory. The container destroys itself immediately after your LangGraph finishes execution.

Start using the CB Insights MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 13 tools

We've already built the connector for CB Insights. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 13 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.