External MCP servers
Add an MCP Server node, set its Server URL, and wire it into the agent’s bottom handle like any other tool provider. At run time the node connects to the server, discovers its tools, and exposes them to the agent.| Setting | What it does |
|---|---|
| Server URL | The external MCP server endpoint |
| Transport Type | Streamable HTTP (default) or SSE |
| Authentication Type | None, API key, or OAuth; custom headers supported |
| Tool Prefix | Optional prefix added to discovered tool names |
| Tool Filter | Optional list restricting which tools are exposed |

The NoClick node
The NoClick node gives an agent NoClick’s own tools: creating, editing, and running workflows. Wire it into the agent’s bottom handle and pick a scope:| Scope | What the agent can touch |
|---|---|
| All workflows | Every workflow in your account, including creating new ones |
| This workflow only | Only the workflow the agent lives in |
| Specific workflows | A list of workflow IDs you provide |
Next steps
Hosted MCP servers
Expose your own integrations as an MCP server other clients can call.
Integration tools
Wire integrations directly, without an MCP server in between.