Connects Claude to OpenAgenda's event platform for searching, analyzing, and managing events programmatically. You'd reach for this when building workflows that need to query event databases, filter by dates or locations, or pull structured event data into your Claude conversations. The server supports both stdio for local use and streamable HTTP for remote deployments, making it flexible for different integration patterns. The package ships from OpenAgenda's public monorepo and runs on their hosted MCP endpoint at mcp.openagenda.com. Useful if you're coordinating events, doing research on public gatherings, or need to cross-reference event information without manual API wrangling.
OA_API_KEY*secretOpenAgenda API key (the stdio credential — a least-privilege/read key is advised). The hosted remote uses OAuth instead.
OA_BASE_URLv3 API base URL (defaults to https://api.openagenda.com/v3).
OA_EXECUTORCode engine: node (default — Node's permission sandbox: no filesystem/subprocess; network NOT bounded) or deno (adds a scoped network egress boundary; recommended hardening, needs deno installed).
OA_LOCAL_NO_SANDBOXDisable the Node permission sandbox entirely (bare node, NO boundary at all) — trusted/dev use only.
Welcome to the public portion of the OpenAgenda (oa) monorepo.
Here you’ll find all the open-source packages we publish on npm along with their documentation.
This project uses Yarn v4 / Berry, which stores its workspace lockfile as yarn.lock-workspace.
To avoid dependency conflicts and keep the Git history clean, always rename the lockfile:
# Before you start working
mv yarn.lock-workspace yarn.lock
# …do your usual work: yarn install, yarn prepack, tests, etc.
# Just before committing / pushing
mv yarn.lock yarn.lock-workspace
yarn
yarn prepack
Thanks for contributing! ✨
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp
io.github.sarahpark/google-search-console