Connects Claude to the GunBroker firearms marketplace API, letting you query listings, search inventory, and pull auction data programmatically. Built by Pipeworx as part of their gateway that wraps 250+ data sources behind a unified MCP interface. You can call tools directly or use their ask_pipeworx function to make natural language queries that get routed to the right endpoints automatically. Useful if you're building tools that need to interact with firearms classifieds, track auction prices, or pull market data from GunBroker without writing your own API client. Runs over streamable HTTP, so no local installation needed.
GunBroker MCP Pack — wraps the GunBroker firearms-marketplace API.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
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 673+ 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