Workflow Planner
Build, review, test, export, and explicitly promote reusable workflows.
The AI native company for Healthcare
Connect a Streamable HTTP MCP client to production workflows, browser authoring, analytics, schedules, and governed operations through one scoped endpoint.
Quick start
Create the key in XY under Organization settings → API Keys. Give it only the scopes the client needs, then store the complete value in your local secret environment.
export XY_MARKETPLACE_API_KEY='xy_prod_…'
claude mcp add --transport http --scope user xy-marketplace 'https://planner-mcp.prod.xyai.beer/mcp' \
--header 'Authorization: Bearer ${XY_MARKETPLACE_API_KEY}'{
"mcpServers": {
"xy-marketplace": {
"type": "http",
"url": "https://planner-mcp.prod.xyai.beer/mcp",
"headers": {
"Authorization": "Bearer ${XY_MARKETPLACE_API_KEY}"
}
}
}
}Do not place the API key in a shared configuration file. ResolveXY_MARKETPLACE_API_KEYfrom an OS keychain, secret manager, or private process environment.
Capabilities
Your client negotiates the current tool catalog and input schemas through MCPtools/liston connection. That live response—not a copied list on this page—is the source of truth.
Build, review, test, export, and explicitly promote reusable workflows.
Develop browser steps in retained authoring sessions with scoped controls.
Query governed metrics and author dashboard drafts for review.
Inspect and operate recurring compiled-workflow schedules.
Read safe execution phases without mutating the underlying Temporal run.
Manage secret-backed references without returning stored credential values.
Live reference
This catalog is read from the production MCP registry at request time and refreshed every minute. Tool additions and schema changes appear here after the MCP deployment without a website release.
tools/list.Security model