# MindPulse Grief Support

> MindPulse Grief Support is a paid API for AI agents from mindpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Provides grief support guidance that distinguishes normal from complicated grief, with coping strategies and resources for loss.

## Facts

- Endpoint: GET https://mindpulse.theaslangroupllc.com/api/mind/grief
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mindpulse-grief-support-2d7f6a3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OMVwqMQuPiSrgX3ijhwrs

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 mindpulse-grief-support-2d7f6a3f
```

Example prompt: My user recently lost their mother three months ago and is still struggling to function day-to-day — they're not sleeping, withdrawing from everyone, and feel like they'll never recover. Can you help figure out if this is normal grief or something more serious like complicated grief, and suggest coping strategies and resources?

## When to prefer this

Use this endpoint when a mental-health or wellness agent needs to assess and respond to a user experiencing bereavement or loss, particularly when distinguishing normal grieving from complicated grief disorder is clinically important. Prefer over generic mental health endpoints when the primary concern is grief-specific.

## Known failure modes

- Missing or ambiguous loss context may result in generic guidance rather than targeted recommendations
- Endpoint may not distinguish between grief subtypes if insufficient symptom detail is provided
- Network or payment errors (HTTP 402/500) if USDC payment fails or service is unavailable

## How this service works

Grief support for mental-health and wellness agents. Distinguishes normal vs complicated grief with coping guidance and resources for loss.

## Output

Returns a classification of the grief as normal or complicated (prolonged grief disorder), evidence-based coping guidance tailored to the situation, and curated resources such as support groups, therapy referrals, or crisis lines.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | zh | ja | ko | pt | ar | hi"
      },
      "type": {
       "type": "string"
      },
      "duration": {
       "type": "string",
       "description": "2 weeks | 3 months | 1 year"
      },
      "situation": {
       "type": "string",
       "description": "describe your situation"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "Grief has no timeline. 1 year for major loss is still acute.",
  "red_flags": [
   "Prolonged inability to function",
   "Substance use",
   "Suicidal thoughts — call 988"
  ],
  "grief_model": "non-linear — not a fixed 5 stages",
  "evidence_based_support": [
   "Grief support group (free via hospices)",
   "Grief counsellor (EMDR for traumatic loss)"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mindpulse-grief-support-2d7f6a3f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mindpulse.theaslangroupllc.com](https://www.zero.xyz/host/mindpulse.theaslangroupllc.com/llms.txt)
