# veiculo_fipe — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_veiculo_fipe?ms=1787191620000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `veiculo_fipe_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/veiculo_fipe`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/veiculo_fipe/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/veiculo_fipe/consultar` — 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
  - body: { Placa: string, Chassi: string, completo?: boolean }

## Example prompts
- "What is the FIPE value of plate ABC1D23?"
- "Market value for chassis 9BWZZZ377VT004251"

## More
- Page: https://mcp.ai/veiculo_fipe
- Agent spec (llms.txt): https://mcp.ai/veiculo_fipe/llms.txt
- Postman collection: https://mcp.ai/veiculo_fipe/postman.json
