Labsco
MCP SERVER

Automatisch MCP Server

by milisp

Create, test and switch on Automatisch workflows, add the app connections they need, and read what recent executions did.

Workflow Automation & iPaaSVerified
Summary
A workflow can be built inactive, exercised with sample data, and only then switched on.

The active flag is a parameter on both creation and update, and test_workflow takes its own test data, so the path from draft to live never leaves the tools. When something stops firing, list_executions filters by workflow and by status, which is where the failure is identified rather than in the interface. Connections hold the credentials for the apps a workflow talks to, and the available-apps catalogue is what tells you which app keys exist to connect.

What it is

A client for a self-hosted Automatisch instance covering workflows, app connections and execution history.

What you get
  • Workflows listed by status with a limit, fetched by ID, created, updated and deleted.
  • An active flag set at creation or afterwards, so a workflow can exist before it is allowed to run.
  • App connections listed by app key and created with their credentials, against the catalogue of available apps and their capabilities.
  • Execution history filtered by workflow and status, and a test run against sample data you supply.
Requirements

A running Automatisch instance, its address in AUTOMATISCH_BASE_URL, and an API key in AUTOMATISCH_API_KEY.

Setup effort

One command plus a key — npx -y automatisch-mcp-server, then supply credentials