magent
Deterministic published-formula arithmetic plus ICD-10-CM, RxNorm, and LOINC. Pay in USDC on Base via x402.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "PAYMENT-SIGNATURE header is required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"paymentFlow": "upfront",
"resourceUrl": "https://api.magentlab.com/api/calc/smast",
"assetTransferMethod": "eip3009"
},
"payTo": "0x836Be278f1739fB4308091cD1852F7971Bc19Ee2",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 600
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"withdrawDelay": 86400,
"receiverAuthorizer": "0x3721824a31197dcDD2984cF43b92B6cc8A87c0Fb",
"assetTransferMethod": "eip3009"
},
"payTo": "0x836Be278f1739fB4308091cD1852F7971Bc19Ee2",
"amount": "5000",
"scheme": "batch-settlement",
"network": "eip155:8453",
"maxTimeoutSeconds": 600
}
],
"resource": {
"url": "https://api.magentlab.com/api/calc/smast",
"tags": [
"smast",
"alcohol",
"screening",
"emergency",
"calculator"
],
"mimeType": "application/json",
"description": "Selzer 1975 13-item Short Michigan Alcoholism Screening Test (SMAST). Caller-assigned yes/no items; score is the count of answers in the alcoholic direction using that paper's key (feel_normal_drinker, friends_think_normal_drinker, and able_to_stop score 1 if false; the other ten score 1 if true), max 13. Bands 0-1 nonalcoholic, 2 possible, ≥3 alcoholic. Not a diagnosis, not the 25-item MAST, not Pokorny 1972 Brief MAST, and not SMAST-G. magent does not interview the patient.",
"serviceName": "magent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"attended_aa": false,
"feel_guilty": false,
"able_to_stop": true,
"gone_for_help": false,
"trouble_at_work": false,
"feel_normal_drinker": true,
"neglected_obligations": false,
"arrested_drunk_driving": false,
"arrested_drunken_behavior": false,
"drinking_created_problems": false,
"relative_worry_or_complain": false,
"friends_think_normal_drinker": true,
"hospital_because_of_drinking": false
}
},
"output": {
"type": "json",
"example": {
"band": "nonalcoholic",
"score": 0,
"formula": "smast",
"citation": {
"id": "selzer-1975",
"doi": "10.15288/jsa.1975.36.117",
"pmid": "238068",
"title": "A self-administered Short Michigan Alcoholism Screening Test (SMAST)",
"source": "J Stud Alcohol. 1975;36(1):117-126",
"authors": "Selzer ML, Vinokur A, van Rooijen L"
},
"max_score": 13,
"components": [
{
"factor": "feel_normal_drinker",
"points": 0,
"present": false
},
{
"factor": "relative_worry_or_complain",
"points": 0,
"present": false
},
{
"factor": "feel_guilty",
"points": 0,
"present": false
},
{
"factor": "friends_think_normal_drinker",
"points": 0,
"present": false
},
{
"factor": "able_to_stop",
"points": 0,
"present": false
},
{
"factor": "attended_aa",
"points": 0,
"present": false
},
{
"factor": "drinking_created_problems",
"points": 0,
"present": false
},
{
"factor": "trouble_at_work",
"points": 0,
"present": false
},
{
"factor": "neglected_obligations",
"points": 0,
"present": false
},
{
"factor": "gone_for_help",
"points": 0,
"present": false
},
{
"factor": "hospital_because_of_drinking",
"points": 0,
"present": false
},
{
"factor": "arrested_drunk_driving",
"points": 0,
"present": false
},
{
"factor": "arrested_drunken_behavior",
"points": 0,
"present": false
}
],
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"formula_expression": "SMAST = (1 if not feel_normal_drinker) + relative_worry_or_complain + feel_guilty + (1 if not friends_think_normal_drinker) + (1 if not able_to_stop) + attended_aa + drinking_created_problems + trouble_at_work + neglected_obligations + gone_for_help + hospital_because_of_drinking + arrested_drunk_driving + arrested_drunken_behavior; each 1 in the Selzer 1975 alcoholic direction; max 13"
}
},
"iconUrl": "https://api.magentlab.com/favicon.ico"
},
"schema": {
"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"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"queryParams": {
"type": "object",
"required": [
"feel_normal_drinker",
"relative_worry_or_complain",
"feel_guilty",
"friends_think_normal_drinker",
"able_to_stop",
"attended_aa",
"drinking_created_problems",
"trouble_at_work",
"neglected_obligations",
"gone_for_help",
"hospital_because_of_drinking",
"arrested_drunk_driving",
"arrested_drunken_behavior"
],
"properties": {
"attended_aa": {
"type": "boolean",
"description": "Have you ever attended a meeting of Alcoholics Anonymous? (Selzer 1975 SMAST item 6). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"feel_guilty": {
"type": "boolean",
"description": "Do you ever feel guilty about your drinking? (Selzer 1975 SMAST item 3). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"able_to_stop": {
"type": "boolean",
"description": "Are you able to stop drinking when you want to? (Selzer 1975 SMAST item 5). true or false as assigned by the caller. false is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"gone_for_help": {
"type": "boolean",
"description": "Have you ever gone to anyone for help about your drinking? (Selzer 1975 SMAST item 10). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"trouble_at_work": {
"type": "boolean",
"description": "Have you ever gotten into trouble at work because of drinking? (Selzer 1975 SMAST item 8). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"feel_normal_drinker": {
"type": "boolean",
"description": "Do you feel you are a normal drinker? (By normal we mean you drink less than or as much as most other people.) (Selzer 1975 SMAST item 1). true or false as assigned by the caller. false is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"neglected_obligations": {
"type": "boolean",
"description": "Have you ever neglected your obligations, your family, or your work for two or more days in a row because you were drinking? (Selzer 1975 SMAST item 9). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"arrested_drunk_driving": {
"type": "boolean",
"description": "Have you ever been arrested for drunk driving, driving while intoxicated, or driving after drinking? (Selzer 1975 SMAST item 12). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"arrested_drunken_behavior": {
"type": "boolean",
"description": "Have you ever been arrested, even for a few hours, because of drunken behavior? (Selzer 1975 SMAST item 13). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"drinking_created_problems": {
"type": "boolean",
"description": "Has drinking ever created problems between you and your wife, husband, a parent, or other near relative? (Selzer 1975 SMAST item 7). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"relative_worry_or_complain": {
"type": "boolean",
"description": "Does your wife, husband, a parent, or other near relative ever worry or complain about your drinking? (Selzer 1975 SMAST item 2). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"friends_think_normal_drinker": {
"type": "boolean",
"description": "Do friends or relatives think you are a normal drinker? (Selzer 1975 SMAST item 4). true or false as assigned by the caller. false is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"hospital_because_of_drinking": {
"type": "boolean",
"description": "Have you ever been in a hospital because of drinking? (Selzer 1975 SMAST item 11). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.005 USDC on Base to 0x836B…19Ee2. The signed payment is good for 10 minutes.
- Paid to
- 0x836B…19Ee2
- USD Coin contract
- 0x8335…02913
- Payment window
- 10 minutes
- As published
- 5000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"paymentFlow": "upfront",
"resourceUrl": "https://api.magentlab.com/api/calc/smast",
"assetTransferMethod": "eip3009"
},
"payTo": "0x836Be278f1739fB4308091cD1852F7971Bc19Ee2",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 600
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"items": [
{
"attended_aa": false,
"feel_guilty": false,
"able_to_stop": true,
"gone_for_help": false,
"trouble_at_work": false,
"feel_normal_drinker": true,
"neglected_obligations": false,
"arrested_drunk_driving": false,
"arrested_drunken_behavior": false,
"drinking_created_problems": false,
"relative_worry_or_complain": false,
"friends_think_normal_drinker": true,
"hospital_because_of_drinking": false
},
{
"attended_aa": false,
"feel_guilty": false,
"able_to_stop": true,
"gone_for_help": false,
"trouble_at_work": false,
"feel_normal_drinker": true,
"neglected_obligations": false,
"arrested_drunk_driving": false,
"arrested_drunken_behavior": false,
"drinking_created_problems": false,
"relative_worry_or_complain": false,
"friends_think_normal_drinker": true,
"hospital_because_of_drinking": false
}
]
},
"type": "http",
"method": "POST"
},
"output": {
"type": "json",
"example": {
"path": "/api/calc/smast",
"count": 2,
"items": [
{
"band": "nonalcoholic",
"score": 0,
"formula": "smast",
"citation": {
"id": "selzer-1975",
"doi": "10.15288/jsa.1975.36.117",
"pmid": "238068",
"title": "A self-administered Short Michigan Alcoholism Screening Test (SMAST)",
"source": "J Stud Alcohol. 1975;36(1):117-126",
"authors": "Selzer ML, Vinokur A, van Rooijen L"
},
"max_score": 13,
"components": [
{
"factor": "feel_normal_drinker",
"points": 0,
"present": false
},
{
"factor": "relative_worry_or_complain",
"points": 0,
"present": false
},
{
"factor": "feel_guilty",
"points": 0,
"present": false
},
{
"factor": "friends_think_normal_drinker",
"points": 0,
"present": false
},
{
"factor": "able_to_stop",
"points": 0,
"present": false
},
{
"factor": "attended_aa",
"points": 0,
"present": false
},
{
"factor": "drinking_created_problems",
"points": 0,
"present": false
},
{
"factor": "trouble_at_work",
"points": 0,
"present": false
},
{
"factor": "neglected_obligations",
"points": 0,
"present": false
},
{
"factor": "gone_for_help",
"points": 0,
"present": false
},
{
"factor": "hospital_because_of_drinking",
"points": 0,
"present": false
},
{
"factor": "arrested_drunk_driving",
"points": 0,
"present": false
},
{
"factor": "arrested_drunken_behavior",
"points": 0,
"present": false
}
],
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"formula_expression": "SMAST = (1 if not feel_normal_drinker) + relative_worry_or_complain + feel_guilty + (1 if not friends_think_normal_drinker) + (1 if not able_to_stop) + attended_aa + drinking_created_problems + trouble_at_work + neglected_obligations + gone_for_help + hospital_because_of_drinking + arrested_drunk_driving + arrested_drunken_behavior; each 1 in the Selzer 1975 alcoholic direction; max 13"
},
{
"band": "nonalcoholic",
"score": 0,
"formula": "smast",
"citation": {
"id": "selzer-1975",
"doi": "10.15288/jsa.1975.36.117",
"pmid": "238068",
"title": "A self-administered Short Michigan Alcoholism Screening Test (SMAST)",
"source": "J Stud Alcohol. 1975;36(1):117-126",
"authors": "Selzer ML, Vinokur A, van Rooijen L"
},
"max_score": 13,
"components": [
{
"factor": "feel_normal_drinker",
"points": 0,
"present": false
},
{
"factor": "relative_worry_or_complain",
"points": 0,
"present": false
},
{
"factor": "feel_guilty",
"points": 0,
"present": false
},
{
"factor": "friends_think_normal_drinker",
"points": 0,
"present": false
},
{
"factor": "able_to_stop",
"points": 0,
"present": false
},
{
"factor": "attended_aa",
"points": 0,
"present": false
},
{
"factor": "drinking_created_problems",
"points": 0,
"present": false
},
{
"factor": "trouble_at_work",
"points": 0,
"present": false
},
{
"factor": "neglected_obligations",
"points": 0,
"present": false
},
{
"factor": "gone_for_help",
"points": 0,
"present": false
},
{
"factor": "hospital_because_of_drinking",
"points": 0,
"present": false
},
{
"factor": "arrested_drunk_driving",
"points": 0,
"present": false
},
{
"factor": "arrested_drunken_behavior",
"points": 0,
"present": false
}
],
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"formula_expression": "SMAST = (1 if not feel_normal_drinker) + relative_worry_or_complain + feel_guilty + (1 if not friends_think_normal_drinker) + (1 if not able_to_stop) + attended_aa + drinking_created_problems + trouble_at_work + neglected_obligations + gone_for_help + hospital_because_of_drinking + arrested_drunk_driving + arrested_drunken_behavior; each 1 in the Selzer 1975 alcoholic direction; max 13"
}
]
}
},
"iconUrl": "https://api.magentlab.com/favicon.ico"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"body": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"feel_normal_drinker",
"relative_worry_or_complain",
"feel_guilty",
"friends_think_normal_drinker",
"able_to_stop",
"attended_aa",
"drinking_created_problems",
"trouble_at_work",
"neglected_obligations",
"gone_for_help",
"hospital_because_of_drinking",
"arrested_drunk_driving",
"arrested_drunken_behavior"
],
"properties": {
"attended_aa": {
"type": "boolean",
"description": "Have you ever attended a meeting of Alcoholics Anonymous? (Selzer 1975 SMAST item 6). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"feel_guilty": {
"type": "boolean",
"description": "Do you ever feel guilty about your drinking? (Selzer 1975 SMAST item 3). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"able_to_stop": {
"type": "boolean",
"description": "Are you able to stop drinking when you want to? (Selzer 1975 SMAST item 5). true or false as assigned by the caller. false is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"gone_for_help": {
"type": "boolean",
"description": "Have you ever gone to anyone for help about your drinking? (Selzer 1975 SMAST item 10). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"trouble_at_work": {
"type": "boolean",
"description": "Have you ever gotten into trouble at work because of drinking? (Selzer 1975 SMAST item 8). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"feel_normal_drinker": {
"type": "boolean",
"description": "Do you feel you are a normal drinker? (By normal we mean you drink less than or as much as most other people.) (Selzer 1975 SMAST item 1). true or false as assigned by the caller. false is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"neglected_obligations": {
"type": "boolean",
"description": "Have you ever neglected your obligations, your family, or your work for two or more days in a row because you were drinking? (Selzer 1975 SMAST item 9). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"arrested_drunk_driving": {
"type": "boolean",
"description": "Have you ever been arrested for drunk driving, driving while intoxicated, or driving after drinking? (Selzer 1975 SMAST item 12). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"arrested_drunken_behavior": {
"type": "boolean",
"description": "Have you ever been arrested, even for a few hours, because of drunken behavior? (Selzer 1975 SMAST item 13). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"drinking_created_problems": {
"type": "boolean",
"description": "Has drinking ever created problems between you and your wife, husband, a parent, or other near relative? (Selzer 1975 SMAST item 7). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"relative_worry_or_complain": {
"type": "boolean",
"description": "Does your wife, husband, a parent, or other near relative ever worry or complain about your drinking? (Selzer 1975 SMAST item 2). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"friends_think_normal_drinker": {
"type": "boolean",
"description": "Do friends or relatives think you are a normal drinker? (Selzer 1975 SMAST item 4). true or false as assigned by the caller. false is the alcoholic-direction answer and scores 1. magent does not interview the patient."
},
"hospital_because_of_drinking": {
"type": "boolean",
"description": "Have you ever been in a hospital because of drinking? (Selzer 1975 SMAST item 11). true or false as assigned by the caller. true is the alcoholic-direction answer and scores 1. magent does not interview the patient."
}
}
},
"maxItems": 25,
"minItems": 1
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"type": "string",
"const": "POST"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-31 13:25Z
- Last indexed by Roundhouse
- 2026-09-07 06:20Z
- Last enriched (probe, favicon, geo)
- 2026-09-22 17:15Z
- x402 version
- 2
- Max timeout
- 600s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 10 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service magent and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=magent' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://api.magentlab.com/api/calc/smast, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.