Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

govauctions.app

app.govauctions/govauctions

Live listings, sold prices and resale scores from GovAuctions.app, the public surplus-auction site.

Uptime
33.3%
3 direct probes · 30d
Response
588ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

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 listings cover sanctioned federal sources; sol…

get_listing

Get one live GSA listing by its id (facts only).

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 comparable sales, confidence, and a coars…

get_flip_score

GovAuctions Flip Score resale signal for a live GSA listing (valued against the full-market comp archive): estimated value, effective bid, and discount.

get_sold_history

The individual archived sales behind an item: title, final price, sale month and state, plus the range they produce. Use when you want the evidence rather than just the number. Query-anchored — descri…

get_price_trend

Month-by-month median sale price for an item, plus the first-to-last change — 'is this category softening?'. Computed from the same comps as get_sold_comps, so it never contradicts that range. Returns…

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 honest answer about what we cannot do.

get_api_usage

This key's usage for the current month: total calls and the separate valuation allowance (which comps, sold history, trend and flip-score draw down), plus the reset date. Call it to pace a long run in…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "govauctions.app": {
      "url": "https://govauctions.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}