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.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Govauctions.app.
search_listingsSearch live GSA federal-surplus listings (facts only). Filter by state, category, keyword, price.
get_listingFetch one live GSA listing by id.
get_sold_compsSold-price range (25th / median / 75th percentile) for a described item, across the US, UK, CA or AU government-surplus market.
get_flip_scoreFlip Score resale signal for a listing: estimated value, effective bid, and discount.
get_sold_historyThe individual archived sales behind a comp number.
get_price_trendMonth-by-month sold-price trend for a described item.
GovAuctions.app is a free public site for finding government surplus auctions: live listings from GSA and other government sellers, alongside what comparable lots actually sold for. This repo is its MCP server, a second front door onto the same data for agents and code.
Agent-callable tools for government-surplus auction data: search live listings, pull real sold-price comps from 170,000+ closed government auctions in the US, UK, Canada and Australia, and get a 0β100 Flip Score resale signal, from the same engine behind the site.
Eight tools on the hosted server, all read-only. The local npm package exposes the first four.
| Tool | What it does |
|---|---|
search_listings | Search live GSA federal-surplus listings (facts only). Filter by state, category, keyword, price. |
get_listing | Fetch one live GSA listing by id. |
get_sold_comps | Sold-price range (25th / median / 75th percentile) for a described item, across the US, UK, CA or AU government-surplus market. |
get_flip_score | Flip Score resale signal for a listing: estimated value, effective bid, and discount. |
get_sold_history | The individual archived sales behind a comp number. |
get_price_trend | Month-by-month sold-price trend for a described item. |
get_comp_coverage | What can and cannot be priced, by category and market. |
get_api_usage | Your key's usage against its monthly allowance. |
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:
Claude Code:
get_sold_comps answers on the hosted endpoint with no key at all; the other
tools read your key from the request. See the
developer docs.
For clients that cannot add a remote MCP URL. A dependency-free Node wrapper
(Node 18+) over the REST Data API, published to npm as
govauctions-mcp:
Or download govauctions-mcp.mjs and run it with
node /absolute/path/to/govauctions-mcp.mjs.
Config (env):
GOVAUCTIONS_API_KEY: required. Your key from https://govauctions.app/developers/keysGOVAUCTIONS_API_BASE: optional. Defaults to https://govauctions.app/api/v1The local wrapper forwards every call to the REST API, so unlike the hosted
server it needs a key for every tool, including get_sold_comps.
The tools wrap the public REST Data API. OpenAPI spec: https://govauctions.app/api/v1/openapi.json
MIT, see LICENSE.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
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>