Skip to main content

MCP Tools

The MCP Tools component connects to a Model Context Protocol (MCP) server and exposes the MCP server's functions as tools for SkillFlaw agents to use to respond to input.

In addition to publicly available MCP servers and your own custom-built MCP servers, you can connect SkillFlaw MCP servers, which allow your agent to use your SkillFlaw flows as tools. To do this, use the MCP Tools component's HTTP/SSE mode to connect to your SkillFlaw MCP server.

For more information, see Use SkillFlaw as an MCP client and Use SkillFlaw as an MCP server.

Tool mode is missing

If you're upgrading an existing flow and the MCP Tools component loses its Tool Mode option, see MCP Tools component loses Tool Mode option after upgrading flows.

MCP Tools parameters

NameTypeDescription
mcp_serverStringInput parameter. The MCP server to connect to. Select from previously configured servers or add a new one.
toolStringInput parameter. The specific tool to execute from the connected MCP server. Leave blank to allow access to all tools.
use_cacheBooleanInput parameter. Enable caching of MCP server and tools to improve performance. Default: false.
verify_sslBooleanInput parameter. Enable SSL certificate verification for HTTPS connections. Default: true.
responseDataFrameOutput parameter. DataFrame containing the response from the executed tool.
Earlier versions of the MCP Tools component
  • In earlier releases, the MCP Connection component was renamed to the MCP Tools component.
  • In earlier releases, the MCP Connection component was renamed to the MCP Tools component.
  • In earlier releases, the MCP Tools (stdio) and MCP Tools (SSE) components were removed and replaced by the unified MCP Connection component, which was later renamed to MCP Tools.