FM
fipeX MCP
/search_vehicles
search vehicles
Search Brazilian FIPE vehicles by free-text query (make, model, year, fuel). Returns matching vehicles with their slugs and IDs — the entry point that resolves
liveunknown~5s typical
mcpfipexmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-br-com-fipex-mcp /search_vehicles for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | free-text search over make, model, year and fuel (e.g. "fiat argo 2022 flex"). Make names |
| page | integer | 1-based page number, defaults to 1 |
| limit | integer | results per page, 1-50, defaults to 10 |
| year_min | integer | minimum model year, inclusive (e.g. 2006). 0 km vehicles have no year and are excluded by |
| year_max | integer | maximum model year, inclusive |
| price_min | number | minimum current price in BRL (reais), inclusive (e.g. 50000) |
| price_max | number | maximum current price in BRL (reais), inclusive (e.g. 78000) |
| vehicle_type | string | filter by vehicle type: carro, moto or caminhao |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-br-com-fipex-mcp","endpoint":"/search_vehicles","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-br-com-fipex-mcp -e /search_vehicles -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-br-com-fipex-mcp", endpoint: "/search_vehicles", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.