MCP server for government-surplus auction data: live listings, sold-price comps, and Flip Score resale signals.
git clone https://github.com/benswork-space/govauctions-mcp{
"mcpServers": {
"govauctions-mcp": {
"command": "node",
"args": ["/path/to/govauctions-mcp/dist/index.js"]
}
}
}MCP Servers overview
# GovAuctions MCP server
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](https://govauctions.app).
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:
```json
{
"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](https://govauctions.app/developers).
### 2. Local (stdio) — this file
A dependency-free Node wrapper (Node 18+) over the REST Data API. Download
[`govauctions-mcp.mjs`](./govauctions-mcp.mjs) and add it to your client:
```json
{
"mcpServers": {
"govauctions": {
"command": "node",
"args": ["/absolute/path/to/govauctions-mcp.mjs"],
"env": { "GOVAUCTIONS_API_KEY": "gak_your_key" }
}
}
}
```
Config (env):
- `GOVAUCTIONS_API_KEY` — required. Your key from https://govauctions.app/developers/keys
- `GOVAUCTIONS_API_BASE` — optional. Defaults to `https://govauctions.app/api/v1`
## API
The tools wrap the public REST Data API. OpenAPI spec:
https://govauctions.app/api/v1/openapi.json
## License
MIT — see [LICENSE](./LICENSE).
What people ask about govauctions-mcp
What is benswork-space/govauctions-mcp?
+
benswork-space/govauctions-mcp is mcp servers for the Claude AI ecosystem. MCP server for government-surplus auction data: live listings, sold-price comps, and Flip Score resale signals. It has 0 GitHub stars and was last updated 15d ago.
How do I install govauctions-mcp?
+
You can install govauctions-mcp by cloning the repository (https://github.com/benswork-space/govauctions-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is benswork-space/govauctions-mcp safe to use?
+
benswork-space/govauctions-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains benswork-space/govauctions-mcp?
+
benswork-space/govauctions-mcp is maintained by benswork-space. The last recorded GitHub activity is from 15d ago, with 0 open issues.
Are there alternatives to govauctions-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy govauctions-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/benswork-space-govauctions-mcp)<a href="https://claudewave.com/repo/benswork-space-govauctions-mcp"><img src="https://claudewave.com/api/badge/benswork-space-govauctions-mcp" alt="Featured on ClaudeWave: benswork-space/govauctions-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!