REST API & MCP

API Documentation

Everything you need to integrate Curyloop into your workflows. Authenticate with API keys, manage groups and sessions, and connect via MCP for AI-powered access.

MCP server authentication and endpoint details.

MCP Authentication

The MCP server uses the same API key authentication as the REST API. Include your key as a Bearer token in the Authorization header.

Endpoint

POST https://curyloop.com/api/mcp

The server implements the MCP JSON-RPC protocol (version 2025-03-26) over HTTP.

Getting an API Key

  1. Go to Settings > API Keys
  2. Click Create API Key
  3. Copy the key and use it in your MCP client configuration

Your API key has the same permissions as your user account. Keep it secure and never share it publicly.