npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@medigamiofficial/mcp

v0.1.12

Published

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

Downloads

1,201

Readme

@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 [email protected].

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.