Skip to main content
Glama
benswork-space

GovAuctions MCP server

GovAuctions MCP server

GovAuctions.app は、政府の余剰オークションを見つけるための無料の公開サイトです。GSA やその他の政府売り手からのライブ出品と、実際に売れた同等のロットの価格を提供します。このリポジトリはその MCP サーバーであり、エージェントやコード向けに同じデータへの第二の玄関口です。

エージェントが呼び出せるツール(政府余剰オークションデータ用):ライブ出品の検索、実際の販売価格比較の取得、0~100の Flip Score 再販シグナルの取得を、サイトの背後にある同じエンジンから行えます。

4つの読み取り専用ツールを公開しています。

ツール

説明

search_listings

ライブの余剰オークション出品を検索します(事実のみ)。国、州、カテゴリ、ソース、キーワード、価格でフィルタリング可能。

get_listing

IDで1件の出品を取得します(ライブまたはアーカイブ)。

get_sold_comps

説明されたアイテムの販売価格範囲(25パーセンタイル/中央値/75パーセンタイル)を、過去の政府オークションから取得します。

get_flip_score

出品の Flip Score 再販シグナル:推定価値、有効入札額、割引。

すべてのツールは読み取り専用です。APIキー(無料ティアあり)は https://govauctions.app/developers で取得してください。

使用する(2つの方法)

1. ホステッド(リモート)— インストール不要

リモート MCP に対応した任意のクライアントを、ホステッドの Streamable HTTP エンドポイントに向けてください:

{
  "mcpServers": {
    "govauctions": { "url": "https://govauctions.app/api/mcp" }
  }
}

get_sold_comps はホステッドエンドポイントで公開されています。他の3つのツールはリクエストからキーを読み取ります。開発者ドキュメント を参照してください。

2. ローカル(stdio)— このファイル

依存関係のない Node ラッパー(Node 18+)で、REST Data 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 Data 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