You're viewing a demo portfolio

Join the waitlist
PRSM

gunbroker_search_items

Active

Tool of Gunbroker

declared in 0.1.0

Search active GunBroker firearms-marketplace listings by keyword (e.g. "Glock 19", "AR-15 lower", "Henri 22 rifle"). Returns matching live listings with item IDs, titles, current/buy-now prices, bid counts, and time left. Public — needs only a GunBroker developer key (_apiKey). Supports pagination and sort.

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "Sort": {
      "type": "number",
      "description": "GunBroker sort code (e.g. 0=best match, 1=ending soonest, 13=lowest price). Optional."
    },
    "_apiKey": {
      "type": "string",
      "description": "GunBroker developer key (X-DevKey). Required."
    },
    "Keywords": {
      "type": "string",
      "description": "Search keywords for active listings."
    },
    "PageSize": {
      "type": "number",
      "description": "Results per page (default 25, max 300)."
    },
    "PageIndex": {
      "type": "number",
      "description": "Page number, 1-based (default 1)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Gunbroker

https://github.com/pipeworx-io/mcp-gunbroker

1/7 registries
View full server →