This endpoint accepts MCP protocol connections, not browser requests.
// claude_desktop_config.json { "mcpServers": { "moltpe": { "url": "https://moltpe.com/mcp", "headers": { "Authorization": "Bearer swai_YOUR_KEY_HERE" } } } }
// .vscode/mcp.json or Cursor settings { "servers": { "moltpe": { "url": "https://moltpe.com/mcp", "headers": { "Authorization": "Bearer swai_YOUR_KEY_HERE" } } } }
# Test the MCP server curl -X POST https://moltpe.com/mcp \ -H "Content-Type: application/json" \ -H "Authorization: Bearer swai_YOUR_KEY_HERE" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'