Skip to main content
Glama
benswork-space

GovAuctions MCP server

GovAuctions MCP 服务器

GovAuctions.app 是一个免费的公共网站,用于查找政府剩余资产拍卖:来自 GSA 及其他政府卖家的实时列表,以及同类拍品的实际成交价格。该仓库是其 MCP 服务器,为智能体和代码提供通往相同数据的第二道入口。

面向智能体的 政府剩余资产拍卖数据 工具:搜索实时列表、获取实际成交价格对比,以及 0–100 的 Flip Score 转售信号,均来自支撑该网站的同一引擎。

它提供四个只读工具:

工具

功能说明

search_listings

搜索实时剩余资产拍卖列表(仅事实)。可按国家、州、类别、来源、关键词、价格筛选。

get_listing

按 ID 获取单个列表(实时或归档)。

get_sold_comps

针对描述的商品,从过去的政府拍卖中获取成交价格区间(25% 分位数 / 中位数 / 75% 分位数)。

get_flip_score

列表的 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" }
    }
  }
}

配置(环境变量):

Related MCP server: Flippa MCP

API

这些工具封装了公共 REST 数据 API。OpenAPI 规范:https://govauctions.app/api/v1/openapi.json

许可证

MIT — 参见 LICENSE

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    1
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Enables 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.
    5
    53
    2
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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