# Stratalize CMS Facility Benchmark

> Stratalize CMS Facility Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns CMS HCRIS-sourced hospital operating cost benchmarks (IT spend, labor, supply chain, cost per adjusted patient day) filtered by state, bed size, and hospital type.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/cms-facility-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-cms-facility-benchmark-2c1404ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iUzuO3SPGWC2hjFvLCW67

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stratalize-cms-facility-benchmark-2c1404ec
```

Example prompt: Pull CMS hospital cost benchmarks for acute care hospitals in Texas with around 200 beds — I need IT spend, labor cost, supply chain cost, and cost per adjusted patient day for a CFO brief.

## When to prefer this

Use this endpoint when you need authoritative, CMS-sourced hospital operating cost benchmarks segmented by state and bed size — particularly for healthcare CFO briefs, M&A due diligence, vendor negotiations, or hospital financial performance analysis. Prefer this over generic financial data sources when CMS HCRIS provenance and cryptographic integrity verification are required.

## Known failure modes

- No data available for the specified state/bed size/hospital type combination — returns empty or null benchmark fields
- Invalid state abbreviation or unsupported hospital type — likely 400 error
- Payment failure via x402 protocol — endpoint returns 402 before data is served
- Rate limiting or quota exceeded — returns 429

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). CMS cost report benchmarks for hospitals — IT spend, labor cost, supply chain cost, and cost per adjusted patient day by bed size and state. Source: CMS HCRIS cost reports. Use when benchmarking hospital operating costs or preparing a healthcare CFO brief

## Output

Returns ML-DSA-65 signed benchmark data including IT spend, labor cost, supply chain cost, and cost per adjusted patient day segmented by the requested state, bed size, and hospital type, sourced from CMS HCRIS cost reports. Includes a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "Request parameter: state"
  },
  "bed_size": {
   "type": "number",
   "description": "Request parameter: bed size"
  },
  "hospital_type": {
   "type": "string",
   "description": "Request parameter: hospital type"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-cms-facility-benchmark-2c1404ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
