nmpa_updates

Pack: china-pharma · Connect: https://pipeworx.io/mcp (see Connect below for a single-pack URL)

No MCP client? Call it directly: GET https://gateway.pipeworx.io/v1/tools/nmpa_updates for the schema, then POST the same URL with its arguments for the data.

Official announcements from China’s drug regulator, the NMPA (National Medical Products Administration) — regulatory policy changes, guidance documents, import rules, clinical-trial guideline updates and reform opinions, in English, straight from the regulator. Answers “latest NMPA regulatory updates”, “what has China’s drug regulator changed”, “NMPA guidance on medical devices or cosmetics”. Returns title, publication date and the announcement URL. NOTE: this is the announcements feed, NOT the drug-approval register — it does not list which drugs were approved.

Parameters

NameTypeRequiredDescription
sectionstringnoLimit to one section. Omitted, all four are merged and sorted newest first.
limitnumbernoMaximum announcements, 1-40 (default 15).

Example call

Arguments

{
  "limit": 15
}

curl

curl -X POST https://gateway.pipeworx.io/china-pharma/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nmpa_updates","arguments":{"limit":15}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('nmpa_updates', {
  "limit": 15
});

More examples

{
  "section": "drugs",
  "limit": 10
}

Connect

Add this to your MCP client config — every tool in the catalog, including this one — or use one-click install buttons:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://pipeworx.io/mcp"
    }
  }
}
Connect to just the china-pharma pack
{
  "mcpServers": {
    "china-pharma": {
      "url": "https://gateway.pipeworx.io/china-pharma/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 25, 2026