MCP Server Setup

This is an MCP (Model Context Protocol) server. Connect your AI client using the configuration below.

Claude Desktop

{ "mcpServers": { "agent-api": { "url": "http://dev.curling.io" } } }

Cursor

{ "mcpServers": { "agent-api": { "url": "http://dev.curling.io" } } }

Claude Code

claude mcp add --transport http agent-api http://dev.curling.io

The server uses OAuth 2.1 for authentication. Your MCP client will handle the login flow automatically.