Execution Patterns

What is Pipeline?

A sequential execution pattern where steps run one after another, each using the output of the previous step. Pipelines are ideal for linear processes like data transformation chains or approval workflows.

See Pipeline in action with 0nMCP

1,589 tools. 102 services. One npm install.

Get Started