GovAuctions MCP server
GovAuctions MCP 서버
GovAuctions.app은 정부 잉여 경매를 찾을 수 있는 무료 공개 사이트입니다: GSA 및 기타 정부 판매자의 실시간 리스팅과 유사 물건의 실제 낙찰가를 함께 제공합니다. 이 레포지토리는 해당 사이트의 MCP 서버로, 에이전트와 코드를 위한 동일한 데이터의 두 번째 진입점입니다.
에이전트 호출 가능한 정부 잉여 경매 데이터 도구: 실시간 리스팅 검색, 실제 판매 가격 비교 조회, 0–100 플립 점수 재판매 신호 제공 — 사이트와 동일한 엔진 기반.
네 가지 읽기 전용 도구를 제공합니다:
도구 | 기능 설명 |
| 실시간 잉여 경매 리스팅 검색 (사실만 제공). 국가, 주, 카테고리, 출처, 키워드, 가격으로 필터링. |
| ID로 단일 리스팅 조회 (실시간 또는 보관됨). |
| 설명된 품목에 대한 과거 정부 경매의 판매 가격 범위 (25% / 중앙값 / 75% 백분위수). |
| 리스팅에 대한 플립 점수 재판매 신호: 예상 가치, 유효 입찰가, 할인율. |
모든 도구는 읽기 전용입니다. API 키(무료 티어 제공)는 https://govauctions.app/developers 에서 받을 수 있습니다.
사용 방법 (두 가지)
1. 호스팅 (원격) — 설치 불필요
원격 MCP를 지원하는 모든 클라이언트를 호스팅된 Streamable HTTP 엔드포인트로 연결:
{
"mcpServers": {
"govauctions": { "url": "https://govauctions.app/api/mcp" }
}
}호스팅 엔드포인트에서 get_sold_comps는 공개되어 있으며, 나머지 세 도구는 요청에서 키를 읽습니다. 개발자 문서를 참조하세요.
2. 로컬 (stdio) — 이 파일
REST 데이터 API 위에 구축된 종속성 없는 Node 래퍼 (Node 18+). 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 데이터 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