Connect your AI Agents to Oracle Sales Cloud in minutes

Merge lets you securely connect your agents to Oracle Sales Cloud and thousands of tools instantly

Available tools

list_accounts

List accounts from Oracle Sales Cloud. Returns paginated list with organization name, type, owner, and primary contact. Use limit/offset for pagination and q for filters (e.g. q=OrganizationName LIKE Acme%).

get_account

Get a single account by PartyNumber. Returns full account details including organization name, contacts, and addresses. Use list_accounts to find valid PartyNumbers.

create_account

Create a new account in Oracle Sales Cloud. Requires organization_name. Optionally specify type, owner, and industry.

update_account

Update an account by PartyNumber. Use list_accounts to find valid PartyNumbers.

delete_account

Delete an account permanently. This action cannot be undone. Use list_accounts to verify the account before deleting.

list_account_contacts

List contacts associated with an account. Returns paginated list of contact records for the specified account. Use list_accounts to find valid PartyNumbers.

list_activities

List activities from Oracle Sales Cloud. Returns paginated list of tasks, appointments, and call reports. Use limit/offset for pagination and q for filters (e.g. q=ActivityFunctionCode=TASK).

get_activity

Get a single activity by ActivityNumber. Returns full activity details including subject, type, and status. Use list_activities to find valid ActivityNumbers.

create_activity

Create a new activity in Oracle Sales Cloud. Requires subject. Optionally specify type (APPOINTMENT, TASK, CALL_REPORT), status, and owner.

update_activity

Update an activity by ActivityNumber. Use list_activities to find valid ActivityNumbers.

delete_activity

Delete an activity permanently. This action cannot be undone. Use list_activities to verify the activity before deleting.

list_business_plans

List business plans from Oracle Sales Cloud. Returns paginated list with name, dates, and status. Use limit/offset for pagination.

How to set up Merge Agent Handler

In an mcp.json file, add the configuration below, and restart Cursor.

Learn more in the official documentation ↗

{
  "mcpServers": {
    "agent-handler": {
      "url": "https://ah-api-develop.merge.dev/api/v1/tool-packs/{TOOL_PACK_ID}/registered-users/{REGISTERED_USER_ID}/mcp",
      "headers": {
        "Authorization": "Bearer yMt*****"
      }
    }
  }
}
Copy Code

Open your Claude Desktop configuration file and add the server configuration below. You'll also need to restart the application for the changes to take effect.

Make sure Claude is using the Node v20+.

Learn more in the official documentation ↗

{
  "mcpServers": {
    "agent-handler": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://ah-api-develop.merge.dev/api/v1/tool-packs/{TOOL_PACK_ID}/registered-users/{REGISTERED_USER_ID}/mcp",
        "--header",
        "Authorization: Bearer ${AUTH_TOKEN}"
      ],
      "env": {
        "AUTH_TOKEN": "yMt*****"
      }
    }
  }
}
Copy Code
Copied!

Open your Windsurf MCP configuration file and add the server configuration below.
Click on the refresh button in the top right of the Manage MCP server page or in the top right of the chat box in the box icon.

Learn more in the official documentation ↗

{
    "mcpServers": {
      "agent-handler": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-remote@latest",
          "https://ah-api.merge.dev/api/v1/tool-packs/<tool-pack-id>/registered-users/<registered-user-id>/mcp",
          "--header",
          "Authorization: Bearer ${AUTH_TOKEN}"
        ],
        "env": {
          "AUTH_TOKEN": "<ah-production-access-key>"
        }
      }
    }
  }
Copy Code

In Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows), run "MCP: Open User Configuration".

You can then add the configuration below and press "start" right under servers. Enter the auth token when prompted.

Learn more in the official documentation ↗

{
  "inputs": [
    {
      "type": "promptString",
      "id": "agent-handler-auth",
      "description": "Agent Handler AUTH_TOKEN", // "yMt*****" when prompt
      "password": true
    }
  ],
  "servers": {
    "agent-handler": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://ah-api-develop.merge.dev/api/v1/tool-packs/{TOOL_PACK_ID}/registered-users/{REGISTERED_USER_ID}/mcp",
        "--header",
        "Authorization: Bearer ${input:agent-handler-auth}"
      ]
    }
  }
}
Copy Code

FAQs on using Merge's Oracle Sales Cloud  MCP server

FAQs on using Merge's Oracle Sales Cloud  MCP server

Explore other MCP servers built and managed by Merge

activecampaign
ActiveCampaign
adobe_pdf_services
Adobe PDF Services
airtable
Airtable
amadeus
Amadeus
amazon_s3
Amazon S3
amplitude
Amplitude
anaplan
Anaplan
apollo
Apollo
arize
Arize
articulate
Articulate Reach 360
asana
Asana
attio
Attio
aviationstack
Aviationstack
bamboohr
BambooHR
basecamp
Basecamp
bitbucket
Bitbucket
bitly
Bitly
box
Box
cms_coverage
CMS Coverage
calendly
Calendly
canva
Canva
clickup
ClickUp
clinicaltrials
ClinicalTrials.gov
cloudflare
Cloudflare

Ready to try it out?

Whether you're an engineer experimenting with agents or a product manager looking to add tools, you can get started for free now