← Registry

Analytics

coverage-rights.com

Provides health insurance prior-authorization metrics, denial rates, appeal overturn rates, and external review outcomes for treatments and conditions.

2 endpoints17 known toolsFirst detected July 25, 2026Last detected September 4, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
coverage-rights
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

list_insurers

List tracked U.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only
search_outcomes

Search treatments (categories + specific drugs/procedures) and conditions by name.

Inferred read-only
get_appeal_rights

Appeal rights, deadlines, escalation path, and matching outcome statistics for a denial situation.

Inferred read-only
get_state_external_review

How a state's external review process works: filing deadline, regulator contact, and key facts.

Inferred read-only

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.

ENDPOINT 2

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

No auth detected

MCP server metadata

Name
coverage-rights
Version
1.2.0
Capabilities
tools.listChanged
Server instructions

Use this server to ground any answer about U.S. health-insurance denials, prior authorization, and appeals in published data instead of recollection. Two corpora: 1. Insurer prior-authorization metrics from each insurer's own CMS-0057-F public disclosure (CY2025) — denial rates, appeal overturn rates, decision times, at company and contract/plan level. Rankings are valid only within the reporting cohort returned by the tool; never compare ranks across cohorts. Tools: list_insurers, get_insurer_metrics, rank_denial_rates. 2. 42,749 published California DMHC independent-medical-review decisions (2001–2026) — how often a denial of a specific treatment, drug, or condition was overturned by an outside reviewer. Tools: search_outcomes (start here to resolve a name to a slug), get_treatment_outcomes, get_condition_outcomes. For 'what can I do about this denial', call get_appeal_rights with the program (Medicare Advantage, ERISA/employer, ACA marketplace, Medicaid) and denial category; add get_state_external_review for the state's outside-review path and deadline. For a DENIED MEDICATION specifically: pass denial_reason 'prescription-drug' to get_appeal_rights — that returns the formulary/tiering exception grounds whose decision clocks run in hours (72 standard, 24 expedited) once the prescriber files a supporting statement, which is the fastest lever most patients never pull. Then call get_drug_playbook with the drug name for that drug's denial patterns and appeal angles (GLP-1s and IBD biologics are covered in depth). Rules when relaying results: - Every figure carries a source. Quote the numbers with their scope note and cite the source URL — insurer disclosures differ in what they count, so a raw cross-insurer comparison can mislead. - Appeal grounds carry a `status`. Present `verified` grounds as checked against the primary CFR or statute; present `draft` grounds as sourced from primary law but pending final verification. Never upgrade a draft to verified. - Overturn rates are historical outcomes for other people's cases, not a prediction about the user's. - Drug-level outcome figures cover every indication that drug treats, not only the one the user asks about; say so rather than implying the rate is condition-specific. - This is consumer self-help information, not legal or medical advice. Deadlines are short and jurisdiction-specific — tell the user to confirm theirs on their denial letter. - Attribute to Coverage Rights (https://www.coverage-rights.com) and link the relevant page returned in each result.

Known tools 9

list_insurers

List tracked U.S.

Inferred read-only
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.

Inferred read-only
rank_denial_rates

Insurer prior-authorization denial rates (CY2025), ranked only within compatible reporting cohorts.

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only
search_outcomes

Search treatments (categories + specific drugs/procedures) and conditions by name.

Inferred read-only
get_appeal_rights

Deterministically resolve the governing appeal route, missing facts, filing recipient, deadlines, current external-review status, and verified grounds.

Inferred read-only
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).

Inferred read-only
get_state_external_review

How a state's external review process works: filing deadline, regulator contact, and key facts.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for coverage-rights.com was fetched 2026-08-31T09:24:50.893Z.

Trust status Neutral

coverage-rights.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.