Skip to content

Integrations

Govern Access to Every App, for People and Agents.

Cakewalk supports any app with a standard MCP connection. 300+ connections are already pre-configured and ready to use. Cakewalk manages who on your team can access each app and what your AI agents can do in it, with policy on every request and an audit record for every change.

  • Any app with a standard MCP connection
  • 300+ connections pre-configured
  • One governed gateway

300+ Connections Pre-Configured. Browse by What Cakewalk Does With Each App.

Showing 332 of 332 integrations

Abacus.ai

An AI Super Assistant For Enterprises And Professionals

Agent Platform
Activ

Mobile service provider in Kazakhstan

Agent Connection
Activepieces

AI Agents smart & easy

Agent PlatformAgent Connection
Admanage.ai

Launch Ads 10x Faster

Agent Connection
ADP

Experience better HR and payroll

Agent Connection
AgentStation

AI Agent Computers to Complete Any Task

Agent Platform
Agentverse

A home for building and running AI agents

Agent Platform
Ahrefs

SEO Tools & Resources To Grow Your Search Traffic

Agent Connection
Aircall

Turn every conversation into business impact.

Auto Provisioning
AirOps

Orchestrate Content. Drive Revenue.

Agent Connection
Airtable

End to end processes redefined

Agent Connection
Airtop

Automate the web with just your words

Agent Platform

More Ways to Connect

Connect Any App, Listed or Not.

Any app with a standard MCP connection works through the governed gateway, listed here or not. Beyond that, your team builds a custom integration with the Open API, or connects any MCP-standard client to Cakewalk's MCP servers.

Build a Custom Integration

When an app is not in the directory, your team builds its own integration with the Open API. It reads and updates access data over REST and triggers workflows on access and provisioning events.

List managed apps
GET https://open-api.getcakewalk.io/api/v1/WorkApps
X-API-KEY: $CAKEWALK_API_KEY
X-API-SECRET: $CAKEWALK_API_SECRET

Cakewalk MCP Server

Cakewalk runs two MCP servers, one for human access management and one for AI agent access management. Any client that supports the MCP standard connects to them, including Claude, Cursor, ChatGPT and Copilot.

  • Claude
  • Cursor
  • ChatGPT
  • Copilot
Add Cakewalk to your client config
{
  "mcpServers": {
    "cakewalk": {
      "url": "https://mcp.getcakewalk.io/mcp",
      "auth": "oauth"
    }
  }
}