# Enclave MCP > Model Context Protocol server for Enclave, the event and membership platform for private clubs. Assistants such as Claude, ChatGPT, Cursor, Claude Code, VS Code, OpenCode, pi and any MCP client connect over Streamable HTTP with OAuth 2.1 and act under the signed-in staff member's permissions. Server URL: https://api.enclavehq.com/api/mcp Scopes: events:read, events:write (implies read), registrations:read, registrations:write (implies read), checkin:write (standalone) Never exposed: check-in QR signatures, answers to registration questions, member-tier pricing, admin fees. ## Pages - [Home](https://mcp.enclavehq.com/): what you can ask, what it reaches, how it works, permissions, connect instructions per client, FAQ - [Tool reference](https://mcp.enclavehq.com/tools/): inputs, output shapes, scope and permission per tool, errors, conventions - [Agent skill](https://mcp.enclavehq.com/skill/): install the skill file or add the server per client ## Agent files - [Skill](https://mcp.enclavehq.com/skills/enclave-mcp/SKILL.md) (mirror at https://mcp.enclavehq.com/.well-known/skills/enclave-mcp/SKILL.md): Agent Skills format, lean pointer to the server and the reference - [Full text](https://mcp.enclavehq.com/llms-full.txt): the whole site in one fetch ## Tools - events_list, events_get (events:read) - events_create, events_update, events_delete (events:write) - registrations_list, registrations_get, checkin_stats (registrations:read) - registrations_update, registrations_cancel (registrations:write) - ticket_types_list (events:read) - ticket_types_create, ticket_types_update, ticket_types_delete (events:write) - checkin_mark (checkin:write) - event_insights (registrations:read) ## Resources and prompts - enclave://event/{eventId} (events:read), enclave://event/{eventId}/stats (registrations:read) - Prompts: create-event, door-briefing