🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@medigamiofficial/mcp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medigamiofficial/mcp

Medigami MCP server — outcome-labeled healthcare claim intelligence as Model Context Protocol tools. Free, PHI-free, discoverable.

latest
Source
npmnpm
Version
0.1.12
Version published
Maintainers
1
Created
Source

@medigamiofficial/mcp

smithery badge npm version MCP Registry

Medigami Model Context Protocol (MCP) server — outcome-labeled healthcare claim intelligence as MCP tools.

Install in Claude Desktop, Cursor, Continue, or Cline and ask your LLM to scan medical bills, generate insurance appeal letters, estimate appeal success probabilities, and (with authentication) receive an advance on your expected recovery.

Free, discoverable, PHI-free by design.

Install

Claude Desktop

Edit ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "medigami": {
      "command": "npx",
      "args": ["-y", "@medigamiofficial/mcp"]
    }
  }
}

Restart Claude Desktop. The tools appear under the MCP icon in the composer.

Cursor / Continue / Cline

Same snippet in the respective MCP settings UI.

Tools (public SKU)

  • scan_bill_for_errors — OCR'd bill text → flagged anomalies + recovery estimate
  • generate_appeal_letter — denial reason + CPT → legally-grounded letter template
  • optimize_prescription — drug name → lowest-cost pathway
  • analyze_glp1_pathways — patient eligibility → GLP-1 access ranking
  • estimate_appeal_success — insurer+denial+CPT → probability + 95% CI + sample size
  • resolve_denial — full chain: estimate + phrases + letter + optional factoring quote
  • maximize_recovery — given a scan_id, prioritized action list
  • watch_appeal_outcome — long-poll for an outcome to resolve
  • watch_claim_denial — long-poll for a denial event
  • verify_mcp_response — validate the Ed25519 signature on any Medigami response
  • quote_recovery_factoring — advance-cash quote against expected recovery (IP-gated)
  • benchmark_payer_rate — DP-noised market rate benchmark (IP-gated)
  • get_winning_phrases — ranked n-grams from successful appeals (IP-gated)

IP-gated tools appear only after the corresponding USPTO provisional filing is in place — the server manifest they see dynamically reflects the available surface.

Enterprise

@medigamiofficial/mcp-intel (separate package) is the Bearer-authed enterprise SKU with per-call metering, prevent_denial_before_submit, and direct advance_recovery_cash/settle_claim tools. Contact sales@medigami.com.

Age / COPPA

Users of this package affirm they are at least 13 years old. Medigami does not knowingly collect personal information from children under 13.

Not professional advice

Outputs from every tool are educational information only. Not legal, financial, or medical advice. Discuss appeals with a licensed attorney or state-certified insurance counselor, and medication changes with a prescriber.

Patents

Patents pending. See LICENSE.md for terms.

License

LicenseRef-Medigami-Community-1.0. See LICENSE.md.

Keywords

mcp

FAQs

Package last updated on 22 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts