MCP server exposing 3 tools for mhra-alerts.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/mhra-alerts/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
mhra_safety_alerts — UK medicines and medical device safety alerts published by the MHRA on GOV.UK: Class 1-4 medicines recalls with affected batch numbers, Field Safety Notices from device manufacturers, device safety information, and National Patient Safety Alerts. Answers "has this medicine or device been recalled in the UK", "which batches were withdrawn", and "what safety alerts were issued last month". Returns each alert with its title, alert category, issue date, one-line summary and GOV.UK URL; filter by free text, category, issue-date range and clinical specialism.mhra_alert_detail — Full text of one MHRA safety alert or recall from GOV.UK, given the alert URL or path returned by mhra_safety_alerts. Returns the complete notice as plain text — for a medicines recall that means the affected batch numbers and expiry dates, the marketing authorisation (PL) number, the active ingredient, the recall class and the action the recipient must take — plus the issue date, alert category and any withdrawal notice.mhra_drug_safety_update — Articles from Drug Safety Update, the MHRA monthly bulletin that tells UK prescribers about new safety signals: new contraindications, updated warnings, restricted indications and monitoring advice for medicines already in use. The UK counterpart to an FDA drug safety communication. Answers "what new safety advice has the MHRA issued about this medicine". Returns title, publication date, summary and GOV.UK URL; filter by free text and date range, then pass a URL to mhra_alert_detail for the full article.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/mhra-alerts/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io