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
| Name | Type | Required | Description |
|---|---|---|---|
agenda_uid | string | yes | Agenda uid from search_agendas, e.g. “6008621”. |
query | string | no | Keyword filter over the agenda’s events. |
from | string | no | Earliest event date YYYY-MM-DD (default: today, upcoming only). |
to | string | no | Latest event date YYYY-MM-DD. |
size | number | no | Max 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.