Skip to content
LangChain

IBGE: Código de Município for LangChain

io.github.mcp-dir/ibge_codigo_municipio-mcp

IBGE: Código de Município, official-source lookup. Platform-hosted, pay per query with prepaid credi

client:LangChain transport:streamable-http tools:7

Install IBGE: Código de Município in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ibge_codigo_municipio-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_ibge_codigo_municipio",
        }
})

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: Código de Município in other clients