G
govauctions
/get_price_trend
get price trend
Month-by-month median sale price for an item, plus the first-to-last change — 'is this category softening?'. Computed from the same comps as get_sold_comps, so
liveunknown~5s typical
mcpgovauctions
$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-app-govauctions-govauctions /get_price_trend for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | Item description, e.g. 'forklift' |
| category | string | |
| country | string (US | UK | CA | AU) | default "US" |
| state | string | Optional 2-letter state/region code. |
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-app-govauctions-govauctions","endpoint":"/get_price_trend","input":{"q":"...","country":"US"}}'cli
npx cracked-ai run -p mcp-app-govauctions-govauctions -e /get_price_trend -i '{"q":"...","country":"US"}'mcp
run_tool({ provider: "mcp-app-govauctions-govauctions", endpoint: "/get_price_trend", input: {"q":"...","country":"US"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.