GovAuctions MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GovAuctions MCP serversearch for police seized cars under $5000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
It exposes four read-only tools:
Tool | What it does |
| Search live surplus auction listings (facts only). Filter by country, state, category, source, keyword, price. |
| Fetch one listing by id (live or archived). |
| Sold-price range (25th / median / 75th percentile) for a described item, from past government auctions. |
| 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):
GOVAUCTIONS_API_KEY— required. Your key from https://govauctions.app/developers/keysGOVAUCTIONS_API_BASE— optional. Defaults tohttps://govauctions.app/api/v1
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.
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceEnables 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.Last updated1MIT
- AlicenseAqualityFmaintenanceEnables 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.Last updated5542MIT
- Alicense-qualityCmaintenanceExposes Kuwait's 4Sale marketplace to LLM agents through 62 tools for searching listings, evaluating prices, detecting scams, and more, enabling live-data-driven answers.Last updated2MIT
- Alicense-qualityBmaintenanceEnables 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.Last updatedMIT
Related MCP Connectors
Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more.
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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