@pipeworx/china-safe

Connect: https://gateway.pipeworx.io/china-safe/mcp · Install: one-click buttons

Tools: 4

China’s official reserve assets, balance of payments, and external debt — 外汇储备 (FX reserves), 国际收支 (balance of payments), 外债 (external debt) — parsed from the English-language data pages of SAFE, the State Administration of Foreign Exchange (国家外汇管理局).

Tools

  • china_fx_reserves({months}) — monthly official reserve assets: headline FX reserves (外汇储备), IMF reserve position, SDR holdings, gold (value + ounces), other reserve assets, and the total. MONTHLY, published roughly one week after month-end. Verified 2026-09-07: August 2026 was the newest month — FX reserves USD 3,438.325bn, total official reserve assets USD 3,854.885bn — published on 2026-09-07.
  • china_balance_of_payments({quarters, currency}) — quarterly BOP summary: current account (goods, services, primary/secondary income), capital and financial account (incl. the reserve-assets change), and net errors and omissions. currency is usd (default), rmb, or sdr. QUARTERLY, with roughly a 3-month lag after quarter-end — this is the standard BPM6 release cadence, not a stale site. Verified 2026-09-07: latest quarter was 2026Q1, published 2026-06-26.
  • china_external_debt({quarters}) — quarterly gross external debt position (外债) since 2014Q4: total, by original-contract maturity (short/long-term), and by institutional sector (general government, central bank, other depository corporations, other sectors, direct-investment intercompany lending). Same ~3-month quarterly lag as BOP. Verified 2026-09-07: latest quarter was 2026Q1, published 2026-06-26.
  • china_safe_releases({limit}) — the REAL publish dates behind the other three tools, read from each source page’s own PubDate metadata and its attached file’s upload timestamp, not the page’s permalink. Use this before citing a number from the other tools if freshness matters to the caller.

Auth

Keyless.

Data sources

Traps recorded here so nobody re-discovers them

  • The permalink URL is not the publish date. SAFE republishes each year’s reserve table, and the BOP/debt time series, IN PLACE at a URL minted years earlier — e.g. “Official Reserve Assets (2026)” lives at /en/2021/0203/2045.html, a 2021-dated path, and was still updating live data as of 2026-09-07. Trust the article page’s own <meta name="PubDate"> and the date embedded in the attached file’s own path (/en/file/file/20260907/....xlsx), never the permalink.
  • No JSON, no CSV, no rendered HTML table with the numbers in it. Each article page only links an .xlsx (and usually a matching .pdf); the page body is a stub. This pack parses the .xlsx directly with a hand-rolled, dependency-free ZIP+XML reader (src/xlsx.ts, ported from the ema-medicines pack’s reader) — a Worker can’t carry a full xlsx library for three files.
  • The xlsx link’s anchor text differs by page. Reserves pages link with plain anchor text (<a href="...">xlsx</a>); BOP/external-debt pages put the full report title as the anchor text and the filename only in a title="..." attribute. Match on the .xlsx href extension, not the anchor text.
  • Reserve rows are fixed by position, not by column header repetition. Each month is a pair of columns (USD, then SDR) but only the USD column carries the “YYYY.MM” header text — the SDR column is a merged cell with no header of its own. The six metric rows (FX reserves, IMF position, SDRs, gold value, gold ounces, other reserve assets, total) are at fixed row numbers within the sheet; verified against the live file before shipping (row totals reproduce column sums to the cent).
  • BOP is a ~280-row BPM6 breakdown; this pack surfaces the 17 summary lines, not the full sub-account detail (financial-instrument-by-sector breakdowns run four levels deep). Row numbers are looked up dynamically by matching normalized column-A label text, not hardcoded, since the same template is reused across the RMB/USD/SDR sheets.
  • External debt sector totals equal the sum of their own short+long-term subtotal rows, and the grand total equals the sum of the five sector totals — checked against the live 2026Q1 figures before shipping (24,120.799 = 3,601.510 + 1,034.221 + 9,886.860 + 6,820.844 + 2,777.364).
  • Gold ounces are reported in units of 10,000 (万盎司) — e.g. “7673万盎司” is 76,730,000 ounces; this pack converts to gold_million_oz directly.

Tools

  • china_fx_reserves — China’s official reserve assets (官方储备资产) by month, from SAFE’s English site: headline FX reserves
  • china_balance_of_payments — China’s quarterly balance of payments (国际收支平衡表) from SAFE’s English site — current account
  • china_external_debt — China’s gross external debt position by sector (外债, since 2014Q4) from SAFE’s English site — total, by
  • china_safe_releases — Lists the actual publish dates of SAFE’s reserves/BOP/external-debt English pages, straight from each

Tools

  • china_balance_of_payments — China's quarterly balance of payments (国际收支平衡表) from SAFE's English site — current account
  • china_external_debt — China's gross external debt position by sector (外债, since 2014Q4) from SAFE's English site — total, by
  • china_fx_reserves — China's official reserve assets (官方储备资产) by month, from SAFE's English site: headline FX reserves
  • china_safe_releases — Lists the actual publish dates of SAFE's reserves/BOP/external-debt English pages, straight from each

Regenerated from source · build September 7, 2026