# ClearCare Pulse Medical Bill Negotiation Guide

> ClearCare Pulse Medical Bill Negotiation Guide is a paid API for AI agents from clearcarepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns negotiation scripts, Medicare benchmark anchors, and charity-care options to help patients reduce or dispute a medical bill.

## Facts

- Endpoint: GET https://clearcarepulse.theaslangroupllc.com/api/care/negotiate
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clearcare-pulse-medical-bill-negotiation-guide-3c4b7da1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rcy7b0akuhyk_jhhgw0QG

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 clearcare-pulse-medical-bill-negotiation-guide-3c4b7da1
```

Example prompt: I got a hospital bill for $8,500 for an appendectomy at St. Mary's Medical Center — can you pull up a negotiation script, the Medicare benchmark rate I should anchor to, and any charity-care options I might qualify for?

## When to prefer this

Use this endpoint when a patient has already received a medical bill and needs actionable guidance to negotiate it down — specifically when you need Medicare-anchored benchmarks, word-for-word negotiation scripts, and charity-care pathways rather than just price estimates or rights information.

## Known failure modes

- Unrecognized procedure code returns empty benchmark data
- Hospital not found in database returns no charity-care options
- Missing billed amount may produce generic rather than tailored scripts
- Out-of-network scenarios may have limited Medicare comparison data

## How this service works

Medical bill negotiation guide for healthcare and patient-advocate agents. Returns negotiation scripts, the Medicare benchmark to anchor against, and charity-care options to cut a bill.

## Output

Returns ready-to-use negotiation scripts tailored to the procedure and billed amount, the Medicare reimbursement rate to use as an anchor in negotiations, and a list of charity-care or financial assistance programs offered by the billing provider, giving the patient a structured playbook to reduce their bill.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "procedure"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "income": {
   "type": "string",
   "description": "Annual income in USD (for charity care eligibility)"
  },
  "insured": {
   "type": "string",
   "description": "insured"
  },
  "hospital": {
   "type": "string",
   "description": "hospital"
  },
  "procedure": {
   "type": "string",
   "description": "procedure"
  },
  "bill_amount": {
   "type": "string",
   "description": "Bill amount in USD"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clearcare-pulse-medical-bill-negotiation-guide-3c4b7da1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clearcarepulse.theaslangroupllc.com](https://www.zero.xyz/host/clearcarepulse.theaslangroupllc.com/llms.txt)
