search_agendas
Pack: openagenda · Endpoint: https://gateway.pipeworx.io/openagenda/mcp
Find OpenAgenda agendas (event calendars) by keyword — e.g. a city, venue, festival or organisation name. Returns agenda uid + slug + title. Pass the uid to the events tool. Most agendas are French.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search text, e.g. “Nantes”, “festival jazz”, “musée”. |
official_only | boolean | no | If true, only official (verified) agendas. |
size | number | no | How many agendas to return (1-20, default 10). |
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":"search_agendas","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.