csrc_penalties

Pack: china-pharma · Endpoint: https://gateway.pipeworx.io/china-pharma/mcp

Administrative penalty decisions (行政处罚决定书) from the CSRC — the China Securities Regulatory Commission, China’s securities and capital-markets regulator — newest first, straight from csrc.gov.cn’s own JSON feed. Each row carries the decision number (e.g. 〔2026〕42号), the publication date, the named parties from the decision’s opening lines (listed companies, accounting firms, individuals sanctioned for disclosure fraud, insider trading, market manipulation), and the link to the full decision. Answers “recent CSRC enforcement actions”, “中国证监会最近的行政处罚”, “which companies did China’s securities regulator penalize”. This is securities-market enforcement, not drug regulation — for NMPA announcements use nmpa_updates.

Parameters

NameTypeRequiredDescription
sincestringnoEarliest publication date, YYYY-MM-DD. Omitted, the newest decisions are returned regardless of age.
pagenumbernoPage number, 1-based (default 1). Pages are newest-first.
limitnumbernoRows per page, 1-40 (default 15).

Example call

Arguments

{}

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":"csrc_penalties","arguments":{}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('csrc_penalties', {});

More examples

{
  "since": "2026-08-01",
  "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.

Regenerated from source · build September 7, 2026