# MindPulse Addiction Support & Harm Reduction Guidance

> MindPulse Addiction Support & Harm Reduction Guidance is a paid API for AI agents from mindpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns stage-matched addiction support, harm-reduction guidance, MAT/MOUD treatment landscape, and country-specific helplines for alcohol, opioids, stimulants, gambling, and gaming.

## Facts

- Endpoint: GET https://mindpulse.theaslangroupllc.com/api/mind/addiction
- 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/mindpulse-addiction-support-harm-reduction-guidance-9bbe7f8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YAvIeSulcomHtPeWW4fkf

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-addiction-support-harm-reduction-guidance-9bbe7f8f
```

Example prompt: I've been drinking heavily every day for years and I'm thinking about cutting back — can you give me honest, stage-matched harm-reduction guidance and let me know what medication-assisted treatment options exist, plus any helplines available in the US?

## When to prefer this

Choose this endpoint when an agent needs structured, evidence-based addiction or harm-reduction guidance with treatment landscape context and localized helplines — particularly for alcohol, opioids, stimulants, gambling, or gaming. Prefer over general mental-health endpoints when the user's concern is specifically substance use or behavioral addiction.

## Known failure modes

- Missing or unsupported substance/behavior type returns generic or empty guidance
- Country not recognized returns no helpline data
- Network or payment failure returns HTTP 402 or 5xx error
- Overly vague input may produce low-specificity guidance without stage-matching

## How this service works

Addiction support and harm-reduction guidance for mental-health and wellness agents. Honest, stage-matched guidance on alcohol, opioids, stimulants, gambling, and gaming — including MAT/MOUD treatment landscape and country-specific helplines.

## Output

Returns structured addiction support content including stage-matched harm-reduction guidance, an overview of available MAT/MOUD treatments relevant to the substance or behavior, evidence-based coping strategies, and country-specific crisis and support helplines.

## 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"
      },
      "stage": {
       "type": "string",
       "description": "curious | cutting-back | quitting | relapse | supporting-someone"
      },
      "country": {
       "type": "string",
       "description": "US | UK | AU | CA | DE | any ISO country name"
      },
      "substance-or-behavior": {
       "type": "string"
      }
     }
    }
   },
   "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": {
  "stage_assessed": "quitting",
  "country_helplines": {
   "country": "United States",
   "helplines": [
    {
     "name": "SAMHSA National Helpline",
     "how_to_reach": "Call 1-800-662-4357"
    }
   ]
  },
  "overdose_prevention": {
   "guidance": "Carry naloxone (Narcan) — free at many pharmacies.",
   "relevant": true
  },
  "treatment_landscape": {
   "mat_moud_note": "Methadone and buprenorphine are the gold-standard, evidence-based treatment for opioid use disorder."
  },
  "substance_or_behavior_assessed": "opioids"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mindpulse-addiction-support-harm-reduction-guidance-9bbe7f8f/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)
