Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Workato MCP Servers API

MCP servers expose Workato API endpoints as tools accessible to AI agents via the Model Context Protocol.

Workato MCP Servers API is one of 11 APIs that Workato publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include MCP Servers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, an API reference, rate-limit docs, an AsyncAPI specification, and 2 JSON Schemas.

This API exposes 8 operations across 5 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against 5 base URLs: https://www.workato.com, https://app.eu.workato.com, https://app.jp.workato.com, https://app.sg.workato.com, https://app.au.workato.com.

8 operations 5 paths 5 schemas 1 DELETE2 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Servers
https://www.workato.com
https://app.eu.workato.com
https://app.jp.workato.com
https://app.sg.workato.com
https://app.au.workato.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Workato MCP Servers API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API client token obtained from the Workato platform. Include as Authorization: Bearer {token}.

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 2 GET, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

MCP Servers 8

MCP servers expose Workato API endpoints as tools accessible to AI agents via the Model Context Protocol.

GET
/api/mcp/mcp_servers
Workato List MCP Servers
listMcpServers 7 params → 200401
POST
/api/mcp/mcp_servers
Workato Create an MCP Server
createMcpServer body → 200400401
GET
/api/mcp/mcp_servers/{handle}
Workato Get an MCP Server
getMcpServer 1 param → 200401404
PUT
/api/mcp/mcp_servers/{handle}
Workato Update an MCP Server
updateMcpServer 1 param body → 200400401404
DELETE
/api/mcp/mcp_servers/{handle}
Workato Delete an MCP Server
deleteMcpServer 1 param → 200401404
POST
/api/mcp/mcp_servers/{handle}/token_renew
Workato Renew MCP Server Token
renewMcpServerToken 1 param → 200401404
POST
/api/mcp/mcp_servers/{handle}/assign_tools
Workato Assign Tools to an MCP Server
assignToolsToMcpServer 1 param body → 200400401404
PUT
/api/mcp/mcp_servers/{handle}/update_folder
Workato Move MCP Server to Folder
moveMcpServerToFolder 1 param body → 200400401404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are McpServer (7 properties), Tool (4 properties), McpServerInput (3 properties), ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

SuccessResponse
object
Standard success response.
1 property
McpServerInput
object
Input schema for creating or updating an MCP server.
3 properties 2 required
Tool
object
An API endpoint or action exposed through an MCP server as a callable tool.
4 properties
ErrorResponse
object
Standard error response.
2 properties
McpServer
object
An MCP server that exposes Workato API endpoints as tools for AI agents.
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workato-mcp-servers-api-openapi.yml Raw ↑

Other APIs Workato publishes across the network.

Workato Embedded Partner API
Workato Data Tables API
Workato Genies API
Workato Knowledge Bases API
Workato Messages API
Workato Policies API
Workato Recipes API
Workato Skills API
Workato Tools API
Workato User Groups API