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/save",
"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/save",
"tags": [
"save",
"ecmo",
"cardiogenic-shock",
"hemodynamics",
"calculator"
],
"mimeType": "application/json",
"description": "Schmidt 2015 SAVE-score from Table 4 integer cells plus constant −6. Age, weight, additive diagnoses, chronic renal failure, acute liver/CNS/renal failure, intubation hours, PIP ≤20, cardiac arrest, diastolic BP ≥40, pulse pressure ≤20, bicarbonate ≤15. Class I–V hospital survival 75/58/42/30/18%. Range −35 to 17. Not a VA-ECMO assignment. Not modified SAVE.",
"serviceName": "magent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"age": 70,
"pip_cmh2o": 25,
"weight_kg": 95,
"myocarditis": false,
"liver_failure": false,
"cns_dysfunction": false,
"intubation_hours": 5,
"refractory_vt_vf": false,
"bicarbonate_mmol_l": 24,
"diastolic_bp_mm_hg": 35,
"acute_renal_failure": false,
"pulse_pressure_mm_hg": 40,
"chronic_renal_failure": false,
"pre_ecmo_cardiac_arrest": false,
"congenital_heart_disease": false,
"post_heart_or_lung_transplant": false
}
},
"output": {
"type": "json",
"example": {
"score": -6,
"formula": "save",
"citation": {
"id": "schmidt-2015",
"doi": "10.1093/eurheartj/ehv194",
"pmid": "26033984",
"title": "Predicting survival after ECMO for refractory cardiogenic shock: the survival after veno-arterial-ECMO (SAVE)-score",
"source": "Eur Heart J. 2015;36(33):2246-2256",
"authors": "Schmidt M, Burrell A, Roberts L, et al."
},
"max_score": 17,
"min_score": -35,
"components": [
{
"factor": "myocarditis",
"points": 0,
"present": false
},
{
"factor": "refractory_vt_vf",
"points": 0,
"present": false
},
{
"factor": "post_heart_or_lung_transplant",
"points": 0,
"present": false
},
{
"factor": "congenital_heart_disease",
"points": 0,
"present": false
},
{
"value": 70,
"factor": "age",
"points": 0,
"present": false
},
{
"value": 95,
"factor": "weight_kg",
"points": 0,
"present": false
},
{
"factor": "liver_failure",
"points": 0,
"present": false
},
{
"factor": "cns_dysfunction",
"points": 0,
"present": false
},
{
"factor": "acute_renal_failure",
"points": 0,
"present": false
},
{
"factor": "chronic_renal_failure",
"points": 0,
"present": false
},
{
"value": 5,
"factor": "intubation_hours",
"points": 0,
"present": false
},
{
"value": 25,
"factor": "pip_cmh2o",
"points": 0,
"present": false
},
{
"factor": "pre_ecmo_cardiac_arrest",
"points": 0,
"present": false
},
{
"value": 35,
"factor": "diastolic_bp_mm_hg",
"points": 0,
"present": false
},
{
"value": 40,
"factor": "pulse_pressure_mm_hg",
"points": 0,
"present": false
},
{
"value": 24,
"factor": "bicarbonate_mmol_l",
"points": 0,
"present": false
},
{
"factor": "constant",
"points": -6,
"present": true
}
],
"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.",
"save_class": "IV",
"formula_expression": "SAVE = constant(−6) + age(18–38 → 7, 39–52 → 4, 53–62 → 3, ≥63 → 0) + weight_kg(≤65 → 1, 66–89 → 2, ≥90 → 0) + myocarditis(3) + refractory_vt_vf(2) + post_heart_or_lung_transplant(3) + congenital_heart_disease(−3) + liver_failure(−3) + cns_dysfunction(−3) + acute_renal_failure(−3) + chronic_renal_failure(−6) + intubation_hours(≤10 → 0, 11–29 → −2, ≥30 → −4) + pip_cmh2o(≤20 → 3) + pre_ecmo_cardiac_arrest(−2) + diastolic_bp_mm_hg(≥40 → 3) + pulse_pressure_mm_hg(≤20 → −2) + bicarbonate_mmol_l(≤15 → −3); diagnoses and acute organ failures may stack (Table 4 select one or more); other diagnoses 0; range −35 to 17; class I >5 → 75%, II 1–5 → 58%, III −4 to 0 → 42%, IV −9 to −5 → 30%, V ≤−10 → 18%",
"hospital_survival_percent": 30
}
},
"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": [
"age",
"weight_kg",
"myocarditis",
"refractory_vt_vf",
"post_heart_or_lung_transplant",
"congenital_heart_disease",
"liver_failure",
"cns_dysfunction",
"acute_renal_failure",
"chronic_renal_failure",
"intubation_hours",
"pip_cmh2o",
"pre_ecmo_cardiac_arrest",
"diastolic_bp_mm_hg",
"pulse_pressure_mm_hg",
"bicarbonate_mmol_l"
],
"properties": {
"age": {
"type": "integer",
"description": "Age in years (18-120). Schmidt 2015 Table 4: 18–38 → 7, 39–52 → 4, 53–62 → 3, ≥63 → 0. Adult SAVE-score; magent does not assign pediatric VA-ECMO."
},
"pip_cmh2o": {
"type": "number",
"description": "Peak inspiratory pressure in cmH2O (5-80). Table 4: ≤20 → +3, otherwise 0. Worst value as assigned by the caller. magent does not read airway pressure."
},
"weight_kg": {
"type": "number",
"description": "Weight in kg (20-400). Table 4 / Table 3 bands: ≤65 → 1, 66–89 → 2, ≥90 → 0. 65 kg scores 1 (≤65 before the 65–89 typeset overlap). Caller-supplied; magent does not weigh the patient."
},
"myocarditis": {
"type": "boolean",
"description": "Acute myocarditis diagnosis (Table 4, +3). Diagnoses are not mutually exclusive (select one or more). true or false. Caller-assigned."
},
"liver_failure": {
"type": "boolean",
"description": "Acute pre-ECMO liver failure (Table 4, −3). Paper footnote: bilirubin ≥33 µmol/L or ALT or AST >70 U/L. Acute organ failures may stack. true or false. Caller-assigned; magent does not measure labs."
},
"cns_dysfunction": {
"type": "boolean",
"description": "Acute pre-ECMO CNS dysfunction (Table 4, −3): neurotrauma, stroke, encephalopathy, cerebral embolism, seizure or epileptic syndromes. May stack. true or false. Caller-assigned; magent does not examine the patient."
},
"intubation_hours": {
"type": "number",
"description": "Hours of intubation before ECMO (0-720). Table 4: ≤10 → 0, 11–29 → −2, ≥30 → −4. Caller-supplied; magent does not read a ventilator log."
},
"refractory_vt_vf": {
"type": "boolean",
"description": "Refractory ventricular tachycardia or fibrillation (Table 4, +2). May stack with other diagnosis flags. true or false. Caller-assigned."
},
"bicarbonate_mmol_l": {
"type": "number",
"description": "Serum bicarbonate in mmol/L before ECMO (1-50). Worst value within 6 h. Table 4: ≤15 → −3, otherwise 0. magent does not measure HCO3."
},
"diastolic_bp_mm_hg": {
"type": "number",
"description": "Diastolic blood pressure in mm Hg before ECMO (1-200). Worst value within 6 h of cannulation. Table 4: ≥40 → +3, otherwise 0. magent does not measure blood pressure."
},
"acute_renal_failure": {
"type": "boolean",
"description": "Acute pre-ECMO renal failure (Table 4, −3): creatinine >1.5 mg/dL with or without RRT. Distinct from chronic_renal_failure. May stack. true or false. Caller-assigned."
},
"pulse_pressure_mm_hg": {
"type": "number",
"description": "Pulse pressure in mm Hg before ECMO (0-200). Worst value within 6 h. Table 4: ≤20 → −2, otherwise 0. Caller-supplied; magent does not subtract systolic minus diastolic."
},
"chronic_renal_failure": {
"type": "boolean",
"description": "Chronic renal failure (Table 4, −6): kidney damage or GFR <60 mL/min/1.73 m² for ≥3 months. Distinct from acute_renal_failure. true or false. Caller-assigned."
},
"pre_ecmo_cardiac_arrest": {
"type": "boolean",
"description": "Cardiac arrest before ECMO (Table 4, −2). Derivation excluded eCPR during cannulation. true or false. Caller-assigned."
},
"congenital_heart_disease": {
"type": "boolean",
"description": "Congenital heart disease (Table 4, −3). May stack with other diagnosis flags. true or false. Caller-assigned."
},
"post_heart_or_lung_transplant": {
"type": "boolean",
"description": "Post heart or lung transplantation (Table 4, +3). May stack with other diagnosis flags. true or false. Caller-assigned."
}
}
}
},
"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/save",
"assetTransferMethod": "eip3009"
},
"payTo": "0x836Be278f1739fB4308091cD1852F7971Bc19Ee2",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 600
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"items": [
{
"age": 70,
"pip_cmh2o": 25,
"weight_kg": 95,
"myocarditis": false,
"liver_failure": false,
"cns_dysfunction": false,
"intubation_hours": 5,
"refractory_vt_vf": false,
"bicarbonate_mmol_l": 24,
"diastolic_bp_mm_hg": 35,
"acute_renal_failure": false,
"pulse_pressure_mm_hg": 40,
"chronic_renal_failure": false,
"pre_ecmo_cardiac_arrest": false,
"congenital_heart_disease": false,
"post_heart_or_lung_transplant": false
},
{
"age": 70,
"pip_cmh2o": 25,
"weight_kg": 95,
"myocarditis": false,
"liver_failure": false,
"cns_dysfunction": false,
"intubation_hours": 5,
"refractory_vt_vf": false,
"bicarbonate_mmol_l": 24,
"diastolic_bp_mm_hg": 35,
"acute_renal_failure": false,
"pulse_pressure_mm_hg": 40,
"chronic_renal_failure": false,
"pre_ecmo_cardiac_arrest": false,
"congenital_heart_disease": false,
"post_heart_or_lung_transplant": false
}
]
},
"type": "http",
"method": "POST"
},
"output": {
"type": "json",
"example": {
"path": "/api/calc/save",
"count": 2,
"items": [
{
"score": -6,
"formula": "save",
"citation": {
"id": "schmidt-2015",
"doi": "10.1093/eurheartj/ehv194",
"pmid": "26033984",
"title": "Predicting survival after ECMO for refractory cardiogenic shock: the survival after veno-arterial-ECMO (SAVE)-score",
"source": "Eur Heart J. 2015;36(33):2246-2256",
"authors": "Schmidt M, Burrell A, Roberts L, et al."
},
"max_score": 17,
"min_score": -35,
"components": [
{
"factor": "myocarditis",
"points": 0,
"present": false
},
{
"factor": "refractory_vt_vf",
"points": 0,
"present": false
},
{
"factor": "post_heart_or_lung_transplant",
"points": 0,
"present": false
},
{
"factor": "congenital_heart_disease",
"points": 0,
"present": false
},
{
"value": 70,
"factor": "age",
"points": 0,
"present": false
},
{
"value": 95,
"factor": "weight_kg",
"points": 0,
"present": false
},
{
"factor": "liver_failure",
"points": 0,
"present": false
},
{
"factor": "cns_dysfunction",
"points": 0,
"present": false
},
{
"factor": "acute_renal_failure",
"points": 0,
"present": false
},
{
"factor": "chronic_renal_failure",
"points": 0,
"present": false
},
{
"value": 5,
"factor": "intubation_hours",
"points": 0,
"present": false
},
{
"value": 25,
"factor": "pip_cmh2o",
"points": 0,
"present": false
},
{
"factor": "pre_ecmo_cardiac_arrest",
"points": 0,
"present": false
},
{
"value": 35,
"factor": "diastolic_bp_mm_hg",
"points": 0,
"present": false
},
{
"value": 40,
"factor": "pulse_pressure_mm_hg",
"points": 0,
"present": false
},
{
"value": 24,
"factor": "bicarbonate_mmol_l",
"points": 0,
"present": false
},
{
"factor": "constant",
"points": -6,
"present": true
}
],
"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.",
"save_class": "IV",
"formula_expression": "SAVE = constant(−6) + age(18–38 → 7, 39–52 → 4, 53–62 → 3, ≥63 → 0) + weight_kg(≤65 → 1, 66–89 → 2, ≥90 → 0) + myocarditis(3) + refractory_vt_vf(2) + post_heart_or_lung_transplant(3) + congenital_heart_disease(−3) + liver_failure(−3) + cns_dysfunction(−3) + acute_renal_failure(−3) + chronic_renal_failure(−6) + intubation_hours(≤10 → 0, 11–29 → −2, ≥30 → −4) + pip_cmh2o(≤20 → 3) + pre_ecmo_cardiac_arrest(−2) + diastolic_bp_mm_hg(≥40 → 3) + pulse_pressure_mm_hg(≤20 → −2) + bicarbonate_mmol_l(≤15 → −3); diagnoses and acute organ failures may stack (Table 4 select one or more); other diagnoses 0; range −35 to 17; class I >5 → 75%, II 1–5 → 58%, III −4 to 0 → 42%, IV −9 to −5 → 30%, V ≤−10 → 18%",
"hospital_survival_percent": 30
},
{
"score": -6,
"formula": "save",
"citation": {
"id": "schmidt-2015",
"doi": "10.1093/eurheartj/ehv194",
"pmid": "26033984",
"title": "Predicting survival after ECMO for refractory cardiogenic shock: the survival after veno-arterial-ECMO (SAVE)-score",
"source": "Eur Heart J. 2015;36(33):2246-2256",
"authors": "Schmidt M, Burrell A, Roberts L, et al."
},
"max_score": 17,
"min_score": -35,
"components": [
{
"factor": "myocarditis",
"points": 0,
"present": false
},
{
"factor": "refractory_vt_vf",
"points": 0,
"present": false
},
{
"factor": "post_heart_or_lung_transplant",
"points": 0,
"present": false
},
{
"factor": "congenital_heart_disease",
"points": 0,
"present": false
},
{
"value": 70,
"factor": "age",
"points": 0,
"present": false
},
{
"value": 95,
"factor": "weight_kg",
"points": 0,
"present": false
},
{
"factor": "liver_failure",
"points": 0,
"present": false
},
{
"factor": "cns_dysfunction",
"points": 0,
"present": false
},
{
"factor": "acute_renal_failure",
"points": 0,
"present": false
},
{
"factor": "chronic_renal_failure",
"points": 0,
"present": false
},
{
"value": 5,
"factor": "intubation_hours",
"points": 0,
"present": false
},
{
"value": 25,
"factor": "pip_cmh2o",
"points": 0,
"present": false
},
{
"factor": "pre_ecmo_cardiac_arrest",
"points": 0,
"present": false
},
{
"value": 35,
"factor": "diastolic_bp_mm_hg",
"points": 0,
"present": false
},
{
"value": 40,
"factor": "pulse_pressure_mm_hg",
"points": 0,
"present": false
},
{
"value": 24,
"factor": "bicarbonate_mmol_l",
"points": 0,
"present": false
},
{
"factor": "constant",
"points": -6,
"present": true
}
],
"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.",
"save_class": "IV",
"formula_expression": "SAVE = constant(−6) + age(18–38 → 7, 39–52 → 4, 53–62 → 3, ≥63 → 0) + weight_kg(≤65 → 1, 66–89 → 2, ≥90 → 0) + myocarditis(3) + refractory_vt_vf(2) + post_heart_or_lung_transplant(3) + congenital_heart_disease(−3) + liver_failure(−3) + cns_dysfunction(−3) + acute_renal_failure(−3) + chronic_renal_failure(−6) + intubation_hours(≤10 → 0, 11–29 → −2, ≥30 → −4) + pip_cmh2o(≤20 → 3) + pre_ecmo_cardiac_arrest(−2) + diastolic_bp_mm_hg(≥40 → 3) + pulse_pressure_mm_hg(≤20 → −2) + bicarbonate_mmol_l(≤15 → −3); diagnoses and acute organ failures may stack (Table 4 select one or more); other diagnoses 0; range −35 to 17; class I >5 → 75%, II 1–5 → 58%, III −4 to 0 → 42%, IV −9 to −5 → 30%, V ≤−10 → 18%",
"hospital_survival_percent": 30
}
]
}
},
"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": [
"age",
"weight_kg",
"myocarditis",
"refractory_vt_vf",
"post_heart_or_lung_transplant",
"congenital_heart_disease",
"liver_failure",
"cns_dysfunction",
"acute_renal_failure",
"chronic_renal_failure",
"intubation_hours",
"pip_cmh2o",
"pre_ecmo_cardiac_arrest",
"diastolic_bp_mm_hg",
"pulse_pressure_mm_hg",
"bicarbonate_mmol_l"
],
"properties": {
"age": {
"type": "integer",
"description": "Age in years (18-120). Schmidt 2015 Table 4: 18–38 → 7, 39–52 → 4, 53–62 → 3, ≥63 → 0. Adult SAVE-score; magent does not assign pediatric VA-ECMO."
},
"pip_cmh2o": {
"type": "number",
"description": "Peak inspiratory pressure in cmH2O (5-80). Table 4: ≤20 → +3, otherwise 0. Worst value as assigned by the caller. magent does not read airway pressure."
},
"weight_kg": {
"type": "number",
"description": "Weight in kg (20-400). Table 4 / Table 3 bands: ≤65 → 1, 66–89 → 2, ≥90 → 0. 65 kg scores 1 (≤65 before the 65–89 typeset overlap). Caller-supplied; magent does not weigh the patient."
},
"myocarditis": {
"type": "boolean",
"description": "Acute myocarditis diagnosis (Table 4, +3). Diagnoses are not mutually exclusive (select one or more). true or false. Caller-assigned."
},
"liver_failure": {
"type": "boolean",
"description": "Acute pre-ECMO liver failure (Table 4, −3). Paper footnote: bilirubin ≥33 µmol/L or ALT or AST >70 U/L. Acute organ failures may stack. true or false. Caller-assigned; magent does not measure labs."
},
"cns_dysfunction": {
"type": "boolean",
"description": "Acute pre-ECMO CNS dysfunction (Table 4, −3): neurotrauma, stroke, encephalopathy, cerebral embolism, seizure or epileptic syndromes. May stack. true or false. Caller-assigned; magent does not examine the patient."
},
"intubation_hours": {
"type": "number",
"description": "Hours of intubation before ECMO (0-720). Table 4: ≤10 → 0, 11–29 → −2, ≥30 → −4. Caller-supplied; magent does not read a ventilator log."
},
"refractory_vt_vf": {
"type": "boolean",
"description": "Refractory ventricular tachycardia or fibrillation (Table 4, +2). May stack with other diagnosis flags. true or false. Caller-assigned."
},
"bicarbonate_mmol_l": {
"type": "number",
"description": "Serum bicarbonate in mmol/L before ECMO (1-50). Worst value within 6 h. Table 4: ≤15 → −3, otherwise 0. magent does not measure HCO3."
},
"diastolic_bp_mm_hg": {
"type": "number",
"description": "Diastolic blood pressure in mm Hg before ECMO (1-200). Worst value within 6 h of cannulation. Table 4: ≥40 → +3, otherwise 0. magent does not measure blood pressure."
},
"acute_renal_failure": {
"type": "boolean",
"description": "Acute pre-ECMO renal failure (Table 4, −3): creatinine >1.5 mg/dL with or without RRT. Distinct from chronic_renal_failure. May stack. true or false. Caller-assigned."
},
"pulse_pressure_mm_hg": {
"type": "number",
"description": "Pulse pressure in mm Hg before ECMO (0-200). Worst value within 6 h. Table 4: ≤20 → −2, otherwise 0. Caller-supplied; magent does not subtract systolic minus diastolic."
},
"chronic_renal_failure": {
"type": "boolean",
"description": "Chronic renal failure (Table 4, −6): kidney damage or GFR <60 mL/min/1.73 m² for ≥3 months. Distinct from acute_renal_failure. true or false. Caller-assigned."
},
"pre_ecmo_cardiac_arrest": {
"type": "boolean",
"description": "Cardiac arrest before ECMO (Table 4, −2). Derivation excluded eCPR during cannulation. true or false. Caller-assigned."
},
"congenital_heart_disease": {
"type": "boolean",
"description": "Congenital heart disease (Table 4, −3). May stack with other diagnosis flags. true or false. Caller-assigned."
},
"post_heart_or_lung_transplant": {
"type": "boolean",
"description": "Post heart or lung transplantation (Table 4, +3). May stack with other diagnosis flags. true or false. Caller-assigned."
}
}
},
"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-09-01 11:01Z
- Last indexed by Roundhouse
- 2026-09-07 06:20Z
- Last enriched (probe, favicon, geo)
- 2026-09-10 01:45Z
- x402 version
- 2
- Max timeout
- 600s
- Liveness probe
- HTTP 0
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. 8 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/save, 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.