Odel
mcp server gunsnation

mcp server gunsnation

Local
@dynamicdeals2TypeScriptUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgunsnation-mcpv1.0.0

Run

npx -y gunsnation-mcp

MCP client config

{
  "mcpServers": {
    "mcp-server-gunsnation": {
      "command": "npx",
      "args": [
        "-y",
        "gunsnation-mcp"
      ]
    }
  }
}