Gunsnation MCP
Related Servers
Alternatives to Gunsnation MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for Woody, an AI firearms expert that answers questions with verified citations, checks state-specific laws, and routes to specialist agents.3MIT
- FlicenseBqualityAmaintenanceMCP server that wraps the GunStore-POS Frappe REST API, enabling AI agents to manage production settings, item pricing, records, and ATF operations via natural language commands.771-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that loads and serves Knowledge Packs to connect AI assistants with business systems like databases, DevOps tools, and APIs.1-
- AlicenseAqualityCmaintenanceEnables AI assistants to discover, install, configure, and manage MCP servers through natural language conversation, automating tedious manual setup across multiple clients.11MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI shopping assistants to understand customer needs, search products using visual and semantic queries, apply metadata filters, and recommend relevant products from an inventory.Apache 2.0
- AlicenseAqualityFmaintenanceMCP server that provides AI assistants with real-time, current information about AI models from OpenAI, Anthropic, and Google, including pricing, capabilities, and context windows.4MIT
TDQS
Scored across 2 tools
The two tools have perfectly distinct purposes: one retrieves a specific firearm by ID, while the other performs a broad search across the database. No ambiguity exists between lookup-by-identifier and search-by-criteria operations.
Both tools follow a consistent snake_case verb_noun pattern. The singular/plural distinction (get_firearm vs search_firearms) logically reflects their respective functions of retrieving one versus finding many.
With only 2 tools, the server meets the minimum viable surface for a read-only database but feels thin. It covers basic retrieval workflows but lacks browsing, listing, or filtering tools that would enrich the firearms domain.
Core read operations (search and get) are present, but notable gaps exist for discovery workflows such as browsing categories, listing manufacturers, or filtering by specific attributes like caliber or action type. Agents can work around these with broad searches, but the surface is minimal.