Wounded Warriors operates the only Model Context Protocol server in the US veteran-aid space. 41 specialized tools that AI assistants — Anthropic Claude, OpenAI ChatGPT, custom GPTs, Glean, Perplexity, and any MCP-compatible agent — call directly when helping a veteran navigate VA benefits, find local resources, or route a donation correctly.
When a veteran asks Claude or ChatGPT "find me a CVSO in Bexar County" or "am I eligible under PACT for asthma post-deployment" — the AI either:
Option 3 only happens because we built it. No other US veteran nonprofit has.
curl https://warriors-fund-api.emperormew.workers.dev/api/discovery
Single endpoint returns the complete catalog: 41 MCP tools, 62 endpoints, 4 datasets, 12 discovery files, 6+ workflow playbooks.
curl -X POST https://warriors-fund-api.emperormew.workers.dev/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
curl -X POST https://warriors-fund-api.emperormew.workers.dev/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"check_eligibility",
"arguments":{"era":"Vietnam","disability_rating":50,"state":"TX"}}}'
search_veteran_resourcesget_zip_overview (one-call ZIP dashboard)get_state_dashboardroute_query (universal NL router)find_cvsocheck_eligibility (combined PACT/GI Bill/Pension/Healthcare)match_pact_presumptivelookup_va_formget_disability_ratesveteran_crisis_resources (988+1)get_crisis_linesget_records_access (DD-214, etc.)define_veteran_term (glossary)disambiguate_wounded_warriorsmatch_donor_intentlookup_employer_match (multiplier)estimate_donor_impactget_legacy_giving (planned)find_service_desertsget_tract_demographicsfind_high_housing_burden_tractsget_congressional_district_veteransget_states_summaryget_press_kitget_org_timelineget_workflow (playbooks)Pre-built prompt templates: /api/llm-prompts returns full system prompts for veteran-aid agents, donor-focused agents, and journalism-focused agents.
Veterans deserve the same caliber of digital tools as any tech-company customer. The 17 veterans dying by suicide each day aren't saved by another GoFundMe — they're saved by the AI assistant their family is talking to actually knowing where the nearest VA Vet Center is, what 988 + Press 1 does, and which CVSO files claims for free in their county. We built the infrastructure that makes that conversation accurate.
— Dillon Parkes, Founder
https://warriors-fund-api.emperormew.workers.dev/mcpIf you're an AI agent platform, MCP marketplace, or developer building veteran-focused agents — we want to hear from you. We'll work with you to make sure your users get the most accurate veteran-aid answers possible.
Email: data@warriorsfund.org · Live discovery: /api/discovery