# veiculo_fipe — MCP server on mcp.ai > Vehicle data from its plate or chassis, with the market value from the FIPE table. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/veiculo_fipe ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_veiculo_fipe?ms=1787191680000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/veiculo_fipe/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/veiculo_fipe/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/veiculo_fipe/skill.md Postman collection (v2.1): https://mcp.ai/veiculo_fipe/postman.json ## Tools - veiculo_fipe_consultar(Placa: string, Chassi: string, completo?: boolean) — Dados de um veículo a partir da placa ou do chassi, com o valor de mercado na tabela FIPE. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de A ## Example prompts - "What is the FIPE value of plate ABC1D23?" - "Market value for chassis 9BWZZZ377VT004251" ## Links Docs: https://mcp.ai/docs/mcps/veiculo_fipe Website: https://mcp.ai/mcps/veiculo_fipe