US government-surplus auction search, sold-price comps, and Flip Score resale signals.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Agent-callable tools for government-surplus auction data: search live listings, pull real sold-price comps, and get a 0β100 Flip Score resale signal β the same engine behind GovAuctions.
It exposes four read-only tools:
| Tool | What it does |
|---|---|
search_listings | Search live surplus auction listings (facts only). Filter by country, state, category, source, keyword, price. |
get_listing | Fetch one listing by id (live or archived). |
get_sold_comps | Sold-price range (25th / median / 75th percentile) for a described item, from past government auctions. |
get_flip_score | Flip Score resale signal for a listing: estimated value, effective bid, and discount. |
All tools are read-only. Get an API key (free tier available) at https://govauctions.app/developers.
Point any client that speaks remote MCP at the hosted Streamable HTTP endpoint:
get_sold_comps is open on the hosted endpoint; the other three tools read your
key from the request. See the developer docs.
A dependency-free Node wrapper (Node 18+) over the REST Data API. Download
govauctions-mcp.mjs and add it to your client:
Config (env):
GOVAUCTIONS_API_KEY β required. Your key from https://govauctions.app/developers/keysGOVAUCTIONS_API_BASE β optional. Defaults to https://govauctions.app/api/v1The tools wrap the public REST Data API. OpenAPI spec: https://govauctions.app/api/v1/openapi.json
MIT β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/govauctions-app)<a href="https://allmcps.com/mcp/govauctions-app"><img src="https://allmcps.com/api/badge/govauctions-app?style=directory" alt="Govauctions.app on AllMCPs" /></a>