Skip to content
LangChain

IBGE Brasil MCP for LangChain

io.github.sidneybissoli/ibge-br-mcp

IBGE: geography, census, economy and health from the official APIs, with provenance. 23 tools.

client:LangChain transport:streamable-http runtime:npm tools:23

Install IBGE Brasil MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

What LangChain can do once it is connected

IBGE Brasil MCP in other clients