{
  "name": "io.github.community-mcp/workato-mcp",
  "description": "A community-maintained MCP for Workato, the enterprise iPaaS. Trigger recipes via webhook endpoints, list recipes available to the issuing user, and inspect run status. Best fit for organisations that already use Workato as their integration platform and want an agent to be able to fire orchestrations the platform already owns.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-31",
    "com.top-mcps/score": {
      "value": 54,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.652Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:52.417Z",
      "npmWeeklyDownloads": 10
    }
  },
  "repository": {
    "url": "https://github.com/community-mcp/workato-mcp",
    "source": "github"
  },
  "author": {
    "name": "Community"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@workato/mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "WORKATO_API_TOKEN",
          "description": "WORKATO_API_TOKEN — required credential for Workato.",
          "isRequired": true,
          "isSecret": true
        },
        {
          "name": "WORKATO_BASE_URL",
          "description": "WORKATO_BASE_URL — required credential for Workato.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "Workato API token in env. Scope at the workspace + role level on the Workato side. Treat as enterprise credential — long-lived, expensive to rotate, audited.",
      "gotchas": [
        "Workato recipes can move money / send customer comms. Confirmation gates are mandatory.",
        "API tokens have full permissions of the issuing user — create a dedicated low-privilege role.",
        "Recipe runs cost transactions per plan — high-volume agent loops can burn through limits."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/workato",
    "markdown": "https://top-mcps.com/mcp/workato.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
