← discoverseniorbenefits.com

INDIVIDUAL MCP TOOL

find_programs_by_zip

List the federal, state, and county senior-benefit programs that apply where a person lives, from their 5-digit ZIP code.

discoverseniorbenefits.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.discoverseniorbenefits.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_programs_by_zip and invoke it with your own arguments.

Indexed 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 server

discoverseniorbenefits.com

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.discoverseniorbenefits]
url = "https://mcp.discoverseniorbenefits.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "discoverseniorbenefits": {
      "type": "http",
      "url": "https://mcp.discoverseniorbenefits.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: discoverseniorbenefits
Remote MCP URL: https://mcp.discoverseniorbenefits.com/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": {
    "discoverseniorbenefits": {
      "url": "https://mcp.discoverseniorbenefits.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • run_eligibility_scan — Check which senior-benefit programs a person likely qualifies for, using a deterministic rule engine tied to cited .
  • get_program_details — Full public details for one program by its id (ids come from find_programs_by_zip or run_eligibility_scan): description, cited government source, how to apply, documents required, and the apply-guide link on discoverseniorbenefits.