# Stratalize Value-Based Care Performance Benchmarks

> Stratalize Value-Based Care Performance Benchmarks 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-13).

Returns CMS VBC program benchmarks including MSSP ACO savings rates, BPCI episode costs, and MIPS quality signal medians filtered by program type, specialty, and organization size

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/value-based-care-performance
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-value-based-care-performance-benchmarks-aa0bf47c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Krba7pb9xs5_TJC5IJ-hS

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-value-based-care-performance-benchmarks-aa0bf47c
```

Example prompt: Pull MSSP value-based care performance benchmarks for a cardiology specialty at a 350-bed hospital that currently gets about 40% of its revenue from VBC contracts so we can see how we stack up.

## When to prefer this

Use this endpoint when you need CMS VBC program-specific performance benchmarks (MSSP, BPCI, MIPS, APM, or direct contracting) segmented by specialty and organization size. Prefer this over general healthcare benchmarking sources when you need verifiable, cryptographically signed benchmark data for contract negotiation, population health strategy, or regulatory reporting contexts.

## Known failure modes

- Invalid program_type enum value returns 400 with allowed values list
- Unsupported specialty or bed_size combination may return sparse or no benchmark data
- Payment failure (x402) blocks response if USDC balance is insufficient
- Stale CMS source data may lag most recent program year reporting

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Value-based care performance benchmarks — MSSP ACO savings rates, BPCI episode costs, and MIPS quality signal medians. Source: CMS VBC program data composite. Use when benchmarking VBC contract performance or building a population health strategy

## Output

Returns CMS-sourced benchmark data including MSSP ACO savings rates, BPCI episode costs, and MIPS quality signal medians filtered to the requested program type, specialty, and organization size. Each response is ML-DSA-65 cryptographically signed and includes a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "bed_size": {
   "type": "number",
   "description": "Request parameter: bed size"
  },
  "specialty": {
   "type": "string",
   "description": "Request parameter: specialty"
  },
  "program_type": {
   "enum": [
    "mssp",
    "bpci",
    "mips",
    "apm",
    "direct_contracting"
   ],
   "type": "string",
   "description": "Request parameter: program type"
  },
  "current_vbc_revenue_pct": {
   "type": "number",
   "description": "Percentage of revenue from value-based contracts"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-value-based-care-performance-benchmarks-aa0bf47c/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)
