GovAuctions MCP server
GovAuctions MCP 服务器
GovAuctions.app 是一个免费的公共网站,用于查找政府剩余资产拍卖:来自 GSA 及其他政府卖家的实时列表,以及同类拍品的实际成交价格。该仓库是其 MCP 服务器,为智能体和代码提供通往相同数据的第二道入口。
面向智能体的 政府剩余资产拍卖数据 工具:搜索实时列表、获取实际成交价格对比,以及 0–100 的 Flip Score 转售信号,均来自支撑该网站的同一引擎。
它提供四个只读工具:
工具 | 功能说明 |
| 搜索实时剩余资产拍卖列表(仅事实)。可按国家、州、类别、来源、关键词、价格筛选。 |
| 按 ID 获取单个列表(实时或归档)。 |
| 针对描述的商品,从过去的政府拍卖中获取成交价格区间(25% 分位数 / 中位数 / 75% 分位数)。 |
| 列表的 Flip Score 转售信号:估值、有效出价和折扣。 |
所有工具均为只读。在 https://govauctions.app/developers 获取 API 密钥(提供免费层级)。
使用方法(两种方式)
1. 托管(远程)——无需安装
将任何支持远程 MCP 的客户端指向托管的 Streamable HTTP 端点:
{
"mcpServers": {
"govauctions": { "url": "https://govauctions.app/api/mcp" }
}
}get_sold_comps 在托管端点上开放;其他三个工具从请求中读取您的密钥。参见 开发者文档。
2. 本地(stdio)——本文件
一个无依赖的 Node 封装(Node 18+),封装了 REST 数据 API。下载 govauctions-mcp.mjs 并将其添加到您的客户端:
{
"mcpServers": {
"govauctions": {
"command": "node",
"args": ["/absolute/path/to/govauctions-mcp.mjs"],
"env": { "GOVAUCTIONS_API_KEY": "gak_your_key" }
}
}
}配置(环境变量):
GOVAUCTIONS_API_KEY— 必填。您的密钥,来自 https://govauctions.app/developers/keysGOVAUCTIONS_API_BASE— 可选。默认为https://govauctions.app/api/v1
Related MCP server: Flippa MCP
API
这些工具封装了公共 REST 数据 API。OpenAPI 规范:https://govauctions.app/api/v1/openapi.json
许可证
MIT — 参见 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