Workato · JSON Structure

Workato Mcp Server Mcp Server Structure

An MCP server that exposes Workato API endpoints as tools for AI agents.

Type: object Properties: 7
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

McpServer is a JSON Structure definition published by Workato, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

handle name folder_id mcp_url authentication_method created_at updated_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-structure/workato-mcp-server-mcp-server-structure.json",
  "name": "McpServer",
  "description": "An MCP server that exposes Workato API endpoints as tools for AI agents.",
  "type": "object",
  "properties": {
    "handle": {
      "type": "string",
      "description": "Unique slug identifier of the MCP server."
    },
    "name": {
      "type": "string",
      "description": "Display name of the MCP server."
    },
    "folder_id": {
      "type": "int32",
      "description": "ID of the folder containing this MCP server."
    },
    "mcp_url": {
      "type": "uri",
      "description": "The authenticated MCP URL that AI agents connect to."
    },
    "authentication_method": {
      "type": "string",
      "description": "Authentication method used by this MCP server."
    },
    "created_at": {
      "type": "datetime",
      "description": "Timestamp when the MCP server was created."
    },
    "updated_at": {
      "type": "datetime",
      "description": "Timestamp when the MCP server was last updated."
    }
  }
}