GovAuctions MCP server
Servidor MCP de GovAuctions
GovAuctions.app es un sitio público gratuito para encontrar subastas de excedentes gubernamentales: listados en vivo de la GSA y otros vendedores gubernamentales, junto con lo que lotes comparables realmente se vendieron. Este repositorio es su servidor MCP, una segunda puerta de entrada a los mismos datos para agentes y código.
Herramientas invocables por agentes para datos de subastas de excedentes gubernamentales: buscar listados en vivo, obtener comparativas de precios de venta reales y obtener una señal de reventa Flip Score de 0 a 100, desde el mismo motor detrás del sitio.
Expone cuatro herramientas de solo lectura:
Herramienta | Qué hace |
| Buscar listados de subastas de excedentes en vivo (solo hechos). Filtrar por país, estado, categoría, fuente, palabra clave, precio. |
| Obtener un listado por ID (en vivo o archivado). |
| Rango de precios de venta (percentil 25 / mediana / percentil 75) para un artículo descrito, de subastas gubernamentales pasadas. |
| Señal de reventa Flip Score para un listado: valor estimado, oferta efectiva y descuento. |
Todas las herramientas son de solo lectura. Obtén una clave API (nivel gratuito disponible) en https://govauctions.app/developers.
Úsalo (dos formas)
1. Alojado (remoto) — sin instalación
Apunta cualquier cliente que hable MCP remoto al endpoint HTTP Streamable alojado:
{
"mcpServers": {
"govauctions": { "url": "https://govauctions.app/api/mcp" }
}
}get_sold_comps está abierto en el endpoint alojado; las otras tres herramientas leen tu clave de la solicitud. Consulta la documentación para desarrolladores.
2. Local (stdio) — este archivo
Un envoltorio de Node sin dependencias (Node 18+) sobre la API REST de datos. Descarga govauctions-mcp.mjs y agrégalo a tu cliente:
{
"mcpServers": {
"govauctions": {
"command": "node",
"args": ["/absolute/path/to/govauctions-mcp.mjs"],
"env": { "GOVAUCTIONS_API_KEY": "gak_your_key" }
}
}
}Configuración (env):
GOVAUCTIONS_API_KEY— requerida. Tu clave de https://govauctions.app/developers/keysGOVAUCTIONS_API_BASE— opcional. Por defectohttps://govauctions.app/api/v1
Related MCP server: Flippa MCP
API
Las herramientas envuelven la API REST de datos pública. Especificación OpenAPI: https://govauctions.app/api/v1/openapi.json
Licencia
MIT — consulta 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