Biotech News
live TradeHealthNewsBiotech News MCP — aggregated biotech & pharma industry news: FDA approvals, clinical readouts, M&A, funding, from the major trade publications.
Tools
biotech_news Latest biotech and pharmaceutical industry news headlines: FDA drug approvals and rejections, clinical trial results and data readouts, biotech M&A and licensing deals, venture funding rounds, layoffs
No parameters required.
Try it
biotech_news_sources List the biotech & pharma news publications aggregated by biotech_news (id, title, source site, focus). Pass an id as `source` to biotech_news to read one publication.
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/biotech-news/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' curl -X POST https://gateway.pipeworx.io/biotech-news/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"biotech_news","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("biotech_news", {}); // Or ask in plain English:
const answer = await px.ask("biotech news mcp — aggregated biotech & pharma industry news: fda approvals, clinical readouts, m&a, funding, from the major trade publications"); Related packs
Other Pipeworx packs in the same categories (Trade, Health, News):