GovAuctions MCP server
GovAuctions MCP-Server
GovAuctions.app ist eine kostenlose öffentliche Website zum Auffinden von staatlichen Überschussauktionen: Live-Anzeigen von GSA und anderen staatlichen Verkäufern, zusammen mit den tatsächlichen Verkaufspreisen vergleichbarer Lose. Dieses Repository ist der MCP-Server, eine zweite Eingangstür zu denselben Daten für Agenten und Code.
Von Agenten aufrufbare Tools für staatliche Überschussauktionsdaten: Live-Anzeigen durchsuchen, echte Verkaufspreise abrufen und ein 0–100 Flip Score Weiterverkaufssignal erhalten – von derselben Engine, die hinter der Website steckt.
Sie stellt vier schreibgeschützte Tools bereit:
Tool | Was es tut |
| Live-Überschussauktionsanzeigen durchsuchen (nur Fakten). Filtern nach Land, Bundesland, Kategorie, Quelle, Schlüsselwort, Preis. |
| Einzelne Anzeige nach ID abrufen (live oder archiviert). |
| Verkaufspreisbereich (25. Perzentil / Median / 75. Perzentil) für einen beschriebenen Artikel aus früheren staatlichen Auktionen. |
| Flip Score Weiterverkaufssignal für eine Anzeige: geschätzter Wert, effektives Gebot und Rabatt. |
Alle Tools sind schreibgeschützt. Holen Sie sich einen API-Schlüssel (kostenlose Stufe verfügbar) unter https://govauctions.app/developers.
Verwendung (zwei Möglichkeiten)
1. Gehostet (remote) – keine Installation
Richten Sie einen beliebigen Client, der Remote-MCP unterstützt, auf den gehosteten Streamable-HTTP-Endpunkt:
{
"mcpServers": {
"govauctions": { "url": "https://govauctions.app/api/mcp" }
}
}get_sold_comps ist auf dem gehosteten Endpunkt offen; die anderen drei Tools lesen Ihren Schlüssel aus der Anfrage. Siehe die Entwicklerdokumentation.
2. Lokal (stdio) – diese Datei
Ein abhängigkeitsfreier Node-Wrapper (Node 18+) über die REST-Daten-API. Laden Sie govauctions-mcp.mjs herunter und fügen Sie ihn Ihrem Client hinzu:
{
"mcpServers": {
"govauctions": {
"command": "node",
"args": ["/absolute/path/to/govauctions-mcp.mjs"],
"env": { "GOVAUCTIONS_API_KEY": "gak_your_key" }
}
}
}Konfiguration (Umgebungsvariablen):
GOVAUCTIONS_API_KEY– erforderlich. Ihr Schlüssel von https://govauctions.app/developers/keysGOVAUCTIONS_API_BASE– optional. Standardmäßighttps://govauctions.app/api/v1
Related MCP server: Flippa MCP
API
Die Tools kapseln die öffentliche REST-Daten-API. OpenAPI-Spezifikation: https://govauctions.app/api/v1/openapi.json
Lizenz
MIT – siehe 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
- AlicenseNot gradedqualityDmaintenanceEnables 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.1MIT
- 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.5532MIT
- AlicenseNot gradedqualityCmaintenanceExposes Kuwait's 4Sale marketplace to LLM agents through 62 tools for searching listings, evaluating prices, detecting scams, and more, enabling live-data-driven answers.2MIT
- AlicenseNot gradedqualityFmaintenanceEnables 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
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.
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