seoul_air_quality
Pack: seoul-data · Endpoint: https://gateway.pipeworx.io/seoul-data/mcp
Real-time air quality across Seoul districts (자치구) — PM10, PM2.5, ozone, NO2, CO, SO2, the comprehensive air index (CAI), and its grade (좋음/Good … 나쁨/Bad). Use for “air quality in Seoul /
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/seoul-data/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"seoul_air_quality","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('seoul_air_quality', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"seoul-data": {
"url": "https://gateway.pipeworx.io/seoul-data/mcp"
}
}
}
See Getting Started for client-specific install steps.