magent

Deterministic published-formula arithmetic plus ICD-10-CM, RxNorm, and LOINC. Pay in USDC on Base via x402.

Tradingofflineeip155:8453Exactvia cdp
SinsSpineOncologyEmergencyCalculator
Calls · 30d
2→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 13 snapshots so far.
$13.75
Verified settled volume
2,750 settlements proven x402 by their on-chain EIP-3009 marker.
$0.0050
Listed price
As published in the catalog. Always read the live 402 before paying.
2
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-08-31 13:21Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x836Be278f1739fB4308091cD1852F7971Bc19Ee2

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

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/sins",
        "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/sins",
    "tags": [
      "sins",
      "spine",
      "oncology",
      "emergency",
      "calculator"
    ],
    "mimeType": "application/json",
    "description": "Fisher 2010 SINS. Location junctional 3 / mobile 2 / semirigid 1 / rigid 0. Pain mechanical 3 / occasional_not_mechanical 1 / pain_free 0. Bone lytic 2 / mixed 1 / blastic 0. Alignment subluxation_translation 4 / de_novo_deformity 2 / normal 0. Collapse gt_50 3 / le_50 2 / no_collapse_gt_50pct_body 1 / none 0. Posterolateral bilateral 3 / unilateral 1 / none 0. Max 18. Integer sum only; not later SOSG strata, not TLICS, not an operative order. magent does not read imaging. Not a medical device.",
    "serviceName": "magent"
  },
  "extensions": {
    "bazaar": {
      "info": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "bone": "blastic",
            "pain": "pain_free",
            "collapse": "none",
            "location": "rigid",
            "alignment": "normal",
            "posterolateral": "none"
          }
        },
        "output": {
          "type": "json",
          "example": {
            "bone": "blastic",
            "pain": "pain_free",
            "score": 0,
            "formula": "sins",
            "citation": {
              "id": "fisher-2010",
              "doi": "10.1097/BRS.0b013e3181e16ae2",
              "pmid": "20562730",
              "title": "A novel classification system for spinal instability in neoplastic disease: an evidence-based approach and expert consensus from the Spine Oncology Study Group.",
              "source": "Spine (Phila Pa 1976). 2010;35(22):E1221-E1229",
              "authors": "Fisher CG, DiPaola CP, Ryken TC, et al."
            },
            "collapse": "none",
            "location": "rigid",
            "alignment": "normal",
            "max_score": 18,
            "components": [
              {
                "value": "rigid",
                "factor": "location",
                "points": 0,
                "present": true
              },
              {
                "value": "pain_free",
                "factor": "pain",
                "points": 0,
                "present": true
              },
              {
                "value": "blastic",
                "factor": "bone",
                "points": 0,
                "present": true
              },
              {
                "value": "normal",
                "factor": "alignment",
                "points": 0,
                "present": true
              },
              {
                "value": "none",
                "factor": "collapse",
                "points": 0,
                "present": true
              },
              {
                "value": "none",
                "factor": "posterolateral",
                "points": 0,
                "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.",
            "posterolateral": "none",
            "formula_expression": "SINS = location (junctional 3, mobile 2, semirigid 1, rigid 0) + pain (mechanical 3, occasional_not_mechanical 1, pain_free 0) + bone (lytic 2, mixed 1, blastic 0) + alignment (subluxation_translation 4, de_novo_deformity 2, normal 0) + collapse (gt_50 3, le_50 2, no_collapse_gt_50pct_body 1, none 0) + posterolateral (bilateral 3, unilateral 1, none 0); Fisher 2010 Table 8; max 18"
          }
        },
        "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": [
                  "location",
                  "pain",
                  "bone",
                  "alignment",
                  "collapse",
                  "posterolateral"
                ],
                "properties": {
                  "bone": {
                    "enum": [
                      "lytic",
                      "mixed",
                      "blastic"
                    ],
                    "type": "string",
                    "description": "Caller-assigned bone lesion quality (Fisher 2010). lytic scores 2; mixed scores 1; blastic scores 0. magent does not read imaging."
                  },
                  "pain": {
                    "enum": [
                      "mechanical",
                      "occasional_not_mechanical",
                      "pain_free"
                    ],
                    "type": "string",
                    "description": "Caller-assigned pain (Fisher 2010): pain relief with recumbency and/or pain with movement/loading. mechanical (yes) scores 3; occasional_not_mechanical (occasional pain but not mechanical) scores 1; pain_free scores 0. magent does not interview the patient."
                  },
                  "collapse": {
                    "enum": [
                      "gt_50",
                      "le_50",
                      "no_collapse_gt_50pct_body",
                      "none"
                    ],
                    "type": "string",
                    "description": "Caller-assigned vertebral body collapse (Fisher 2010). gt_50 (>50% collapse) scores 3; le_50 (≤50% collapse) scores 2; no_collapse_gt_50pct_body (no collapse with >50% body involved) scores 1; none scores 0. magent does not read imaging."
                  },
                  "location": {
                    "enum": [
                      "junctional",
                      "mobile",
                      "semirigid",
                      "rigid"
                    ],
                    "type": "string",
                    "description": "Caller-assigned SINS location (Fisher 2010 Table 8). junctional (occiput-C2, C7–T2, T11–L1, L5–S1) scores 3; mobile (C3–C6, L2–L4) scores 2; semirigid (T3–T10) scores 1; rigid (S2–S5) scores 0. magent does not read imaging."
                  },
                  "alignment": {
                    "enum": [
                      "subluxation_translation",
                      "de_novo_deformity",
                      "normal"
                    ],
                    "type": "string",
                    "description": "Caller-assigned radiographic spinal alignment (Fisher 2010). subluxation_translation scores 4; de_novo_deformity (kyphosis/scoliosis) scores 2; normal scores 0. magent does not read imaging."
                  },
                  "posterolateral": {
                    "enum": [
                      "bilateral",
                      "unilateral",
                      "none"
                    ],
                    "type": "string",
                    "description": "Caller-assigned posterolateral involvement of spinal elements (facet, pedicle, or costovertebral joint fracture or replacement with tumor; Fisher 2010). bilateral scores 3; unilateral scores 1; none scores 0. magent does not read imaging."
                  }
                }
              }
            },
            "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.

0.005USDC≈ $0.005 USD
on Base · exact scheme

Pay 0.005 USDC on Base to 0x836B…19Ee2. The signed payment is good for 10 minutes.

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/sins",
      "assetTransferMethod": "eip3009"
    },
    "payTo": "0x836Be278f1739fB4308091cD1852F7971Bc19Ee2",
    "amount": "5000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 600
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "items": [
            {
              "bone": "blastic",
              "pain": "pain_free",
              "collapse": "none",
              "location": "rigid",
              "alignment": "normal",
              "posterolateral": "none"
            },
            {
              "bone": "blastic",
              "pain": "pain_free",
              "collapse": "none",
              "location": "rigid",
              "alignment": "normal",
              "posterolateral": "none"
            }
          ]
        },
        "type": "http",
        "method": "POST"
      },
      "output": {
        "type": "json",
        "example": {
          "path": "/api/calc/sins",
          "count": 2,
          "items": [
            {
              "bone": "blastic",
              "pain": "pain_free",
              "score": 0,
              "formula": "sins",
              "citation": {
                "id": "fisher-2010",
                "doi": "10.1097/BRS.0b013e3181e16ae2",
                "pmid": "20562730",
                "title": "A novel classification system for spinal instability in neoplastic disease: an evidence-based approach and expert consensus from the Spine Oncology Study Group.",
                "source": "Spine (Phila Pa 1976). 2010;35(22):E1221-E1229",
                "authors": "Fisher CG, DiPaola CP, Ryken TC, et al."
              },
              "collapse": "none",
              "location": "rigid",
              "alignment": "normal",
              "max_score": 18,
              "components": [
                {
                  "value": "rigid",
                  "factor": "location",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "pain_free",
                  "factor": "pain",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "blastic",
                  "factor": "bone",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "normal",
                  "factor": "alignment",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "none",
                  "factor": "collapse",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "none",
                  "factor": "posterolateral",
                  "points": 0,
                  "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.",
              "posterolateral": "none",
              "formula_expression": "SINS = location (junctional 3, mobile 2, semirigid 1, rigid 0) + pain (mechanical 3, occasional_not_mechanical 1, pain_free 0) + bone (lytic 2, mixed 1, blastic 0) + alignment (subluxation_translation 4, de_novo_deformity 2, normal 0) + collapse (gt_50 3, le_50 2, no_collapse_gt_50pct_body 1, none 0) + posterolateral (bilateral 3, unilateral 1, none 0); Fisher 2010 Table 8; max 18"
            },
            {
              "bone": "blastic",
              "pain": "pain_free",
              "score": 0,
              "formula": "sins",
              "citation": {
                "id": "fisher-2010",
                "doi": "10.1097/BRS.0b013e3181e16ae2",
                "pmid": "20562730",
                "title": "A novel classification system for spinal instability in neoplastic disease: an evidence-based approach and expert consensus from the Spine Oncology Study Group.",
                "source": "Spine (Phila Pa 1976). 2010;35(22):E1221-E1229",
                "authors": "Fisher CG, DiPaola CP, Ryken TC, et al."
              },
              "collapse": "none",
              "location": "rigid",
              "alignment": "normal",
              "max_score": 18,
              "components": [
                {
                  "value": "rigid",
                  "factor": "location",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "pain_free",
                  "factor": "pain",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "blastic",
                  "factor": "bone",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "normal",
                  "factor": "alignment",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "none",
                  "factor": "collapse",
                  "points": 0,
                  "present": true
                },
                {
                  "value": "none",
                  "factor": "posterolateral",
                  "points": 0,
                  "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.",
              "posterolateral": "none",
              "formula_expression": "SINS = location (junctional 3, mobile 2, semirigid 1, rigid 0) + pain (mechanical 3, occasional_not_mechanical 1, pain_free 0) + bone (lytic 2, mixed 1, blastic 0) + alignment (subluxation_translation 4, de_novo_deformity 2, normal 0) + collapse (gt_50 3, le_50 2, no_collapse_gt_50pct_body 1, none 0) + posterolateral (bilateral 3, unilateral 1, none 0); Fisher 2010 Table 8; max 18"
            }
          ]
        }
      },
      "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": [
                      "location",
                      "pain",
                      "bone",
                      "alignment",
                      "collapse",
                      "posterolateral"
                    ],
                    "properties": {
                      "bone": {
                        "enum": [
                          "lytic",
                          "mixed",
                          "blastic"
                        ],
                        "type": "string",
                        "description": "Caller-assigned bone lesion quality (Fisher 2010). lytic scores 2; mixed scores 1; blastic scores 0. magent does not read imaging."
                      },
                      "pain": {
                        "enum": [
                          "mechanical",
                          "occasional_not_mechanical",
                          "pain_free"
                        ],
                        "type": "string",
                        "description": "Caller-assigned pain (Fisher 2010): pain relief with recumbency and/or pain with movement/loading. mechanical (yes) scores 3; occasional_not_mechanical (occasional pain but not mechanical) scores 1; pain_free scores 0. magent does not interview the patient."
                      },
                      "collapse": {
                        "enum": [
                          "gt_50",
                          "le_50",
                          "no_collapse_gt_50pct_body",
                          "none"
                        ],
                        "type": "string",
                        "description": "Caller-assigned vertebral body collapse (Fisher 2010). gt_50 (>50% collapse) scores 3; le_50 (≤50% collapse) scores 2; no_collapse_gt_50pct_body (no collapse with >50% body involved) scores 1; none scores 0. magent does not read imaging."
                      },
                      "location": {
                        "enum": [
                          "junctional",
                          "mobile",
                          "semirigid",
                          "rigid"
                        ],
                        "type": "string",
                        "description": "Caller-assigned SINS location (Fisher 2010 Table 8). junctional (occiput-C2, C7–T2, T11–L1, L5–S1) scores 3; mobile (C3–C6, L2–L4) scores 2; semirigid (T3–T10) scores 1; rigid (S2–S5) scores 0. magent does not read imaging."
                      },
                      "alignment": {
                        "enum": [
                          "subluxation_translation",
                          "de_novo_deformity",
                          "normal"
                        ],
                        "type": "string",
                        "description": "Caller-assigned radiographic spinal alignment (Fisher 2010). subluxation_translation scores 4; de_novo_deformity (kyphosis/scoliosis) scores 2; normal scores 0. magent does not read imaging."
                      },
                      "posterolateral": {
                        "enum": [
                          "bilateral",
                          "unilateral",
                          "none"
                        ],
                        "type": "string",
                        "description": "Caller-assigned posterolateral involvement of spinal elements (facet, pedicle, or costovertebral joint fracture or replacement with tumor; Fisher 2010). bilateral scores 3; unilateral scores 1; none scores 0. magent does not read imaging."
                      }
                    }
                  },
                  "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:21Z
Last indexed by Roundhouse
2026-09-07 06:20Z
Last enriched (probe, favicon, geo)
2026-09-13 09:45Z
x402 version
2
Max timeout
600s
Liveness probe
HTTP 0
Report

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. 13 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show 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/sins, 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.