# wounded-warriors-veterans

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add woundedwarriors/wounded-warriors-veterans

# Browse available tools
npx -y @smithery/cli@latest tool list woundedwarriors/wounded-warriors-veterans

# Get full schema for a tool
npx -y @smithery/cli@latest tool get woundedwarriors/wounded-warriors-veterans search_veteran_resources

# Call a tool
npx -y @smithery/cli@latest tool call woundedwarriors/wounded-warriors-veterans search_veteran_resources '{}'
```

## Direct MCP Connection

Endpoint: `https://wounded-warriors-veterans--woundedwarriors.run.tools`

## Tools (5)

- `search_veteran_resources` — Find verified veteran resources (VA hospitals, clinics, benefits offices, mental health, housing, employment) near a US…
- `get_veteran_resource_stats` — Get current statistics about the veteran resource database: total count, breakdown by type and state
- `veteran_crisis_resources` — Get immediate crisis support info for a veteran in distress. ALWAYS call this if a veteran mentions self-harm, suicide,…
- `search_by_city` — Find veteran resources near a US city name. Use when the user provides a city instead of ZIP code.
- `calculate_va_benefits` — Estimate VA disability compensation or GI Bill education benefits based on rating and service years.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get woundedwarriors/wounded-warriors-veterans <tool-name>
```
