Gunsnation MCP
MCP server that gives assistants real-time access to the Gunsnation firearms catalog
Gunsnation MCP Server
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.
Features
- Search Firearms: Search the firearms database by name, brand, model, UPC, or category
- Get Firearm Details: Retrieve comprehensive details about a specific firearm including specifications and images
Installation
npm install gunsnation-mcp
Or use directly with npx:
npx gunsnation-mcp
Configuration
Environment Variables
GUNSNATION_API_KEY(required): Your Gunsnation API keyGUNSNATION_API_URL(optional): Custom API URL (defaults to https://api.gunsnation.com)
Claude Desktop Configuration
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"
}
}
}
}
Available Tools
search_firearms
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 pagination
Example:
Search for Glock handguns: { "query": "glock", "category": "Handguns", "limit": 10 }
get_firearm
Get detailed information about a specific firearm.
Parameters:
id(required): The ID of the firearm to retrieve
Example:
Get firearm details: { "id": 12345 }
Getting an API Key
- Create an account at gunsnation.com
- Go to Settings
- Click "Generate API Key" in the API Key section
- Copy your API key and keep it secure
Rate Limits
- 60 requests per minute per API key
Development
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
GUNSNATION_API_KEY=your_key npm run dev
License
MIT
相关服务器
UK Crime MCP
An MCP server for accessing UK police crime data, deployable on Cloudflare Workers.
MongoDB
A Model Context Protocol Server for MongoDB
Snowflake Cortex
An experimental MCP server to access Snowflake Cortex insights from your development environment.
CData Active Directory
MCP Server for Microsoft Active Directory, powered by CData.
Quanti: connectors MCP
Unify your marketing team around one AI-powered source of truth. Quanti connects your marketing data to your warehouse. Execute SQL queries on BigQuery, explore table schemas, discover pre-built use cases, and analyze performance across Google Analytics, Google Ads, Meta Ads, TikTok, affiliate networks and more. all through natural conversation
CData Salesforce Data Cloud
A read-only MCP server for Salesforce Data Cloud, powered by CData.
Cursor10x MCP
A memory system for the Cursor code editor, providing persistent context awareness for Claude via a Turso database.
mcp-parseable-server
MCP server for Parseable observability platform
OSV
Access the OSV (Open Source Vulnerabilities) database for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID.
Octagon
Deliver real-time investment research with extensive private and public market data.