Skip to main content
Glama
benswork-space

GovAuctions MCP server

GovAuctions MCP server

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, and get a 0–100 Flip Score resale signal, from the same engine behind the site.

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.

Use it (two ways)

1. Hosted (remote) — no install

Point any client that speaks remote MCP at the hosted Streamable HTTP endpoint:

{
  "mcpServers": {
    "govauctions": { "url": "https://govauctions.app/api/mcp" }
  }
}

get_sold_comps is open on the hosted endpoint; the other three tools read your key from the request. See the developer docs.

2. Local (stdio) — this file

A dependency-free Node wrapper (Node 18+) over the REST Data API. Download govauctions-mcp.mjs and add it to your client:

{
  "mcpServers": {
    "govauctions": {
      "command": "node",
      "args": ["/absolute/path/to/govauctions-mcp.mjs"],
      "env": { "GOVAUCTIONS_API_KEY": "gak_your_key" }
    }
  }
}

Config (env):

Related MCP server: Flippa MCP

API

The tools wrap the public REST Data API. OpenAPI spec: https://govauctions.app/api/v1/openapi.json

License

MIT — see LICENSE.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to search eBay listings, track item prices over time, and identify deals below market value using eBay's APIs. It provides tools for category browsing and retrieving detailed information for specific listings.
    1
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Enables users to search, analyze, and evaluate online business listings on Flippa using AI-powered tools for valuation and market research. It provides detailed metrics, risk assessments, and comparable sales data without requiring an API key or account.
    5
    53
    2
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI agents to search and analyze federal government contract opportunities and awards from SAM.gov and USASpending.gov, with tools for contract search, detail, agency spending, and trending sectors.
    MIT

View all related MCP servers

Related MCP Connectors

  • GSA Auctions API MCP — US federal government surplus auctions (keyed).

  • Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more.

  • Machine-readable utilities and datasets for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/benswork-space/govauctions-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server