FM
fipeX MCP
/compare_prices
compare prices
Compare the latest FIPE price and history of up to 10 vehicles side by side. Each spec is "model-slug,fuel-slug,year"; separate specs with semicolons.
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 /compare_prices for me.
Input
| Field | Type | Description |
|---|---|---|
| vehicle_specs* | string | up to 10 vehicles, each "model-slug,fuel-slug,year", separated by semicolons (e.g. "argo,f |
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":"/compare_prices","input":{"vehicle_specs":"..."}}'cli
npx cracked-ai run -p mcp-br-com-fipex-mcp -e /compare_prices -i '{"vehicle_specs":"..."}'mcp
run_tool({ provider: "mcp-br-com-fipex-mcp", endpoint: "/compare_prices", input: {"vehicle_specs":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.