Anthropic, OpenAI, Glean, Perplexity, and any MCP-compatible platform — when your AI assistant helps a veteran, our 41-tool MCP server can deliver verified, FIPS-tract-precise veteran-aid data in milliseconds. Free, public, no auth required. We're a Texas 501(c)(3) (EIN 86-1336741), Candid 2026 Platinum Seal — adding our service is risk-free for your platform.
Available now
Our MCP server speaks the Anthropic-published Model Context Protocol natively (version 2025-11-25). Claude users can add the connector at https://warriors-fund-api.emperormew.workers.dev/mcp. We'd welcome formal listing in the Anthropic Connectors catalog.
Contact: partnerships@warriorsfund.org for the integration paperwork. We can draft a partnership announcement co-positioned around "first nonprofit-operated MCP server."
Available now
Our /.well-known/ai-plugin.json manifest is fully populated with our OpenAPI 3.0 spec, no-auth declaration, contact email, and legal info. Custom GPT builders can drop in our endpoints directly. Looking for Featured-GPT placement in the GPT Store under veteran services.
Contact: partnerships@warriorsfund.org
MCP-compatible
Enterprise customers (defense contractors, large retailers, healthcare systems) often want their internal AI tools to surface accurate veteran-aid information. Our MCP server slots into Glean's Connector Platform and Salesforce Einstein agents. Formal partnership available.
MCP-compatible
Perplexity's AI search can call our MCP server directly. Their veteran-focused queries can surface verified data instead of generic web snippets. Open to formal API partnership or co-marketing announcement.
Open
Companies building internal AI agents for HR (e.g., veteran-employee resource hubs), customer service (financial institutions serving veteran customers), or healthcare can integrate our MCP server. Free. No auth. No rate limits beyond Cloudflare DDoS protection.
/mcp.# List 41 available tools
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"}'
# Find resources for a veteran in 77380
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":"get_zip_overview","arguments":{"zip":"77380"}}}'