The MCP server lives atDocumentation Index
Fetch the complete documentation index at: https://docs.ontora.com/llms.txt
Use this file to discover all available pages before exploring further.
https://api.ontora.com/mcp/. Authentication is a workspace API key with the mcp scope, sent as a Bearer token.
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.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.
Troubleshooting
| Symptom | Cause |
|---|---|
401 Unauthorized | Key missing, malformed, or revoked |
403 Forbidden on a tool | Key lacks the scope that tool requires (e.g., interviews) |
| Tools list but calls fail | Often a workspace mismatch — verify the key was created in the right workspace |