G
govauctions
/search_listings
search listings
Search live GSA federal-surplus auction listings (facts only — no images). Filter by state, category, keyword, price, or distance from a US ZIP code. Raw listin
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 /search_listings for me.
Input
| Field | Type | Description |
|---|---|---|
| country | string (US) | default "US" |
| state | string | 2-letter state code |
| category | string | |
| source | string (gsa) | default "gsa" |
| q | string | Title keyword |
| priceMin | number | |
| priceMax | number | |
| zip | string | US 5-digit ZIP to search around. Limits results to lots within radiusMiles, orders them ne |
| radiusMiles | number | Radius from `zip`, in miles (default 100, max 500). Requires `zip`. default 100 |
| limit | integer | default 25 |
| offset | integer | default 0 |
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":"/search_listings","input":{"country":"US","source":"gsa","radiusMiles":100,"limit":25,"offset":0}}'cli
npx cracked-ai run -p mcp-app-govauctions-govauctions -e /search_listings -i '{"country":"US","source":"gsa","radiusMiles":100,"limit":25,"offset":0}'mcp
run_tool({ provider: "mcp-app-govauctions-govauctions", endpoint: "/search_listings", input: {"country":"US","source":"gsa","radiusMiles":100,"limit":25,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.