Skip to main content
ClaudeWave

MCP server for Woody — AI firearms expert with verified knowledge base and legal engine

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · woody-mcp
Claude Code CLI
claude mcp add woody-mcp -- uvx woody-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "woody-mcp": {
      "command": "uvx",
      "args": ["woody-mcp"],
      "env": {
        "WOODY_API_KEY": "<woody_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
WOODY_API_KEY
Casos de uso

Resumen de MCP Servers

# woody-mcp

mcp-name: io.github.Gunsmith-Academy/woody-mcp

MCP server for [Woody](https://gunsmith.academy), 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.

## What Woody can do

- Answer any firearms question with verified citations (builds, maintenance, legal, ballistics, product specs)
- Look up state-specific firearms laws with jurisdiction-aware citations
- Search a curated knowledge base of manufacturer specs and community-verified data
- Route complex questions to specialist agents (legal, ballistics, maintenance)

## Install

```bash
pip install woody-mcp
```

Or with `uvx` (no install needed):

```bash
uvx woody-mcp
```

## Get an API key

Email [gsa@gunsmith.academy](mailto:gsa@gunsmith.academy) to request a `wdy_` API key.

Tiers:
- **kb_only** — Free. KB search only, no AI answers.
- **standard** — $9/mo. Full AI answers, 30 req/min.
- **premium** — $29/mo. AI answers + Ballistic Solver + legal engine, 60 req/min.

## Claude Desktop setup

Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):

```json
{
  "mcpServers": {
    "woody": {
      "command": "woody-mcp",
      "env": {
        "WOODY_API_KEY": "wdy_your_key_here"
      }
    }
  }
}
```

Restart Claude Desktop. Woody's tools will appear automatically.

## Claude Code setup

```bash
claude mcp add woody -- woody-mcp
```

Then set your key in your shell environment:

```bash
export WOODY_API_KEY=wdy_your_key_here
```

## Tools

### `ask_woody`
Ask 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_base`
Search 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_status`
Check Woody's current capabilities and KB version. No API key required.

## Resources

- `woody://capabilities` — Full tool manifest with input schemas
- `woody://supported-calibers` — List of calibers Woody can analyze

## License

MIT for the MCP client. The Woody API is proprietary.

Lo que la gente pregunta sobre woody-mcp

¿Qué es Gunsmith-Academy/woody-mcp?

+

Gunsmith-Academy/woody-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Woody — AI firearms expert with verified knowledge base and legal engine Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala woody-mcp?

+

Puedes instalar woody-mcp clonando el repositorio (https://github.com/Gunsmith-Academy/woody-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Gunsmith-Academy/woody-mcp?

+

Gunsmith-Academy/woody-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Gunsmith-Academy/woody-mcp?

+

Gunsmith-Academy/woody-mcp es mantenido por Gunsmith-Academy. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a woody-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega woody-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Gunsmith-Academy/woody-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gunsmith-academy-woody-mcp)](https://claudewave.com/repo/gunsmith-academy-woody-mcp)
<a href="https://claudewave.com/repo/gunsmith-academy-woody-mcp"><img src="https://claudewave.com/api/badge/gunsmith-academy-woody-mcp" alt="Featured on ClaudeWave: Gunsmith-Academy/woody-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a woody-mcp