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

NameTypeRequiredDescription
querystringnoFree-text keyword, e.g. “music”, “exhibition”, “kids”.
free_onlybooleannoIf true, only free events.
fromstringnoEarliest event date YYYY-MM-DD (default: today).
tostringnoLatest event date YYYY-MM-DD.
limitnumbernoMax events (1-${MAX_LIMIT}, default 20).
pagenumbernoPage 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.

Regenerated from source · build June 23, 2026