Histórico Veicular SP for LangChain
io.github.mcp-dir/veiculo_historico_sp-mcp
History of vehicles linked to a CPF or CNPJ in the state of São Paulo. Platform-hosted, no credentia
client:LangChain
transport:streamable-http
tools:7
Install Histórico Veicular SP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"veiculo_historico_sp-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_veiculo_historico_sp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs