# SeniorPulse Memory Care – Dementia Stage & Care-Trajectory Planner

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

Maps cognitive assessment scores (MMSE, MoCA, or CDR) to a dementia stage and outlines what care the next stage of progression will require.

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/memory
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-memory-care-dementia-stage-care-trajectory-planner-599a81c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kHCa0bxH0ene2o1aZk09k

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-care-dementia-stage-care-trajectory-planner-599a81c9
```

Example prompt: My mom just had her cognitive assessment and scored 17 on the MMSE — can you tell me what stage of dementia that indicates and what kind of care she'll likely need as things progress?

## When to prefer this

Use this endpoint when a caregiver or senior-care agent has a specific cognitive assessment score (MMSE, MoCA, or CDR) and needs to understand what dementia stage it represents and what care planning should be considered for the next stage. Prefer this over general dementia information resources when you have an actual numerical score to interpret and need structured staging + trajectory output.

## Known failure modes

- Missing or invalid score value — endpoint requires at least one recognized cognitive score (MMSE, MoCA, or CDR)
- Score out of valid range for the selected assessment tool returns an error or empty staging result
- Ambiguous assessment type (e.g. unlabeled score) may produce incorrect staging
- Payment failure (402) if USDC balance is insufficient for the $0.10 per-call fee

## 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 dementia stage corresponding to the provided cognitive score (MMSE, MoCA, or CDR), a description of where the person is on the dementia progression curve, and informational guidance on what care requirements typically emerge in the next stage — presented as caregiver-oriented, non-medical-advice context.

## 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-care-dementia-stage-care-trajectory-planner-599a81c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.theaslangroupllc.com](https://www.zero.xyz/host/seniorpulse.theaslangroupllc.com/llms.txt)
