G
govauctions
/get_sold_history
get sold history
The individual archived sales behind an item: title, final price, sale month and state, plus the range they produce. Use when you want the evidence rather than
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_sold_history for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | Item description, e.g. '2015 Ford F-150' |
| category | string | |
| country | string (US | UK | CA | AU) | default "US" |
| state | string | Optional 2-letter state/region code. |
| limit | integer | How many sales to return. Capped by plan. |
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_sold_history","input":{"q":"...","country":"US"}}'cli
npx cracked-ai run -p mcp-app-govauctions-govauctions -e /get_sold_history -i '{"q":"...","country":"US"}'mcp
run_tool({ provider: "mcp-app-govauctions-govauctions", endpoint: "/get_sold_history", input: {"q":"...","country":"US"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.