Skip to content

MCP servers

An MCP server (Model Context Protocol) is an external system that offers ready-made tools for your agents. Instead of creating one External API per operation, you register the server once and it publishes its own catalogue of tools.

There are two steps: registering the server in the solution and releasing it in the agent.

Go to Settings → MCP Servers and click Add MCP Server.

Registering an MCP server.

FieldWhat to enter
NameA label to identify the server across the screens
URLThe MCP server address
CredentialA credential delegated to this solution, when the server requires authentication
EnabledUncheck to turn the server off without deleting the entry
AdvancedExtra options, such as how returned content is handled and the result size limit

Once saved, the server appears in the tab’s list.

Solution MCP Servers tab.

Registering is not enough: each agent picks which of that server’s tools it may use. Open the agent editor and go to the MCP tab.

Agent MCP tab.

  1. Enable the server for this agent.
  2. Select the tools it may call — the selection can be partial.

Release only what the agent really needs. A released tool is a tool the agent can call, and too many options make the choice worse.

SymptomLikely cause
The server lists no toolsWrong URL, server down, or invalid credential
The agent does not use the toolThe server was not enabled on the agent, or the tool was not selected
A tool disappears after a server updateIt was renamed on the other side; go back to the agent’s MCP tab and select the new name
The result arrives cut offThe result size limit, under Advanced