gunbroker_search_items
ActiveTool of Gunbroker
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gunbroker
https://github.com/pipeworx-io/mcp-gunbroker
1/7 registries