hospital-price-lookup
GET api.agentstools.dev/price/hospital
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Negotiated, gross and cash prices a hospital publishes for a procedure code, plus fused CMS Care Compare quality. Streams the slice of the hospital's own machine-readable file for one billing code and cites the file's hospital name, date and version. Informational, not a quote.
Resource: api.agentstools.dev/price/hospital
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493
Payment methods: — · Last validation: 2026-09-14 16:35:01.185+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"code"
],
"properties": {
"ccn": {
"type": "string",
"description": "Optional 6-digit CMS Certification Number to fuse Care Compare quality"
},
"code": {
"type": "string",
"description": "Procedure billing code to look up, e.g. 27447"
},
"payer": {
"type": "string",
"description": "Optional payer or plan name substring to filter the returned negotiated rates"
},
"domain": {
"type": "string",
"description": "Hospital domain to auto-discover the MRF instead of mrf_url"
},
"mrf_url": {
"type": "string",
"description": "The hospital machine-readable-file URL (from /price/discover)"
},
"code_type": {
"type": "array",
"items": {
"enum": [
"CPT",
"HCPCS",
"MS-DRG",
"DRG",
"APC",
"NDC",
"ICD-10",
"CDM",
"local"
],
"type": "string"
},
"description": "Optional billing-code system(s) to constrain the match"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"amount": "40000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "40000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.