← Back to all posts

MCP Tools

On this page

Purpose

MCP Tools connects to a saved Model Context Protocol server, discovers its tools, and either exposes enabled tools to Agent Core or runs one selected tool in a normal flow.

When to use it

  • Run one known MCP tool as a fixed flow step.
  • Give Agent Core a small set of tools from one MCP server.
  • Connect to a local STDIO server or a remote SSE server that you have already configured.

Required setup

Create or select a reachable MCP server and confirm its authentication. MCP Tools is not supported in deployed agents, so plan to replace it before deployment.

How to use it

  1. Add MCP Tools and select MCP Server.
  2. Let Arkus discover the server's tools.

Tool Mode

  1. Review the enabled Actions and connect the tool output to Agent Core.
  2. Test one real call in the Builder.

Normal mode

  1. Choose one tool and fill in its generated arguments.
  2. Connect the DataFrame output to the next step and test the call.

Configuration

SettingWhat it controlsRecommended starting point
MCP ServerSelects the saved server and loads its available tools.Add and test one server before configuring arguments.
Use Cached ServerReuses previously discovered server and tool data.Leave it off so Arkus discovers tools from the selected server for each configuration.
ToolSelects one discovered tool in normal mode.Choose the smallest tool that completes the flow step.
Generated tool fieldsMatch the selected tool's input schema.Fill only the arguments the server requires.
ActionsEnables or disables discovered tools in Tool Mode.Enable only tools the Agent needs.

Expected result

Tool Mode gives Agent Core the enabled discovered tools. Normal mode returns the selected tool's content as DataFrame rows. Discovery, schema, and server failures stop the call rather than returning a fabricated result.

Reference details

Use JSON, STDIO, or SSE when you add a server. Keep Use Cached Server off. Keep sensitive server commands, headers, environment values, and tool arguments out of screenshots and prompts.

Works well with

MCP Tools connects to Agent Core through its tools input in Tool Mode. In normal mode, send the DataFrame output to a component that can read tabular results.

← Back to all posts