← coverage-rights.com

INDIVIDUAL MCP TOOL

get_condition_outcomes

External-review outcomes for a medical condition: how often insurance denials involving this condition were overturned, plus the most-fought treatments for it.

coverage-rights.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.coverage-rights.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_condition_outcomes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

coverage-rights.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.coverage-rights]
url = "https://www.coverage-rights.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coverage-rights": {
      "type": "http",
      "url": "https://www.coverage-rights.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coverage-rights
Remote MCP URL: https://www.coverage-rights.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "coverage-rights": {
      "url": "https://www.coverage-rights.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coverage-rights": {
      "type": "http",
      "url": "https://www.coverage-rights.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coverage-rights",
  "transport": "streamable-http",
  "url": "https://www.coverage-rights.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_insurers — List tracked U.S.
  • get_insurer_metrics — Get an insurer's verified CY2025 prior-authorization metrics (denial rate, appeal overturn rate, decision times) from its own CMS-0057-F disclosure, plus contract/plan-level rows where collected.
  • rank_denial_rates — Insurer prior-authorization denial rates (CY2025), ranked only within compatible reporting cohorts.
  • get_treatment_outcomes — External-review outcomes for a treatment: how often insurer denials of this treatment/drug/procedure were overturned by independent reviewers (42,749 published CA IMR decisions, 2001–2026).
  • search_outcomes — Search treatments (categories + specific drugs/procedures) and conditions by name.
  • get_appeal_rights — Deterministically resolve the governing appeal route, missing facts, filing recipient, deadlines, current external-review status, and verified grounds.
  • get_drug_playbook — Drug-specific denial patterns and appeal strategy for the medications plans fight hardest over: GLP-1s (Wegovy, Zepbound, Mounjaro, Ozempic, Saxenda) and IBD biologics (Humira, Skyrizi, Stelara, Entyvio, Remicade, Rinvoq).
  • get_state_external_review — How a state's external review process works: filing deadline, regulator contact, and key facts.