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 |
Input Settings
Inputs can send requests to an MCP server endpoint and make the response available as data in the server.
Type
Defines the action this input will perform on the MCP Server.
Note: Only tool calling is supported at this time.
Tool Name
Specifies the name of the tool to be invoked.
Parameters
Defines parameters passed to the specified tool. Each parameter consists of a name-value pair. Ensure that the name and value pairs match what the MCP server expects for the particular tool call. The value field accepts valid JSON.
Output Settings
Outputs are not supported.