# SeniorPulse Memory Stage & Dementia Care Trajectory Planner

> SeniorPulse Memory Stage & Dementia Care Trajectory Planner is a paid API for AI agents from seniorpulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Maps a person's current cognitive/dementia stage and returns care requirements, progression outlook, and planning guidance for the next stage.

## Facts

- Endpoint: GET https://seniorpulse.vercel.app/api/senior/memory
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-memory-stage-dementia-care-trajectory-planner-62aed9ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_apIjd2DQea1zmkeYNkx1W

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-memory-stage-dementia-care-trajectory-planner-62aed9ee
```

Example prompt: My mom is showing signs of moderate dementia — she's forgetting family names and needs help with daily tasks but can still walk and talk. Can you map where she is on the dementia progression scale and tell me what care she'll need in the next stage?

## When to prefer this

Use this endpoint when a caregiver or care agent needs to understand where a senior is on the dementia or cognitive decline spectrum and wants structured guidance on what care the upcoming stage will require. Ideal for care planning workflows, benefit eligibility triage, or family decision-making support — especially when paired with other SeniorPulse sibling endpoints for facilities, legal documents, or benefits.

## Known failure modes

- Insufficient symptom information provided — returns prompt for more detail
- Ambiguous staging input — returns multiple possible stage matches with confidence levels
- Stage cannot be determined from behavioral description alone — suggests clinical evaluation
- API returns 402 if payment header is missing or insufficient

## How this service works

Dementia stage and care-trajectory planning / cognitive staging from MMSE, MoCA, or CDR scores: where someone is on the dementia progression and what care the next stage requires. For caregiver and senior-care agents — informational, not medical advice.

## Output

Returns the identified cognitive/dementia stage, a description of that stage's characteristics, what care needs are required now, what the next stage looks like, and actionable planning guidance for caregivers preparing for disease progression.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "cdr_score": {
   "type": "number",
   "description": "Clinical Dementia Rating (0, 0.5, 1, 2, 3). 0=normal, 0.5=very mild, 1=mild, 2=moderate, 3=severe."
  },
  "diagnosis": {
   "type": "string",
   "description": "Formal diagnosis if known (e.g. 'Alzheimer's', 'vascular dementia', 'Lewy body', 'MCI', 'frontotemporal')"
  },
  "mmse_score": {
   "type": "number",
   "description": "Mini-Mental State Examination score (0–30). 24–30 normal, 18–23 mild, 0–17 severe."
  },
  "moca_score": {
   "type": "number",
   "description": "Montreal Cognitive Assessment score (0–30). Below 26 indicates possible impairment."
  },
  "current_living": {
   "type": "string",
   "description": "Current living situation (e.g. 'alone', 'with spouse', 'with adult children', 'assisted living')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-memory-stage-dementia-care-trajectory-planner-62aed9ee/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)
