MCP server exposing 2 tools for china-macro.
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/china-macro/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
china_lpr — China's PBOC Loan Prime Rate (贷款市场报价利率, LPR) history — the 1-year and 5-year benchmark lending rates, each with its official reference/announcement date. Published monthly on the 20th (or next business day) by the National Interbank Funding Center under PBOC authorization. The 1-year rate anchors most corporate and consumer loans; the 5-year rate anchors mortgages. Returns up to the last 12 monthly announcements (chinamoney.com.cn does not expose history deeper than ~1 year via this endpoint) plus a `latest` field for the most recent print. Answers "what is the current PBOC LPR", "China's 1-year and 5-year loan prime rate history", "when did the PBOC last cut the LPR". Keyless, sourced live from chinamoney.com.cn.china_lpr_latest — China's most recent PBOC Loan Prime Rate (贷款市场报价利率一年期/五年期, LPR 1Y/5Y) print only — a cheap single-row call for just the current 1-year and 5-year rates and their official reference/announcement date, without the 12-month history. Use china_lpr instead if you need the trend over time. Keyless, sourced live from chinamoney.com.cn.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/china-macro/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io