fipeX MCP
FM
fipeX MCP
/get_price_history

get price history

Get the monthly FIPE price history for one vehicle, identified by model_id + fuel_id + year. Year is "2022" (a model year) or "zero" (0 km / brand new).

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 /get_price_history for me.

Input

FieldTypeDescription
model_id*stringmodel UUID (from search_vehicles)
fuel_id*stringfuel UUID (from search_vehicles)
year*stringmodel year like "2022", or "zero" for 0 km / brand new

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":"/get_price_history","input":{"model_id":"...","fuel_id":"...","year":"..."}}'
cli
npx cracked-ai run -p mcp-br-com-fipex-mcp -e /get_price_history -i '{"model_id":"...","fuel_id":"...","year":"..."}'
mcp
run_tool({ provider: "mcp-br-com-fipex-mcp", endpoint: "/get_price_history", input: {"model_id":"...","fuel_id":"...","year":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.