MCP server exposing 3 tools for china-news.
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-news/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
china_news_search — Search recent news coverage from Chinese, Hong Kong, Taiwanese and overseas-Chinese publishers — Xinhua, China Daily, Global Times, People's Daily, South China Morning Post, CNA Taiwan, CGTN, Caixin and 20 more — by keyword, publisher, jurisdiction, language and date. Returns headline, publisher, URL, publication time, GDELT themes and average article tone for each match. Use it to see how mainland state media, Hong Kong and Taiwanese outlets are covering a topic, and how that differs. Article metadata only, from the GDELT Global Knowledge Graph: there is no article text — follow the url. Covers a rolling 30-day window. Call china_news_outlets to see exactly which publishers are searchable.china_news_article — Look up one indexed China/Hong Kong/Taiwan news article by its URL and return everything known about it: publisher, headline, publication time, GDELT theme tags, average article tone and the places it mentions. Pass a url exactly as china_news_search returned it. There is no article text — GDELT indexes metadata only — and this tool says so explicitly rather than returning an empty body field.china_news_outlets — List the Chinese, Hong Kong, Taiwanese and overseas-Chinese news publishers Pipeworx has audited — 106 of them — with each one's jurisdiction, publishing language, how its content is reachable, whether china_news_search can actually search it, and when its most recent indexed article was published. Use this before searching to see what coverage genuinely exists, instead of inferring it from an empty search result.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/china-news/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io