Connect Ekam to your AI
Ekam exposes a Model Context Protocol endpoint. Point any MCP-capable client at the URL below, sign in, and your agent can use every tool the Ekam brain uses.
Hand it to an agent
Paste this prompt into Claude, Cursor, or any AI agent and it'll wire Ekam up for you.
Please add the Ekam MCP server to my client.
Endpoint: https://ekam.v19.tech/api/mcp
Transport: streamable HTTP
Auth options (pick whichever my client supports):
• OAuth -open the browser flow at https://ekam.v19.tech when prompted; I will approve.
• API key -use Authorization: Bearer <key> with a key from https://ekam.v19.tech/settings/api-keys.
If I belong to more than one Ekam organization, send the header X-Ekam-Org: <organization-id> on every request.
Once connected, list the tools, then wait for my instructions.Connect a client
Copy the config for your client. Most desktop and IDE clients accept the same shape.
Run in your terminal. Claude Code triggers the browser OAuth flow automatically.
Sign in
Two ways to authenticate against Ekam. Pick whichever fits the client.
OAuth
For desktop and web clients (Claude, ChatGPT). Opens a browser, you approve, the token is bound to your user.
API key
For scripts and headless agents. Generate one in SettingsAPI keys.
Good to know
Two things worth knowing before you wire Ekam into an agent.
Multi-org
If you belong to more than one organization, send
X-Ekam-Org: <org-id> with each request. Single-org users can skip this.Approvals
Tools that touch clients, money, or messages return
requires_approval instead of running. Approve in Ekam, then re-run from your client.