Skip to content
LangChain

Valor FIPE do Veículo for LangChain

io.github.mcp-dir/veiculo_fipe-mcp

Vehicle data from its plate or chassis, with the market value from the FIPE table. Platform-hosted,

client:LangChain transport:streamable-http tools:7

Install Valor FIPE do Veículo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Valor FIPE do Veículo in other clients