Skip to content
LangChain

SENATRAN: Meus Veículos - Possuidor (Listagem) for LangChain

io.github.mcp-dir/senatran_meus_veiculos_posse-mcp

SENATRAN: Meus Vehicles - Possuidor (Listagem), official-source lookup. Platform-hosted, pay per que

client:LangChain transport:streamable-http tools:7

Install SENATRAN: Meus Veículos - Possuidor (Listagem) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

SENATRAN: Meus Veículos - Possuidor (Listagem) in other clients