Skip to main content
Glama
benswork-space

GovAuctions MCP server

GovAuctions MCP 서버

GovAuctions.app은 정부 잉여 경매를 찾을 수 있는 무료 공개 사이트입니다: GSA 및 기타 정부 판매자의 실시간 리스팅과 유사 물건의 실제 낙찰가를 함께 제공합니다. 이 레포지토리는 해당 사이트의 MCP 서버로, 에이전트와 코드를 위한 동일한 데이터의 두 번째 진입점입니다.

에이전트 호출 가능한 정부 잉여 경매 데이터 도구: 실시간 리스팅 검색, 실제 판매 가격 비교 조회, 0–100 플립 점수 재판매 신호 제공 — 사이트와 동일한 엔진 기반.

네 가지 읽기 전용 도구를 제공합니다:

도구

기능 설명

search_listings

실시간 잉여 경매 리스팅 검색 (사실만 제공). 국가, 주, 카테고리, 출처, 키워드, 가격으로 필터링.

get_listing

ID로 단일 리스팅 조회 (실시간 또는 보관됨).

get_sold_comps

설명된 품목에 대한 과거 정부 경매의 판매 가격 범위 (25% / 중앙값 / 75% 백분위수).

get_flip_score

리스팅에 대한 플립 점수 재판매 신호: 예상 가치, 유효 입찰가, 할인율.

모든 도구는 읽기 전용입니다. 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" }
    }
  }
}

구성 (환경 변수):

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