MCP server for real-time access to the Gunsnation firearms catalog and specifications.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Gunsnation.
queryCallable MCP tool function
categoryCallable MCP tool function
limitCallable MCP tool function
offsetCallable MCP tool function
idCallable MCP tool function
The Gunsnation MCP Server is a lightweight integration layer that exposes the Gunsnation firearms catalog to AI assistants through the Model Context Protocol (MCP). It allows compatible AI clients to search, filter, and retrieve detailed firearm information using structured tool calls instead of manual API integration.
Designed for speed and simplicity, the server connects directly to the Gunsnation API and provides a clean, standardized interface for querying products by brand, model, UPC, or category. Assistants can also fetch full specifications, images, and metadata for individual firearms, making it ideal for retail, comparison, and product discovery workflows.
Built in TypeScript and distributed as an npm package, the server is easy to install and run locally or in hosted environments. With just an API key and an MCP-compatible client, developers can quickly add real-time firearm data access to their AI tools.
Key features β’ MCP-compatible firearm search and lookup tools β’ Real-time access to the Gunsnation product catalog β’ Simple installation via npm or npx β’ Lightweight, developer-friendly TypeScript codebase β’ Secure API-key authentication
This project is ideal for developers building AI shopping assistants, retail tools, or product discovery experiences that require up-to-date firearm data from Gunsnation.
Or use directly with npx:
GUNSNATION_API_KEY (required): Your Gunsnation API keyGUNSNATION_API_URL (optional): Custom API URL (defaults to https://api.gunsnation.com)Add to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Search the Gunsnation firearms database.
Parameters:
query (optional): Search query for firearm name, brand, model, or UPCcategory (optional): Category filter (e.g., "Handguns", "Rifles", "Shotguns")limit (optional): Maximum number of results (1-100, default: 20)offset (optional): Number of results to skip for paginationExample:
Get detailed information about a specific firearm.
Parameters:
id (required): The ID of the firearm to retrieveExample:
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gunsnation)<a href="https://allmcps.com/mcp/gunsnation"><img src="https://allmcps.com/api/badge/gunsnation?style=directory" alt="Gunsnation on AllMCPs" /></a>