Skip to main content

MCP Endpoint

Entry-point node that publishes every connected AI::VirtualTool as a tool on a Model Context Protocol (MCP) endpoint. External MCP clients (e.g. Claude Desktop, Claude Code, IDE integrations) can discover and call those tools, with each call routed through the workflow that defines the tool. Pair with one or more AI::VirtualTool nodes — those define the available tools.

For internal agentic flows that don't need to be exposed externally, use AI::VirtualAgent instead.

Parameters

Endpoint URL

Auto-generated public URL where MCP clients should connect. Read-only — use the copy button in the editor to share it.

Input

This is an entry-point node — it has no input connectors.

Output

ToolREQUIRED

Connect one or more AI::VirtualTool nodes here. Each connected tool becomes callable via MCP.

Responder

Optional inbound responder used to send the tool result back to the MCP client.