- Home
- MCP servers
- EvHenter
EvHenter
- javascript
0
GitHub Stars
javascript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You run an Event Aggregation platform with a Sanity.io backend and an MCP server to power ChatGPT Apps. This MCP server connects to your Sanity data, exposes endpoints for events, locations, categories, and venues, and lets you seed data, develop locally, and deploy to hosting services. It is designed for local development and for serving MCP clients that need to query and manage events and related data.
How to use
To use the MCP server with a client, first ensure the server is running in development mode. The server exposes an SSE endpoint to establish a persistent connection and a messages endpoint to send user interactions or chat messages. Your MCP client will connect to the SSE stream at the following address and send messages to the chat flow via the messages endpoint.
Key endpoints you will leverage are:
- SSE connection at GET /sse to subscribe to event streams
- Messages endpoint at POST /messages?sessionId=xxx to send messages to an active session
Available tools
events_search
Search events in the dataset and return matching results.
events_get
Retrieve detailed information for a specific event.
events_upcoming
List upcoming events within the dataset.
events_create
Create a new event entry in the dataset.
locations_list
List available locations.
categories_list
List available categories.
venues_list
List available venues.