This endpoint accepts MCP protocol connections, not browser requests.

Live

Connect to this MCP server

Claude Desktop
Cursor / VS Code
curl
// claude_desktop_config.json
{
  "mcpServers": {
    "moltpe": {
      "url": "https://moltpe.com/mcp",
      "headers": {
        "Authorization": "Bearer swai_YOUR_KEY_HERE"
      }
    }
  }
}