← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://mindpulse.theaslangroupllc.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 11 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Mind Addiction 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. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/addiction | 0.1 USDC |
Mind Assessment Mental health symptom assessment for mental-health and wellness agents. Uses the PHQ-9/GAD-7 framework with severity interpretation and clear next steps. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/assessment | 0.1 USDC |
Mind Burnout Burnout assessment for mental-health and wellness agents. Returns severity stage, root-cause analysis, and a phased evidence-based recovery protocol. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/burnout | 0.1 USDC |
Mind Grief Grief support for mental-health and wellness agents. Distinguishes normal vs complicated grief with coping guidance and resources for loss. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/grief | 0.08 USDC |
Mind Match Therapy matcher for mental-health and therapy agents. Returns the right platform, modality, and care level for specific concerns and budget. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/match | 0.1 USDC |
Mind Medication Psychiatric medication explainer for mental-health and health agents. Returns what a medication does, what to expect, how it compares, and questions for the prescriber. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/medication | 0.1 USDC |
Mind Postpartum Postpartum and perinatal mental health guidance for parenting and mental-health agents. Distinguishes baby blues from postpartum depression, covers postpartum anxiety, intrusive thoughts, and paternal/partner PPD, with country-specific crisis and helpline resources. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/postpartum | 0.1 USDC |
Mind Relationship Relationship guidance for mental-health and wellness agents. Returns attachment patterns, Gottman Four Horsemen analysis, communication reframes, and couples-vs-individual therapy guidance. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/relationship | 0.1 USDC |
Mind Sleep Sleep and mental health for mental-health and wellness agents. Returns a CBT-I protocol, the sleep-mood connection, and when to seek specialist help. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/sleep | 0.08 USDC |
Mind Technique Coping technique finder for mental-health and wellness agents. Returns a step-by-step evidence-based technique matched to a specific concern and situation. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/technique | 0.08 USDC |
Mind Workplace Workplace mental health for mental-health and HR agents. Returns EAP access, boundary-setting, toxic-environment navigation, and stay-or-leave guidance. | /m/bz-mindpulse-theaslangroupllc-com/api/mind/workplace | 0.08 USDC |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
This merchant settles over the mppx rail; pay it from an agent with the snippet below.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'
const mppx = Mppx.create({
methods: [evm({
account: privateKeyToAccount(process.env.KEY),
currencies: [evm.assets.base.USDC],
})],
})
const res = await mppx.fetch('https://api.meshgateway.co/m/bz-mindpulse-theaslangroupllc-com/api/mind/addiction')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-mindpulse-theaslangroupllc-com/api/mind/addiction # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …