seoul_dataset

Pack: seoul-data · Endpoint: https://gateway.pipeworx.io/seoul-data/mcp

Generic passthrough to ANY Seoul Open Data Plaza service by its service name (서비스명) — returns the raw rows. Use when a specific Seoul dataset is needed that the named tools don’t cover (e.g. “CardSubwayStatsNew” subway ridership, “GetParkingInfo” parking, “tbCycleStationInfo” bike stations, “SPOP_LOCAL_RESD_DONG” population). Browse services at data.seoul.go.kr.

Parameters

NameTypeRequiredDescription
servicestringyesSeoul Open Data service name, e.g. “GetParkingInfo”, “tbCycleStationInfo”.
startnumbernoStart row (1-based, default 1).
endnumbernoEnd row (default 5; sample key caps at 5).

Example call

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_dataset","arguments":{}}}'

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.

Regenerated from source · build June 26, 2026