---
name: evento-public-mcp
description: Use Evento Public MCP to fetch Evento event data from AI clients via authenticated tools. Trigger this when users ask to list events by username, fetch event details by event ID, troubleshoot MCP setup, or configure Claude Desktop/Cursor with Evento public API access.
license: MIT
metadata:
author: evento
version: "1.0.0"
docs: "https://docs.evento.so"
---
# Evento Public MCP
## Overview
This skill helps agents use the Evento public MCP server correctly and safely.
It maps MCP tools to authenticated Evento public API routes and is intended for local stdio MCP clients (Claude Desktop, Cursor, and compatible clients).
## When to use
Use this skill when the user wants to:
- List events for a username
- Get event details from an `evt_*` ID
- Configure MCP client settings for Evento
- Troubleshoot missing tools or auth failures
- Understand MCP architecture and tool routing
Do not use this skill when:
- The user needs admin-only API routes
- The user asks for direct database/Supabase access
- The user wants to bypass API key authentication
## Prerequisites
- Node.js 18+
- npm
- Evento developer API key
- Local MCP-compatible client
## MCP setup workflow
1. Clone and build:
```bash
git clone https://github.com/andreneves/evento-public-mcp.git
cd evento-public-mcp
npm install
npm run build
cp .env.example .env