List workflows from your n8n instance with filters for name, tags, and active status. Use this to see available workflows or before retrieving details.
Identify valid node types in n8n workflows to prevent errors. Filter by category and control output verbosity to streamline workflow creation and updates.
An MCP server that turns deployed n8n workflows into callable tools for AI agents, enabling discovery and execution of tagged workflows via a standard interface without rewriting integrations.
Scan n8n workflows to find all disabled nodes (nodes with `disabled: true`) that the UI does not surface in list views, helping you identify frozen or forgotten cleanup tasks.
Build and activate custom n8n workflows programmatically by defining nodes, connections, and settings. Supports automatic triggers for immediate workflow execution.
Scaffolds an n8n node JSON that invokes browser-bridge CLI for a given platform and action, eliminating manual construction of the spawn/heredoc pattern.
Scan n8n workflows for nodes of a specified type. Returns one finding per matching node and a per-workflow summary, pinpointing where a specific node is used across all workflows.
List n8n workflows tagged for MCP access, revealing which workflows the agent may call. Use this to discover available workflow tools before invocation.