https://api.ontora.com/mcp/. Authentication is a workspace API key with the mcp scope, sent as a Bearer token.
1
Create an API key with the mcp scope
From the dashboard or via the API:Copy the returned
key — you’ll only see it once.2
Configure your client
Use the snippet for your client below.
3
Verify the connection
Ask the agent to “list my Ontora campaigns”. If it returns your workspace’s campaigns, you’re done.
Claude Desktop
Edit~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on your platform:
Cursor
Add to~/.cursor/mcp.json:
Claude Code (CLI)
Windsurf
Add an MCP server in Settings → Cascade → MCP servers with:- URL:
https://api.ontora.com/mcp/ - Auth header:
Authorization: Bearer ont_live_...
Other clients
Any client that speaks the Model Context Protocol spec over HTTP/SSE can connect — just point it athttps://api.ontora.com/mcp/ with the Bearer header.