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. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-23 · ★ 2 · #638 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Gunsnation

before you install - you'll need

Set GUNSNATION_API_KEY before connecting.

Claude Code

claude mcp add dynamicdeals-mcp-server-gunsnation -- npx -y gunsnation-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package gunsnation-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.DynamicDeals is GitHub-verified and matches the repo owner

03 · What Gunsnation can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search the Gunsnation firearms database, and get detailed information about a specific firearm.

The 2 tools it gives your agent

Extracted from the project's README - what gunsnation lets an agent do.

search_firearms
- Search the Gunsnation firearms database.
get_firearm
- Get detailed information about a specific firearm.

Latest releases

v1.0.0 · 2026-03-23

Gunsnation MCP Server v1.0.0 · AI-ready MCP server for real-time access to the Gunsnation firearms catalog. · Tools · search_firearms - Search by name, category, caliber, price range · get_firearm - Get detailed…

04 · Who maintains Gunsnation

gunsnation is maintained by dynamicdeals. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #638 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.DynamicDeals/gunsnation (active, first published 2026-03-23)
packages
npm:gunsnation-mcp

06 · Gunsnation FAQ

What is Gunsnation?

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. It runs locally over stdio via the published package.

Is Gunsnation still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-23. We re-verify nightly.

How do I install Gunsnation?

Run `npx -y gunsnation-mcp`. The README documents one environment variable (GUNSNATION_API_KEY) to set first. Set GUNSNATION_API_KEY before connecting. You can also paste the ready-made client config above.

Does Gunsnation run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gunsnation

More MCP servers to compare · Dynatrace Managed MCP · E18e · Eansearch MCP Server · Decompose · SSH LICCO MCP Server

More TypeScript MCP servers · Dynatrace MCP · Boxpdf · Boxpdf Html · see all