← 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://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://coverage-rights.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: coverage-rights
Remote MCP URL: https://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://coverage-rights.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "coverage-rights",
  "transport": "streamable-http",
  "url": "https://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.
  • 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 — Ranked table of insurer prior-authorization denial rates (CY2025) from each insurer's own public CMS-0057-F disclosure, with appeal overturn rates and source links.
  • 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 — Appeal rights, deadlines, escalation path, and matching outcome statistics for a denial situation.
  • get_state_external_review — How a state's external review process works: filing deadline, regulator contact, and key facts.