io.github.maxbeech/denialpath

MCPcommunautéen ligne
v1.0.0io.github.maxbeechUnknownMis à jour il y a 2 mois

Deterministic CMS NCCI/MUE claim scrubbing and CARC/RARC denial explanations, cited to source.

État de l’endpointen ligne
vérifié il y a 5 jours · 166 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 2 moisDernière mise à jour
Paquet
Auteurio.github.maxbeech
LicenceUnknown
Version1.0.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils6 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · il y a 5 jQuelle est l’efficacité de cette analyse ?
PROMPTtool:check_claimImperative addressed to the AI model
ÉvaluationsAucune
Indexé23 juil. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

6 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur5d ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://denialpath.vercel.app/api/mcp6 outils · 166 ms
check_claimScrub a claim against the NCCI procedure-to-procedure (PTP) edits and medically unlikely edits (MUE) in force on its date of service. Deterministic: no model, so identical input always returns an identical verdict. Every finding.status is one of pass (checked against a real edit and clean), fail (a…

Scrub a claim against the NCCI procedure-to-procedure (PTP) edits and medically unlikely edits (MUE) in force on its date of service. Deterministic: no model, so identical input always returns an identical verdict. Every finding.status is one of pass (checked against a real edit and clean), fail (a…

NOTEImperative addressed to the AI modelof service. Deterministic: no model, so identical input always returns an identical verdict.…
ParamètreTypeDescription
dateOfService*stringISO yyyy-mm-dd, e.g. "2026-07-01". Selects which CMS edit quarter applies.
payerSlugstringOptional payer slug for context. Does not change the PTP/MUE verdict.
lines*arrayThe billed lines on this claim.
explain_denialExplain a CARC (Claim Adjustment Reason Code) and any RARCs (Remittance Advice Remark Codes) from a remittance: plain meaning, ranked corrective actions, and whether an appeal is worth filing. found:false means we do not hold that CARC in our dataset (X12 publishes far more codes than we have curat…

Explain a CARC (Claim Adjustment Reason Code) and any RARCs (Remittance Advice Remark Codes) from a remittance: plain meaning, ranked corrective actions, and whether an appeal is worth filing. found:false means we do not hold that CARC in our dataset (X12 publishes far more codes than we have curat…

ParamètreTypeDescription
carc*stringCARC code, with or without a group prefix, e.g. "CO-45" or "45".
rarcarrayOptional RARC codes on the same remittance line.
payerstringOptional payer slug, to attach a timely-filing appeal deadline.
get_ncci_editsLook up NCCI procedure-to-procedure (PTP) edits, in two modes. Pair mode: pass column1, column2 (either order) and dateOfService to check whether that specific pair bundles on that date; status is no_data (we hold no edit for this pair in our dataset - NOT confirmation CMS has none), not_applicable…

Look up NCCI procedure-to-procedure (PTP) edits, in two modes. Pair mode: pass column1, column2 (either order) and dateOfService to check whether that specific pair bundles on that date; status is no_data (we hold no edit for this pair in our dataset - NOT confirmation CMS has none), not_applicable…

ParamètreTypeDescription
column1stringPair mode: a CPT/HCPCS code. Send with column2 and dateOfService. Column order does not matter; the response reports the pair in CMS column order.
column2stringPair mode: the other code in the pair.
dateOfServicestringPair mode, required: ISO yyyy-mm-dd, e.g. "2026-07-01". NCCI PTP edits are versioned quarterly, so a pair lookup cannot be answered without a date.
codestringList mode: a single code. Returns every pair in the dataset involving it, in either column, with no date filtering.
get_mueLook up the medically unlikely edit (MUE) unit limit for a single CPT/HCPCS code. status is found or no_data; no_data means we hold no MUE value for this code in our dataset, not that CMS publishes none. When found, the returned limit.mai (adjudication indicator: "1" line edit - denies the excess u…

Look up the medically unlikely edit (MUE) unit limit for a single CPT/HCPCS code. status is found or no_data; no_data means we hold no MUE value for this code in our dataset, not that CMS publishes none. When found, the returned limit.mai (adjudication indicator: "1" line edit - denies the excess u…

ParamètreTypeDescription
code*stringCPT/HCPCS code, e.g. "36415".
draft_appealGenerate an appeal letter for a denial, assembled deterministically from cited facts. REQUIRES A PRO OR SCALE PLAN. Called by an anonymous caller or a key on the free plan, this returns an upgrade_required error naming the pricing page - it never fabricates or partially generates a letter for a cal…

Generate an appeal letter for a denial, assembled deterministically from cited facts. REQUIRES A PRO OR SCALE PLAN. Called by an anonymous caller or a key on the free plan, this returns an upgrade_required error naming the pricing page - it never fabricates or partially generates a letter for a cal…

ParamètreTypeDescription
carc*stringCARC code from the remittance, e.g. "CO-45" or "45".
rarcarrayOptional RARC codes on the same remittance line.
payerSlugstringOptional payer slug, to cite that payer's appeal policy and window.
providerNamestringOptional. Rendered as a placeholder if omitted.
claimNumberstringOptional. Rendered as a placeholder if omitted.
dateOfServicestringOptional, ISO yyyy-mm-dd. Rendered as a placeholder if omitted.
codesarrayOptional procedure codes at issue, numeric reference only.
practiceNotestringOptional free-text detail from the practice, appended to the argument section.
get_timely_filingDays remaining to file an initial claim (or, if already past, how far over) for a payer given a date of service. daysRemaining and expired are null when we hold no published timely filing limit for that payer, which is common since many limits are contract-specific - check note before treating the…

Days remaining to file an initial claim (or, if already past, how far over) for a payer given a date of service. daysRemaining and expired are null when we hold no published timely filing limit for that payer, which is common since many limits are contract-specific - check note before treating the…

ParamètreTypeDescription
payer*stringPayer slug, e.g. "aetna".
dateOfService*stringISO yyyy-mm-dd, e.g. "2026-01-15".

6 outils sur 6 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

Deterministic CMS NCCI/MUE claim scrubbing and CARC/RARC denial explanations, cited to source.

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.