MCP server exposing 3 tools for china-air-quality.
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-air-quality/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
china_air_quality — Real-time air quality (空气质量) for a Chinese city — AQI, pollutant levels and concentrations (PM2.5, PM10, O3, NO2, SO2, CO), quality rating, primary pollutant and station count. Accepts an English city name ("Beijing", "Shanghai"), a province name ("Guangdong" resolves to Guangzhou), or the Chinese name ("北京市"). Answers "what is the air quality in Beijing right now", "is Shanghai's air safe today", "PM2.5 in Chengdu". Sourced from China National Environmental Monitoring Centre (中国环境监测总站), refreshed hourly.china_air_quality_ranking — Nationwide ranking of Chinese cities by air quality (空气质量排名) — the cleanest or most polluted cities right now, optionally ranked by a specific pollutant instead of overall AQI. Answers "which Chinese cities have the worst air quality today", "cleanest cities in China right now", "top 10 most polluted cities in China by PM2.5". Covers all 338 CNEMC-monitored prefecture-level cities.china_air_quality_stations — Individual monitoring-station readings (监测站点数据) within one Chinese city — every station's AQI, pollutant concentrations and quality rating, with station name and coordinates. Use this for neighborhood-level detail within a city, e.g. "which part of Shanghai has the worst air right now" or "list the air monitoring stations in Beijing". Accepts an English or Chinese city name.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/china-air-quality/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io