Skip to content

Connecting to Claude.ai

This guide covers adding an AgentCube connector to Claude.ai as an MCP connector.

Add the Connector

  1. Go to Claude.aiSettingsMCP Connectors (or Project settings for project-level connectors)
  2. Click Add custom connector
  3. Enter:
    • Connector name: A descriptive name (e.g., Essbase or Planning)
    • Remote MCP server URL: Your connector's MCP endpoint
      https://{connector_hostname}/mcp
      

Basic Auth Mode

  1. Leave the Advanced settings (OAuth Client ID and Secret) empty
  2. Click Add

The connector accepts unauthenticated connections in basic auth mode — no additional configuration is needed.

SSO (OIDC) Mode

  1. Leave OAuth Client ID and OAuth Client Secret blank — the connector handles Dynamic Client Registration automatically
  2. Click Add
  3. On first tool use, a browser popup will appear for SSO login. Authenticate with your corporate credentials.

Dynamic Client Registration

AgentCube supports OAuth 2.0 Dynamic Client Registration. Claude.ai automatically registers itself as a client — you do not need to manually configure OAuth credentials in Claude.

Verify the Connection

After adding the connector:

  1. Start a new conversation (connectors added mid-conversation do not activate)
  2. Ask a question that triggers a tool call, for example:
    • "List all Essbase applications"
    • "What plan types are available in [application name]?"
  3. The AI should return data from your Oracle environment

Troubleshooting

Issue Resolution
Connector tools don't appear Start a new conversation — connectors added mid-chat are not active until the next conversation
SSO popup doesn't appear Ensure OIDC_BASE_URL matches the connector's public URL exactly
Authentication fails Verify your identity provider configuration — see SSO Setup
Tools return errors Check the connector health endpoint: https://{connector_hostname}/health