events

Pack: openagenda · Endpoint: https://gateway.pipeworx.io/openagenda/mcp

List events from one OpenAgenda agenda (get its uid from search_agendas). Defaults to upcoming events. Optionally filter by keyword and date window. Returns title, dates, venue, coordinates and keywords (English where available, else French).

Parameters

NameTypeRequiredDescription
agenda_uidstringyesAgenda uid from search_agendas, e.g. “6008621”.
querystringnoKeyword filter over the agenda’s events.
fromstringnoEarliest event date YYYY-MM-DD (default: today, upcoming only).
tostringnoLatest event date YYYY-MM-DD.
sizenumbernoMax events to return (1-50, default 20).

Example call

curl -X POST https://gateway.pipeworx.io/openagenda/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": {
    "openagenda": {
      "url": "https://gateway.pipeworx.io/openagenda/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 23, 2026