Skip to content
LangChain

Bigdata.com for LangChain

com.bigdata/bigdata-mcp

Financial search, tearsheets, screens and monitors, grounded in news, filings and transcripts.

client:LangChain transport:streamable-http

Install Bigdata.com in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bigdata-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.bigdata.com/",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Bigdata.com in other clients