GovAuctions MCP server
Provides read-only tools to search live government surplus auction listings, retrieve sold price comparables, and compute a resale Flip Score. Enables agents to access auction data via natural language.
README
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_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):
GOVAUCTIONS_API_KEY— required. Your key from https://govauctions.app/developers/keysGOVAUCTIONS_API_BASE— optional. Defaults tohttps://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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.