events
Pack: helsinki-events · Endpoint: https://gateway.pipeworx.io/helsinki-events/mcp
Find upcoming events in Helsinki, Finland (City of Helsinki Linked Events). Filter by keyword, free admission, and date window. Returns events with venue, coordinates and tags. Text is shown in English where available (else Finnish).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text keyword, e.g. “music”, “exhibition”, “kids”. |
free_only | boolean | no | If true, only free events. |
from | string | no | Earliest event date YYYY-MM-DD (default: today). |
to | string | no | Latest event date YYYY-MM-DD. |
limit | number | no | Max events (1-${MAX_LIMIT}, default 20). |
page | number | no | Page number (default 1). |
Example call
curl -X POST https://gateway.pipeworx.io/helsinki-events/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"events","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"helsinki-events": {
"url": "https://gateway.pipeworx.io/helsinki-events/mcp"
}
}
}
See Getting Started for client-specific install steps.