Skip to main content
The server speaks Streamable HTTP at a single endpoint:
Every client below discovers OAuth automatically (RFC 8414) and registers itself on first connect (RFC 7591) — no client_id or API key to copy anywhere. The first tool call opens your browser at elean.app/mcp-connect, where you approve the connection and pick which workspace the agent gets access to. A token is scoped to a single workspace — connect again to grant access to another one.
The OAuth flow runs automatically on the first tool call.
Any other client that supports OAuth discovery and Dynamic Client Registration should work the same way — point it at the URL above and approve the consent screen when prompted.

Troubleshooting

Your client doesn’t support Dynamic Client Registration. Use a client that implements RFC 7591, or reach out for a manually registered client_id.
Check that AI agent connections is still enabled in Workspace Settings → Security — disabling it revokes tokens immediately.