← warriorsfund.org

INDIVIDUAL MCP TOOL

define_veteran_term

Translate veteran/military jargon to plain English.

warriorsfund.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

warriorsfund.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.warriorsfund-org]
url = "https://warriorsfund.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "warriorsfund-org": {
      "type": "http",
      "url": "https://warriorsfund.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: warriorsfund-org
Remote MCP URL: https://warriorsfund.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "warriorsfund-org": {
      "url": "https://warriorsfund.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "warriorsfund-org": {
      "type": "http",
      "url": "https://warriorsfund.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "warriorsfund-org",
  "transport": "streamable-http",
  "url": "https://warriorsfund.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_veteran_resources — Find verified veteran resources (VA hospitals, clinics, benefits offices, mental health, housing, employment) near a US ZIP code.
  • search_veteran_resources_by_text — Natural-language full-text search over the entire veteran-resource corpus (name, services, notes, city).
  • 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.
  • search_by_city — Find veteran resources near a US city name.
  • calculate_va_benefits — Estimate VA disability compensation or GI Bill education benefits based on rating and service years.
  • find_cvso — Find a County Veterans Service Officer (CVSO) — free, state-employed claims representatives who help veterans file VA disability and pension claims.
  • find_accredited_representative — Find a VA-accredited attorney, claim agent, or VSO representative (from the VA Office of General Counsel roster).