Agent skill

Teach your assistant Enclave.

Two paths to the same server. Drop the skill file into your agent, or add the server URL per client. Both sign in with OAuth. No keys to paste.

EndpointPOST https://api.enclavehq.com/api/mcp
Skill file/skills/enclave-mcp/SKILL.md
Full dump/llms-full.txt
AuthOAuth 2.1 + PKCE. No client secret.
Scopesevents:read · events:write · registrations:read · registrations:write · checkin:write
Rate limit60 calls per minute per token
Install

Pick your assistant.

Staff only. Your organization must have assistant access turned on.

Claude CodeCursorVS CodeOpenCodeOther clients
  1. Run the command in your terminal.
  2. Inside Claude Code, run /mcp and choose Authenticate for enclave.
  3. Sign in, select the organization, click Allow.
  4. Or drop the skill file into ~/.claude/skills/enclave-mcp/SKILL.md.
Terminalcopy
claude mcp add --transport http enclave https://api.enclavehq.com/api/mcp
Raw files

Built for agents to fetch.

Point your agent at these URLs. The skill teaches the flow. The dump carries the detail.

Skill (canonical)copy
https://mcp.enclavehq.com/skills/enclave-mcp/SKILL.md
Skill (well-known mirror)copy
https://mcp.enclavehq.com/.well-known/skills/enclave-mcp/SKILL.md
Full site textcopy
https://mcp.enclavehq.com/llms-full.txt

Full tool reference at /tools. Short index at /llms.txt.

FAQ

Short answers.

What is the skill file?+

A short SKILL.md in the Agent Skills open format. It tells an agent when to use Enclave, how to sign in, and where the full reference lives.

Skill file or server URL?+

Same server either way. The skill file teaches repeat use. The server URL connects any MCP client in one step.

What does the full dump carry?+

The whole site in one fetch: prompts, tools, resources, install steps and FAQ. For agents that want detail without crawling pages.