# SeniorPulse Medicare Analysis

> SeniorPulse Medicare Analysis is a paid API for AI agents from seniorpulse.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Compares Original Medicare vs Medicare Advantage, Medigap supplement plans, and Part D prescription drug coverage with enrollment guidance to select the right coverage for a senior individual.

## Facts

- Endpoint: GET https://seniorpulse.vercel.app/api/senior/medicare
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-medicare-analysis-af0cccf7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PAzh5hTTjCAGByOsf5g5S

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability seniorpulse-medicare-analysis-af0cccf7
```

Example prompt: My 65-year-old mom is about to turn Medicare-eligible and we're confused about whether to go with Original Medicare plus a Medigap supplement or a Medicare Advantage plan — she takes several daily prescriptions and wants low out-of-pocket costs. Can you run a Medicare comparison for her situation and walk us through enrollment?

## When to prefer this

Use this endpoint when an AI agent needs to help a senior, caregiver, or benefits agent understand and choose between Medicare plan types — specifically when comparing Original Medicare, Medicare Advantage, Medigap, and Part D options and navigating enrollment timing. Prefer this over general health insurance lookup tools when Medicare-specific plan-type comparison and enrollment guidance is the primary need.

## Known failure modes

- Missing or insufficient profile information may produce generic rather than personalized recommendations
- Enrollment date edge cases (e.g. Special Enrollment Periods) may not be fully addressed
- Coverage details may not reflect the most recent CMS rule changes if data is stale
- Very complex multi-condition health profiles may exceed the model's recommendation precision

## How this service works

Medicare plan guidance / Original Medicare vs Medicare Advantage, Medigap, and Part D comparison with enrollment timing to pick the right coverage for an individual. For Medicare and senior-care agents — informational, not insurance advice.

## Output

Returns a structured analysis comparing Original Medicare vs Medicare Advantage, explains Medigap supplement plan options, covers Part D prescription drug coverage, and provides personalized enrollment guidance to help select the most appropriate coverage for the individual's situation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "zip": {
   "type": "string",
   "description": "ZIP code for plan availability context (US)"
  },
  "lang": {
   "type": "string",
   "description": "Response language (e.g. 'es', 'zh', 'ko', 'vi', 'tl') — Claude responds natively in any language"
  },
  "country": {
   "type": "string",
   "description": "Country of residence — defaults to US Medicare if omitted. Set for non-US countries (e.g. 'United Kingdom', 'Canada', 'Germany') to get that country's public/private senior health coverage instead."
  },
  "situation": {
   "type": "string",
   "description": "Enrollment scenario — e.g. 'turning 65', 'comparing plans', 'losing employer coverage at 67', 'enrolling due to disability', 'reviewing Part D'"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-medicare-analysis-af0cccf7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.vercel.app](https://www.zero.xyz/host/seniorpulse.vercel.app/llms.txt)
