Overview
The Evento public MCP server runs locally over stdio and maps tool calls to authenticated public Evento API routes.Local stdio transport
Runs on your machine with no hosted MCP layer.
Public API tools
Includes
list-events and get-event.Central auth injection
Injects your API key for every outbound request.
Client-agnostic
Works with Claude Desktop, Cursor, ChatGPT-compatible MCP clients, and others.
Requirements
- Node.js 18+
- npm
- Evento developer API key
- Any MCP client that supports stdio
Install and run
PUBLIC_API_KEY in .env, then run:
Minimal environment variables
Required:PUBLIC_API_KEY
EVENTO_API_BASE_URLEVENTO_API_TIMEOUT_MSEVENTO_API_RETRY_ATTEMPTSEVENTO_API_RETRY_DELAY_MSEVENTO_PUBLIC_API_KEY(legacy fallback)EVENTO_SMOKE_USERNAME