GovAuctions MCP server
GovAuctions MCP server
GovAuctions.app は、政府の余剰オークションを見つけるための無料の公開サイトです。GSA やその他の政府売り手からのライブ出品と、実際に売れた同等のロットの価格を提供します。このリポジトリはその MCP サーバーであり、エージェントやコード向けに同じデータへの第二の玄関口です。
エージェントが呼び出せるツール(政府余剰オークションデータ用):ライブ出品の検索、実際の販売価格比較の取得、0~100の Flip Score 再販シグナルの取得を、サイトの背後にある同じエンジンから行えます。
4つの読み取り専用ツールを公開しています。
ツール | 説明 |
| ライブの余剰オークション出品を検索します(事実のみ)。国、州、カテゴリ、ソース、キーワード、価格でフィルタリング可能。 |
| IDで1件の出品を取得します(ライブまたはアーカイブ)。 |
| 説明されたアイテムの販売価格範囲(25パーセンタイル/中央値/75パーセンタイル)を、過去の政府オークションから取得します。 |
| 出品の 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" }
}
}
}設定(環境変数):
GOVAUCTIONS_API_KEY— 必須。https://govauctions.app/developers/keys から取得したキー。GOVAUCTIONS_API_BASE— オプション。デフォルトはhttps://govauctions.app/api/v1
Related MCP server: Flippa MCP
API
ツールは公開 REST Data 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