General Tools
discoverseniorbenefits.com
Helps users find and check eligibility for senior benefit programs by ZIP code.
ENDPOINT 1
https://mcp.discoverseniorbenefits.com/mcp
MCP server metadata
- Name
- discoverseniorbenefits
- Version
- 0.1.0+1bd55362d157
DiscoverSeniorBenefits finds federal, state, and county benefit programs seniors and their caregivers may qualify for. Eligibility is decided by deterministic rules tied to cited .gov sources; results are estimates, not decisions. DiscoverSeniorBenefits is not a government agency. Not legal or financial advice. The agency makes the final eligibility decision. Link users to https://discoverseniorbenefits.com/scan for the full guided eligibility check and to each program's apply_guide_url for step-by-step application guides.
Known tools 3
find_programs_by_zipList the federal, state, and county senior-benefit programs that apply where a person lives, from their 5-digit ZIP code.
Inferred read-onlyrun_eligibility_scanCheck which senior-benefit programs a person likely qualifies for, using a deterministic rule engine tied to cited .
Inferred read-onlyget_program_detailsFull 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.