Pailot

Using MCP Tools

Connect external tools over an open protocol and call them from a workflow

MCP (Model Context Protocol — an open protocol that lets a program expose tools to an agent) connects a service that is not in the Pailot catalog: an internal database, a custom script, a file directory.

You add an MCP server in workspace settings: name, address, and a key if the server requires one. After you save, its tools appear on the Agent block and on the MCP Tool block on the canvas.

How to connect a server

  1. Open workspace settings.
  2. Go to Deployed MCPs and add a server.
  3. Enter the name, server address, and an access key if needed. These are workspace form fields, not contour install variables.
  4. Save. Refresh fetches the latest parameter schema for each tool.

You can also add a server from the tool bar on an Agent block.

The built-in Browser block is a separate canvas step. It is not an MCP server that you add in workspace settings.

MCP Tool block

The block calls one selected tool on a server that is already connected. Argument fields come from that tool's schema.

  • Agent — the model decides which tool to call.
  • MCP Tool — a fixed step: you choose the server, the tool, and the arguments.

Incoming parameters

ParameterOn the canvasTypeRequiredDescription
serverMCP ServerstringYesServer from workspace settings
toolToolstringYesTool name on that server
argumentsfields from the tool schemaobjectDepends on the toolArguments the selected tool requires

Outgoing parameters

ParameterTypeDescription
contentarrayTool response in the standard MCP format (an array of content parts)

The next block reads the output as <mcp1.content>.

Permissions

ActionRequired permission
Configure MCP servers in the workspaceAdmin
Call MCP tools from an agentWrite or Admin
See the tool listRead, Write, or Admin
Run the MCP Tool blockWrite or Admin

Security

Do not grant a server more access than the step needs. The server address and key are workspace secrets. Do not publish them.

To expose your own workflow as an MCP tool, see Deploy Workflows as MCP.

On this page

On this page

Get access
Copilot assembles the process. A manager can run it. You can install it in the company contour.
Get access