INMETRO: Cronotacógrafo (Detalhes) for LangChain
io.github.mcp-dir/inmetro_cronotacografo_cert-mcp
INMETRO: Cronotacógrafo (Detalhes), official-source lookup. Platform-hosted, pay per query with prep
client:LangChain
transport:streamable-http
tools:7
Install INMETRO: Cronotacógrafo (Detalhes) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"inmetro_cronotacografo_cert-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_inmetro_cronotacografo_cert",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs