seoul_events
Pack: seoul-data · Endpoint: https://gateway.pipeworx.io/seoul-data/mcp
Seoul cultural events — exhibitions, concerts, festivals, performances — with title, category, district, date, venue, target audience, and fee. Use for “cultural events in Seoul”, “what’s on in
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max events (default 5; sample key caps at 5, real key up to 1000). |
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_events","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.