← govauctions.app

INDIVIDUAL MCP TOOL

get_listing

Get one live GSA listing by its id (facts only).

govauctions.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

govauctions.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.govauctions]
url = "https://govauctions.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "govauctions": {
      "type": "http",
      "url": "https://govauctions.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: govauctions
Remote MCP URL: https://govauctions.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "govauctions": {
      "type": "http",
      "url": "https://govauctions.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "govauctions",
  "transport": "streamable-http",
  "url": "https://govauctions.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_listings — Search live GSA federal-surplus auction listings (facts only — no images).
  • get_sold_comps — Sold-price range (25th/median/75th percentile of final prices) for a described item, computed across the full US government-surplus market.
  • get_flip_score — GovAuctions Flip Score resale signal for a live GSA listing (valued against the full-market comp archive): estimated value, effective bid, and discount.