fipeX MCP
FM
fipeX MCP
/get_price

get price

Get the latest FIPE price for one vehicle, identified by model_slug + fuel_acronym + year, or by model_id + fuel_id + year. Year is "2022" (a model year) or "ze

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

Input

FieldTypeDescription
model_slugstringmodel slug, e.g. "argo" (pair with fuel_acronym)
fuel_acronymstringsingle-letter fuel acronym, e.g. "g" gasoline, "e" ethanol, "f" flex, "d" diesel
model_idstringmodel UUID (alternative to model_slug)
fuel_idstringfuel UUID (alternative to fuel_acronym)
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","input":{"year":"..."}}'
cli
npx cracked-ai run -p mcp-br-com-fipex-mcp -e /get_price -i '{"year":"..."}'
mcp
run_tool({ provider: "mcp-br-com-fipex-mcp", endpoint: "/get_price", input: {"year":"..."} })

Try it

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