INMETRO Instrumentos: Veículos Tanque for LangChain
io.github.mcp-dir/inmetro_instrumentos_vc_tanque-mcp
INMETRO Instrumentos: Vehicles Tanque, official-source lookup. Platform-hosted, pay per query with p
client:LangChain
transport:streamable-http
tools:7
Install INMETRO Instrumentos: Veículos Tanque in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"inmetro_instrumentos_vc_tanque-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_inmetro_instrumentos_vc_tanque",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs