Biopharma Catalyst MCP

A forensic biopharma research MCP server - pulls catalyst-grade signals from 6 free, authoritative sources (ClinicalTrials.gov, PubMed, SEC EDGAR, SEC XBRL companyfacts, openFDA, Yahoo Finance) and hands them to your LLM. Includes a server-side aggregator that runs the full forensic workflow in one tool call and returns a deterministic verdict. Its 10 documented tools cluster into read & search, audit.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-11 · ★ 4 · #196 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

ISC · TypeScript servers · how we verify → /methodology

01 · Install Biopharma Catalyst MCP

before you install - you'll need

SEC_USER_AGENT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add yesc97-biopharma-catalyst-mcp -- npx -y biopharma-catalyst-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "yesc97-biopharma-catalyst-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "biopharma-catalyst-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license ISC - declared in the repository

npm package biopharma-catalyst-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.yesc97 is GitHub-verified and matches the repo owner

03 · What Biopharma Catalyst MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 10 documented tools across read & search, audit, including audit_catalyst, search_clinical_trials, search_pubmed, get_sec_filings.

Capability map

Tools grouped from the project's README - what Biopharma Catalyst MCP lets an agent do.

read & search

9 tools - e.g. ClinicalTrials.gov v2 API; NCBI E-utilities; SEC EDGAR

search_clinical_trials · search_pubmed · get_sec_filings · get_xbrl_facts · get_insider_transactions · get_short_interest…

Audit

1 tool - e.g. (aggregator)

audit_catalyst

Limitations (from the README)

- Not investment advice. This is research automation. The synthesis step - and the trade - is on you.

04 · Who maintains Biopharma Catalyst MCP

biopharma-catalyst-mcp is maintained by yesc97. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
finance - ranked #196 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.yesc97/biopharma-catalyst-mcp (active, first published 2026-05-11)
packages
npm:biopharma-catalyst-mcp

06 · Biopharma Catalyst MCP FAQ

Is Biopharma Catalyst MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-11. We re-verify nightly.

What can Biopharma Catalyst MCP do?

An agent gets 10 documented tools across read & search, audit, including audit_catalyst, search_clinical_trials, search_pubmed, get_sec_filings.

How do I install Biopharma Catalyst MCP?

Run `npx -y biopharma-catalyst-mcp`. The README documents one environment variable (SEC_USER_AGENT) to set first. You can also paste the ready-made client config above.

Does Biopharma Catalyst MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Biopharma Catalyst MCP