Skip to main content
Glama
doffpett
by doffpett

EvHenter MCP

Event-aggregeringsplattform med Sanity.io backend og MCP-server for ChatGPT Apps.

Oppsett

1. Sanity Studio

cd sanity
npm install

# Opprett nytt Sanity-prosjekt (følg instruksjonene)
npx sanity init --create-project "EvHenter" --dataset production

# Kopier project ID til .env

2. MCP Server (lokal utvikling)

# I rot-mappen
npm install

# Kopier og fyll ut miljøvariabler
cp .env.example .env

# Kjør utviklingsserver
npm run dev

3. Seed Data

cd sanity
npx sanity exec seed-data.ts --with-user-token

Related MCP server: Sola MCP Server

Miljøvariabler

SANITY_PROJECT_ID=ditt-prosjekt-id
SANITY_DATASET=production
SANITY_API_VERSION=2024-01-01
SANITY_TOKEN=din-api-token
PORT=3000

MCP Tools

Tool

Beskrivelse

events_search

Søk events

events_get

Hent event detaljer

events_upcoming

Kommende events

events_create

Opprett event

locations_list

List lokasjoner

categories_list

List kategorier

venues_list

List venues

MCP Endpoints

  • SSE: GET /sse - Koble til MCP server

  • Messages: POST /messages?sessionId=xxx - Send meldinger

Testing

# MCP Inspector
npx @modelcontextprotocol/inspector@latest
# Koble til: http://localhost:3000/sse

Deploy til Render

  1. Push koden til GitHub

  2. Gå til render.com og opprett konto

  3. New > Web Service > Koble til GitHub repo

  4. Legg inn miljøvariabler (SANITY_PROJECT_ID, SANITY_TOKEN)

  5. Deploy!

MCP URL blir: https://ditt-prosjekt.onrender.com/sse

ChatGPT App

  1. Gå til ChatGPT > Settings > Developer settings

  2. Add connector > MCP

  3. Lim inn Render URL: https://ditt-prosjekt.onrender.com/sse

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Connect your Sanity content to AI agents. Create, update, and explore structured content using Claude, Cursor, and VS Code via the Model Context Protocol. Transform content operations from complex queries to simple conversations—giving your team superpowers without sacrificing structure.
    Last updated
    20
    408
    72
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A stateless HTTP server implementing the Model Context Protocol (MCP) that enables applications to interact with Social Layer platform data including events, groups, profiles, and venues via standardized endpoints.
    Last updated
    1
  • F
    license
    -
    quality
    D
    maintenance
    A multi-tenant Model Context Protocol server that provides a secure interface to the Eventbrite API using Firebase authentication. It enables structured interaction with Eventbrite tools for event management while maintaining platform-managed credentials.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    A comprehensive Model Context Protocol server that enables interaction with Discord for channel management, message searching, and automated communication. It features enterprise-grade security with multi-tenant authentication, rate limiting, and real-time monitoring via a built-in inspector dashboard.
    Last updated
    29
    MIT

View all related MCP servers

Related MCP Connectors

  • Define, ship & query your analytics tracking from one source of truth, trusted by humans and agents.

  • Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events.

  • Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.

View all MCP Connectors

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/doffpett/evhenter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server