Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.yesc97/biopharma-catalyst-mcp

NPM · BIOPHARMA-CATALYST-MCP · SCANNED AUG 3

Forensic biopharma catalyst auditor — 10 tools, deterministic CLEAN/BEAR_SIGNAL verdict.

+22 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (142 of 143), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (142 of 143), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 801 tokens (~80/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · biopharma-catalyst-mcp

# add to Claude Code
claude mcp add yesc97-biopharma-catalyst-mcp -- npx -y biopharma-catalyst-mcp
# add to Codex CLI
codex mcp add yesc97-biopharma-catalyst-mcp -- npx -y biopharma-catalyst-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "yesc97-biopharma-catalyst-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "biopharma-catalyst-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add yesc97-biopharma-catalyst-mcp --command npx --arg -y --arg biopharma-catalyst-mcp
# ~/.hermes/config.yaml
mcp_servers:
  yesc97-biopharma-catalyst-mcp:
    command: "npx"
    args: ["-y", "biopharma-catalyst-mcp"]
// mcp.json
{
  "mcpServers": {
    "yesc97-biopharma-catalyst-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "biopharma-catalyst-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +62
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: ISC functional
  • 1 Aug 26 −17
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 142 packages

142 packages in the resolved dependency tree · 142 deprecated · 44 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 10 exposed · ~801 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
audit_catalyst ~171

FORENSIC AGGREGATOR. Runs all 8 connectors in parallel against (ticker, drug) and returns a deterministic verdict: CLEAN | FLAG | BEAR_SIGNAL | BLACK_FLAG. Encodes the full Tactical Auditor logic — terminations, FDA rejections, late-stage protocol amendments, dilution risk (runway vs catalyst), Going Concern disclosure, insider unloading, 8-K clusters, literature skepticism. CLEAN means: tried to break the thesis, couldn't. The strongest long signal this tool gives.

NameTypeReqDescription
drugstringyesDrug name (brand or generic) — biopharma signal lives at the drug level, not the company level
sponsorstringOptional sponsor company name (used for FDA fallback when drug query returns empty)
tickerstringyesThe stock ticker symbol

No output schema declared.

No examples provided.

get_fda_activity ~143

Get FDA submission and approval activity for a drug or sponsor (NDA/BLA filings, approvals, supplements). Use kind='drug' for drug name (brand or generic) or kind='sponsor' for company sponsor name. Submission status codes are decoded (AP=approved, CRL=rejection, WD=withdrawn). Supports auto-fallback from drug to sponsor if results are empty.

NameTypeReqDescription
kindstringWhether the query is a drug name or sponsor company name
querystringyesDrug name or sponsor name to search
sponsorFallbackstringOptional: Company sponsor name to fall back to if drug search returns nothing

No output schema declared.

No examples provided.

get_insider_transactions ~93

Get insider Form 4 transactions for a ticker over the last N days. Returns individual transactions, total sales/purchases in dollars, and a Net Insider Sentiment score (purchases - sales). Detects 10b5-1 scheduled sales but does not exempt them.

NameTypeReqDescription
tickerstringyesThe stock ticker symbol
windowDaysnumberLookback window in days (default 90)

No output schema declared.

No examples provided.

get_market_data ~31

Get current price and options data for a stock ticker

NameTypeReqDescription
tickerstringyesThe stock ticker symbol

No output schema declared.

No examples provided.

get_protocol_snapshot ~95

Get current protocol details + amendment proximity for a clinical trial by NCT ID. Flags late-stage protocol amendments (the 'goalpost move') by computing how far into the trial timeline the last update happened. Cannot detect WHAT changed (CT.gov v2 API does not expose protocol diffs) — only WHEN.

NameTypeReqDescription
nctIdstringyesClinicalTrials.gov NCT identifier (e.g. NCT04994483)

No output schema declared.

No examples provided.

get_sec_filings ~46

Get recent SEC filings (10-K, 10-Q, 8-K, S-1) for a stock ticker.

NameTypeReqDescription
tickerstringyesThe stock ticker symbol

No output schema declared.

No examples provided.

get_short_interest ~76

Get short interest data for a ticker — short % of float, days to cover, and month-over-month delta. Used to detect SHORT_INTEREST_SPIKE (delta >20%, bear) and SHORT_SQUEEZE_POTENTIAL (days to cover >5, bull).

NameTypeReqDescription
tickerstringyesThe stock ticker symbol

No output schema declared.

No examples provided.

get_xbrl_facts ~69

Get structured financial facts from SEC XBRL for a ticker — cash, quarterly burn, runway months, and Going Concern disclosure flag. Used by the Tactical Auditor to detect dilution risk (runway shorter than time to next catalyst).

NameTypeReqDescription
tickerstringyesThe stock ticker symbol

No output schema declared.

No examples provided.

search_clinical_trials ~42

Search ClinicalTrials.gov for studies by intervention (drug or company name)

NameTypeReqDescription
interventionstringyesThe name of the drug or company to search for

No output schema declared.

No examples provided.

search_pubmed ~35

Search PubMed for scientific papers by term (drug name, condition, etc.)

NameTypeReqDescription
termstringyesThe search term

No output schema declared.

No examples provided.