EventHorizon MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| API_TIMEOUT | No | Request timeout in milliseconds | 30000 |
| EVENTHORIZON_BASE_URL | No | EventHorizon API URL | http://localhost:8000 |
| EVENTHORIZON_API_TOKEN | Yes | Knox authentication token |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_eventsC | List all available events. Optionally filter by search term or location. |
| get_eventC | Get detailed information about a specific event by its ID. |
| create_eventC | Create a new event. Requires title, description, start/end times, location, and capacity. |
| update_eventB | Update an existing event. Only provide the fields you want to change. |
| delete_eventA | Delete an event. Only the organizer can delete their events. |
| register_for_eventC | Register the current user for an event. |
| unregister_from_eventC | Unregister the current user from an event. |
| get_event_registrationsB | Get all registrations for an event. Only available to the event organizer. |
| manage_registrationA | Manage a registration (approve, waitlist, or cancel). Only available to the event organizer. |
| get_my_profileB | Get the current user's profile information. |
| get_my_registrationsB | Get all events the current user is registered for. |
| get_my_hosted_eventsB | Get all events organized by the current user. |
| health_checkA | Check the connection to the EventHorizon API and verify authentication. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NotoriousArnav/EventHorizon-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server