The server URL is always:
https://mcp.omnicon.cloud
Claude Desktop / Claude.ai
- Open Settings → Connectors.
- Add a new connector with URL
https://mcp.omnicon.cloud. - A browser window prompts you to sign in to OmniCon and authorize the client. Approve and you're connected.
Claude Code (CLI)
Add the server to your MCP config with a claude mcp add command pointing at the same URL. Claude Code will open the browser on first use for OAuth.
Other MCP clients
Any client that speaks Streamable HTTP + OAuth works. Point it at https://mcp.omnicon.cloud and follow the OAuth redirect. The server publishes its metadata at /.well-known/oauth-authorization-server for clients that auto-discover.
Smoke test
Ask Claude "list my organizations in OmniCon." If the connection is good, it calls get_my_organizations and lists the orgs your account belongs to.