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
- Go to Settings > API Keys
- Click Create API Key
- 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.