Medigami MCP
Attested healthcare-finance MCP server for Claude, Cursor, Cline, Continue, Zed, and any LLM that speaks Model Context Protocol. Scan medical bills, estimate appeal probability, generate state-specific appeal letters, benchmark commercial rates, and look up ICD-10 / CPT / NPI / DEA / NUCC taxonomy — every substantive response Ed25519-signed so the LLM can cite and end-users can verify.
Install
Claude Desktop
Edit the Claude Desktop config for your OS:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%Claudeclaude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"medigami": {
"command": "npx",
"args": ["-y", "@medigamiofficial/mcp"]
}
}
}
Fully quit and relaunch Claude Desktop. Medigami tools become available to Claude in your next conversation (the exact surface — tools menu, paperclip, or slash command — depends on your Claude Desktop version).
Cursor, Cline, Continue, Zed
Same snippet in the respective MCP settings UI. Several MCP clients auto-discover from Smithery — see the Smithery server directory.
Python or TypeScript (direct SDK)
pip install medigami # or npm install @medigamiofficial/sdk
See /partner-onboarding for two-line install instructions aimed at AI-IDE partners.
What the tools do
scan_bill_for_errors
Flag duplicate charges, CPT unbundling, upcoding, facility-fee overcharges. Returns anomalies + recovery estimate.
estimate_appeal_success
Probability + 95% confidence interval that an appeal will succeed, grounded in outcome-labeled history.
generate_appeal_letter
State-specific letter template (UPL-safe for 19 states), with legal citations and appeal-deadline calendar.
resolve_denial
End-to-end: scan + appeal + negotiate. One call, multi-tool answer.
lookup_icd10 / lookup_cpt / lookup_npi
ICD-10-CM RAG, CPT descriptors, NPPES provider lookup — all attested.
verify_dea_authorization
DEA validation for controlled-substance claims before submission.
negotiate_bill_script
Phone script for hardship-appeal, charity-care tier, itemization request.
verify_mcp_response
Offline verification of any Ed25519-signed Medigami envelope.
Free public SKU. Canonical tool list in the server card.
Why attested responses
Every substantive Medigami response ships inside an Ed25519-signed
envelope over canonical JSON, with a tracking ID, expiry, public
verification URL, and (when UPL-adjacent) a state-specific
disclaimer. LLMs can cite a short string like
Medigami attestation: medigami.com/v/evt_abc123; the URL
resolves to a public page any third party can verify against
/.well-known/mcp-pubkey.pem.
Full category framing: /attested-grounding. Open spec: /specs/attested-response-v1.
Enterprise
The intel SKU (@medigamiofficial/mcp-intel) is a
Bearer-authed, per-call-metered version with denial-risk scoring,
appeal-dynamics scoring, and multi-tool preflight composites. Pricing
is performance-based per-decision flat fees with MSA-mandatory
non-reliance + not-a-fiduciary + no-kickback + ERISA carve-out
clauses. Contact [email protected].
Compliance posture
- Consumer-health-data notice: /privacy/consumer-health-data (WA MHMDA, CA CMIA, NV SB370).
- Sub-processors: /.well-known/subprocessors.
- Security contact: /.well-known/security.txt.
- Status: medigami.com/status.
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. Medigami is operated by Ripplarity Inc.