MCP Client

The MCP Client connection enables interaction with an MCP Server.

Connection Settings

Endpoint

The URL of the MCP Server. This should include the port number and any additional path information required by the server.

Note: We recommend not including a trailing forward slash (/) at the end of the Endpoint.

Authentication Type

Specifies the authentication method for connecting to the MCP Server.

None

No authentication will be used.

Bearer Token

Simple header-based token authentication.

Setting Description
Token The token included in the header for authentication

Browse

Input Browsing

After configuring the connection, you can use the Browse button to discover and create inputs from tools available on the MCP Server. Importing a tool through the Browse interface will automatically populate its parameters using the tool’s input schema and default values.

Input Settings

Inputs can send requests to an MCP server endpoint and make the response available as data in the server.

Type

Specifies the action this input will perform on the MCP Server.

Note: Currently, only tool calls are supported.

Tool Name

The name of the tool to be invoked..

Tool Description

A short description of the tool and its purpose.

Tool Properties

Defines the parameters to pass to the tool. Each parameter must include a name and value. The name and value must match what the MCP Server expects for that specific tool call. Values must be provided as valid JSON.

Output Settings

Outputs are not supported.