Skip to content
LangChain

bigdatacloud mcp for LangChain

io.github.mrfentmen/bigdatacloud-mcp

BigDataCloud client IP and reverse geocode APIs.

client:LangChain transport:stdio runtime:npm

Install bigdatacloud mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bigdatacloud-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "bigdatacloud-mcp"],
        }
})

tools = await client.get_tools()

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

bigdatacloud mcp in other clients