gunbroker_seller_orders
ActiveTool of Gunbroker
List the authenticated seller's sold orders (GunBroker /OrdersSold) — order IDs, buyers, item titles, totals, payment and shipping status. Seller tool: needs a GunBroker developer key (_apiKey) PLUS the seller's GunBroker username and password, which are exchanged for a short-lived access token on each call.
Parameters schema
{
"type": "object",
"required": [
"_apiKey",
"username",
"password"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "GunBroker developer key (X-DevKey). Required."
},
"PageSize": {
"type": "number",
"description": "Results per page (default 25, max 300)."
},
"password": {
"type": "string",
"description": "GunBroker seller account password. Required."
},
"username": {
"type": "string",
"description": "GunBroker seller account username. Required."
},
"PageIndex": {
"type": "number",
"description": "Page number, 1-based (default 1)."
},
"TimeFrame": {
"type": "number",
"description": "GunBroker time-frame filter for sold orders (e.g. recent N days). Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gunbroker
https://github.com/pipeworx-io/mcp-gunbroker
1/7 registries