govauctions
G
govauctions
/get_comp_coverage

get comp coverage

How much sold-price data we hold per category for a market, and which categories can never be priced. Check this before building on the comps tools — it is the

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

Input

FieldTypeDescription
countrystring (US | UK | CA | AU) default "US"

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_comp_coverage","input":{"country":"US"}}'
cli
npx cracked-ai run -p mcp-app-govauctions-govauctions -e /get_comp_coverage -i '{"country":"US"}'
mcp
run_tool({ provider: "mcp-app-govauctions-govauctions", endpoint: "/get_comp_coverage", input: {"country":"US"} })

Try it

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