nmpa_updates
Pack: china-pharma · Endpoint: https://gateway.pipeworx.io/china-pharma/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
section | string | no | Limit to one section. Omitted, all four are merged and sorted newest first. |
limit | number | no | Maximum 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, or use one-click install buttons:
{
"mcpServers": {
"china-pharma": {
"url": "https://gateway.pipeworx.io/china-pharma/mcp"
}
}
}
See Getting Started for client-specific install steps.