For the complete documentation index, see llms.txt. This page is also available as Markdown.

Seismic

Connect your company's Seismic instance to Cakewalk so agents can search content, retrieve meeting intelligence and access CRM context through the gateway.

Connect your company's Seismic instance to Cakewalk's MCP Gateway. Every agent tool call against Seismic passes through the gateway and is evaluated against your Policies.

Requirements

Required Scopes

OAuth scope the app must request:

seismic.mcp

This scope is selected by default during app creation.

Step 1: Create the OAuth App

  1. Click + Create an App.

  2. Enter an app name, select MCP app as the type, then click Create app.

Step 2: Enable OAuth

  1. Toggle the authentication switch on (off by default).

  2. Select OAuth2 - Authorization Code Flow.

Step 3: Configure the Redirect URI

In the Redirect URIs field, enter:

Step 4: Generate the Client Secret

  1. Click Generate to create the client secret.

  2. Copy the secret immediately. Seismic shows it once.

Confirm seismic.mcp is selected in the scope picker (it is by default), then save the app.

Step 5: Enable the App in Seismic

  1. Open Seismic Web.

  2. Go to Admin Settings > My Apps.

  3. Find your app and click Enable App in Seismic.

  4. Accept the consent modal.

Step 6: Paste Credentials Into Cakewalk

  1. Go to All Connections.

  2. Find Seismic.

  3. Click Edit credentials.

  4. Paste the Client ID and Client Secret from your Seismic app's Auth configuration page.

  5. Save.

Verifying It Works

The Seismic Connection card flips to Active on All Connections. From an agent platform connected to Cakewalk, ask the agent to search Seismic content. If Seismic returns results, the Connection is live.

Troubleshooting

  • Invalid redirect URI on consent: confirm the Redirect URIs entry matches https://mcp-gateway.getcakewalk.io/api/v1/Auth/Callback exactly.

  • Tools return permission errors: the seismic.mcp scope must be selected, and the app must be enabled in Seismic Web (Step 5).

Learn More

Last updated

Was this helpful?