GunBroker MCP Pack — wraps the GunBroker firearms-marketplace API.
MCPpedia last refreshed this data
io.github.pipeworx-io/gunbroker is an MCP server that GunBroker MCP Pack — wraps the GunBroker firearms-marketplace API. Its tool list has not been published yet, requires no API key, and scores 33/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gunbroker": {
"url": "https://gateway.pipeworx.io/gunbroker/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
GunBroker MCP Pack — wraps the GunBroker firearms-marketplace API.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны.
A command line tool for setting up commercetools MCP server
MCP server for Salesforce B2C Commerce Cloud development assistance
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
MCP Security Weekly
Get CVE alerts and security updates for io.github.pipeworx-io/gunbroker and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
GunBroker MCP Pack — wraps the GunBroker firearms-marketplace API.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
| Tool | Description |
|---|---|
gunbroker_search_items | 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. |
gunbroker_get_item | Get full details for a single GunBroker listing by item ID — title, description, prices, seller, shipping, condition, category, and time remaining. Public — needs only a GunBroker developer key (_apiKey). |
gunbroker_seller_orders | 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. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"gunbroker": {
"url": "https://gateway.pipeworx.io/gunbroker/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Gunbroker data" })
The gateway picks the right tool and fills the arguments automatically.
MIT