Skip to content
LangChain

Veículos do Proprietário for LangChain

io.github.mcp-dir/veiculo_frotas-mcp

Lists the vehicles linked to a CPF or CNPJ nationwide, from the document provided. Platform-hosted,

client:LangChain transport:streamable-http tools:7

Install Veículos do Proprietário in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Veículos do Proprietário in other clients