← Index

io.github.DynamicDeals/gunsnation

io.github.DynamicDeals/gunsnation·v1.0.0·Calendar & Time
Quality Score
84
/100

MCP server for real-time access to the Gunsnation firearms catalog and specifications.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gunsnation": {
      "command": "npx",
      "args": [
        "-y",
        "gunsnation-mcp"
      ],
      "env": {
        "GUNSNATION_API_KEY": "<your-gunsnation_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gunsnation": {
      "command": "npx",
      "args": [
        "-y",
        "gunsnation-mcp"
      ],
      "env": {
        "GUNSNATION_API_KEY": "<your-gunsnation_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y gunsnation-mcp
§02  Environment variables
GUNSNATION_API_KEY
requiredsecret

Gunsnation API key for accessing the firearms catalog

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time