fipeX MCP
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

FieldTypeDescription
query*stringfree-text search over make, model, year and fuel (e.g. "fiat argo 2022 flex"). Make names
pageinteger1-based page number, defaults to 1
limitintegerresults per page, 1-50, defaults to 10
year_minintegerminimum model year, inclusive (e.g. 2006). 0 km vehicles have no year and are excluded by
year_maxintegermaximum model year, inclusive
price_minnumberminimum current price in BRL (reais), inclusive (e.g. 50000)
price_maxnumbermaximum current price in BRL (reais), inclusive (e.g. 78000)
vehicle_typestringfilter 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.