Server data from the Official MCP Registry
MCP server for real-time access to the Gunsnation firearms catalog and specifications.
MCP server for real-time access to the Gunsnation firearms catalog and specifications.
Valid MCP server (2 strong, 4 medium validity signals). 7 known CVEs in dependencies (0 critical, 5 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
9 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GUNSNATION_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-dynamicdeals-gunsnation": {
"env": {
"GUNSNATION_API_KEY": "your-gunsnation-api-key-here"
},
"args": [
"-y",
"gunsnation-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
npm install gunsnation-mcp
Or use directly with npx:
npx gunsnation-mcp
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):
{
"mcpServers": {
"gunsnation": {
"command": "npx",
"args": ["gunsnation-mcp"],
"env": {
"GUNSNATION_API_KEY": "your_api_key_here"
}
}
}
}
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:
Search for Glock handguns: { "query": "glock", "category": "Handguns", "limit": 10 }
Get detailed information about a specific firearm.
Parameters:
id (required): The ID of the firearm to retrieveExample:
Get firearm details: { "id": 12345 }
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
GUNSNATION_API_KEY=your_key npm run dev
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.