govauctions
G
govauctions
/get_sold_comps

get sold comps

Sold-price comps for a described item, computed across the full government-surplus market in the US, UK, CA or AU. Without an API key: coverage only (how many c

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

Input

FieldTypeDescription
q*stringItem description, e.g. '2015 Ford F-150'
categorystring
countrystring (US | UK | CA | AU) default "US"
statestringOptional 2-letter state/region code for a regional range. Falls back to the national range
includestringSet to "comps" to also return the individual sales the range was computed from (title, fin
limitintegerHow many underlying sales to return with include=comps. 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_comps","input":{"q":"...","country":"US"}}'
cli
npx cracked-ai run -p mcp-app-govauctions-govauctions -e /get_sold_comps -i '{"q":"...","country":"US"}'
mcp
run_tool({ provider: "mcp-app-govauctions-govauctions", endpoint: "/get_sold_comps", input: {"q":"...","country":"US"} })

Try it

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