Server data from the Official MCP Registry
Woody, the AI firearms expert. Verified specs, legal lookups, and knowledge base.
Woody, the AI firearms expert. Verified specs, legal lookups, and knowledge base.
woody-mcp is a well-structured MCP server for a firearms knowledge API with proper authentication and reasonable permissions. The server requires API key authentication for all sensitive operations, implements input validation on user inputs, and makes only expected network calls to its backend. Minor code quality issues around error handling and input validation do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
5 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: WOODY_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-gunsmith-academy-woody-mcp": {
"env": {
"WOODY_API_KEY": "your-woody-api-key-here"
},
"args": [
"woody-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
mcp-name: io.github.Gunsmith-Academy/woody-mcp
MCP server for Woody, an AI firearms expert with a verified knowledge base, jurisdiction-specific legal engine, and multi-agent specialist routing.
Add Woody as a native tool in Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP-compatible client.
pip install woody-mcp
Or with uvx (no install needed):
uvx woody-mcp
Email gsa@gunsmith.academy to request a wdy_ API key.
Tiers:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"woody": {
"command": "woody-mcp",
"env": {
"WOODY_API_KEY": "wdy_your_key_here"
}
}
}
}
Restart Claude Desktop. Woody's tools will appear automatically.
claude mcp add woody -- woody-mcp
Then set your key in your shell environment:
export WOODY_API_KEY=wdy_your_key_here
ask_woodyAsk Woody any firearms question. Returns an expert answer with citations and legal disclaimers where applicable.
question: str — The firearms question (max 2000 chars)
state: str — US state code for legal questions (e.g. "TX")
user_tier: str — matches your API key tier: "free" (kb_only key),
"operator" (standard key), or "patriot"/"armorer" (premium key)
search_knowledge_baseSearch Woody's verified KB directly. Pure vector retrieval, no AI inference, near-zero latency.
query: str — Search query
top_k: int — Number of results (1-10, default 3)
check_woody_statusCheck Woody's current capabilities and KB version. No API key required.
woody://capabilities — Full tool manifest with input schemaswoody://supported-calibers — List of calibers Woody can analyzeMIT for the MCP client. The Woody API is proprietary.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.