Veículo for LangChain
io.github.mcp-dir/veiculo-mcp
Look up a vehicle by license plate against official sources (make/model, year, status, restrictions)
client:LangChain
transport:streamable-http
tools:7
Install Veículo in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"veiculo-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_veiculo",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs