Skip to main content
Glama
sevenlabsxyz

Evento Public MCP Server

by sevenlabsxyz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUBLIC_API_KEYNoDeveloper-facing Evento API key used as Authorization: Bearer <key>
EVENTO_API_BASE_URLNoBase URL of the Evento APIhttps://evento.so/api
EVENTO_API_TIMEOUT_MSNoTimeout in milliseconds for API calls15000
EVENTO_PUBLIC_API_KEYNoLegacy compatibility fallback if PUBLIC_API_KEY is missing
EVENTO_SMOKE_USERNAMENoUsername used by smoke command (optional)
EVENTO_API_RETRY_ATTEMPTSNoNumber of retry attempts on failure2
EVENTO_API_RETRY_DELAY_MSNoDelay in milliseconds between retries250

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list-eventsB

List events for a specific user. Returns upcoming, past, or all profile events.

get-eventA

Get detailed information about a specific event by its ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

list-events returns a collection of events for a user, while get-event returns details for a single event by ID. The purposes are clearly distinct and unlikely to be confused.

Naming Consistency5/5

Both tools follow the same kebab-case verb-noun pattern: list-events and get-event. The naming is consistent and predictable.

Tool Count3/5

Two tools is minimal for a server, though acceptable for a narrow read-only event API. It falls below the typical well-scoped 3-15 tool range.

Completeness4/5

The core read workflow is covered: listing events and fetching event details. There are minor gaps such as no search or filter-by-date tool, but for a public read-only event server this is reasonable.

Maintenance

ActivityInactive
ResponsivenessNo issues