Skip to main content

MCP Tool Call Node

MCP Tool Call Node Screenshot

Overview

The Model Context Protocol (MCP) enables communication with MCP-compliant servers through either HTTP or Stdio transports.

The MCP Tool Call Node enables the ability to call a function on an MCP server. MCP Tools.

For all communication purposes the MCP Tool Call Node follows the precedent of the MCP Discovery Node.

Please refer to the MCP Discovery Node for all MCP communication configuration details.

This page is dedicated to MCP Tool Call Node specific details only.

Inputs

TitleData TypeDescriptionDefault ValueNotes
NamestringThe name for the MCP Client instancemcp-tool-call-clientStandard required parameter for an MCP Client
VersionstringThe version for the MCP Client instance1.0.0Standard required parameter for an MCP Client
Server URL (HTTP)stringThe endpoint URL for the MCP serverNoneOnly available when using HTTP mode with Server URL Input enabled
Tool NamestringThe name for the tool to callNoneThe string should match the tool name retrived from the server
Tool ArgumentsobjectThe arguments to supply to the tool callNoneThe arguments should be a JSON parsable and correct shape based on the MCP schema
Tool IDstringThe ID associated with the tool callNoneThis is passthrough input to help with message history consistency

See Also