Workflow Automation MCP

Model Context Protocol

Workflow Automation MCP

Connect your AI assistant to the workflow engine to list workflows, inspect definitions, manage schedules, trigger runs, and review execution logs—all through standard MCP tools over streamable HTTP.

Connection

MCP endpointhttps://run.mcp-assistant.in/api/mcpStreamable HTTP. Use this full URL in your MCP client; it matches the OAuth resource identifier.
Protected resource metadatahttps://run.mcp-assistant.in/api/mcp/.well-known/oauth-protected-resourceOAuth protected-resource discovery (RFC 9728). Clients fetch this to find the authorization server.

Tools exposed to clients

  • workflow_listBrowse your workflows
  • workflow_getLoad full workflow detail
  • workflow_upsert_scriptCreate or update script workflows
  • schedule_upsertManage schedules
  • workflow_runEnqueue a run
  • execution_log_listRecent execution history
  • execution_log_getSingle execution details