MCP server exposing 4 tools for mhra-uk.
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-uk/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
mhra_search — Search the UK MHRA products register by product name, brand name or active substance — e.g. "ibuprofen", "Nurofen", "atorvastatin". Post-Brexit the EMA register does not cover the UK, so this is the UK authorisation surface. Returns one row per DOCUMENT (a product usually has an SmPC, a patient leaflet and sometimes an assessment report), each with its PL number, the MHRA territory it covers, the document date and a direct link to the authoritative PDF. Use mhra_product to gather every document for one PL number.mhra_product — Every MHRA document held for one UK licence number, grouped by document type — the SmPC that carries the authorised indications, the patient leaflet, and the public assessment report where one exists. Accepts any spelling of the PL number ("PL 29831/0798", "PL29831/0798", "PL298310798", and the PLGB / PLNI forms). Returns the authoritative PDF URL for each. The indication text itself lives inside the SmPC PDF, not in this register, so this tool gives you the exact document to read rather than a summary of it.mhra_recent_changes — MHRA documents added or revised since a date, newest first — the weekly-refresh feed. Pass an ISO date such as "2026-09-01". Returns the same rows as mhra_search plus the cutoff that was applied, so replaying the same `since` gives the same answer. NOTE what the register can and cannot tell you: a new or revised DOCUMENT is what is recorded here. A withdrawal is not published as an event, so this cannot report withdrawals — treat it as "new and changed", not "new, changed and withdrawn".mhra_snapshot — How big the UK register currently is and how to walk all of it: total document count, the count per document type, the newest document date, and the paging recipe for a full enumeration. MHRA publishes no bulk download, so this returns the enumeration path rather than a file URL — and it returns those counts, never the documents themselves.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/mhra-uk/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io