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.
{
"$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."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.