Skip to main content
ClaudeWave

MCP server for government-surplus auction data: live listings, sold-price comps, and Flip Score resale signals.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 15d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/benswork-space/govauctions-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "govauctions-mcp": {
      "command": "node",
      "args": ["/path/to/govauctions-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/benswork-space/govauctions-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 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).
government-auctionsmcpmodel-context-protocolsurplus

Lo que la gente pregunta sobre govauctions-mcp

¿Qué es benswork-space/govauctions-mcp?

+

benswork-space/govauctions-mcp es mcp servers para el ecosistema de Claude AI. MCP server for government-surplus auction data: live listings, sold-price comps, and Flip Score resale signals. Tiene 0 estrellas en GitHub y se actualizó por última vez 15d ago.

¿Cómo se instala govauctions-mcp?

+

Puedes instalar govauctions-mcp clonando el repositorio (https://github.com/benswork-space/govauctions-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar benswork-space/govauctions-mcp?

+

benswork-space/govauctions-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene benswork-space/govauctions-mcp?

+

benswork-space/govauctions-mcp es mantenido por benswork-space. La última actividad registrada en GitHub es de 15d ago, con 0 issues abiertos.

¿Hay alternativas a govauctions-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega govauctions-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: benswork-space/govauctions-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/benswork-space-govauctions-mcp)](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>

Más MCP Servers

Alternativas a govauctions-mcp