Skip to content
LangChain

INMETRO: Cronotacógrafo for LangChain

io.github.mcp-dir/inmetro_cronotacografo-mcp

INMETRO: Cronotacógrafo, official-source lookup. Platform-hosted, pay per query with prepaid credit.

client:LangChain transport:streamable-http tools:7

Install INMETRO: Cronotacógrafo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

INMETRO: Cronotacógrafo in other clients