Skip to main content

MCP Servers

Route: /rb/mcp-servers · Edition: Pro+

MCP (Model Context Protocol) servers are HTTP tool servers that expose callable tools. Once registered, their tools are available as steps inside any runbook.

MCP Servers

Adding an MCP server

Click + Add Server and provide:

FieldDescription
NameDisplay name (e.g. "Internal Toolbox")
DescriptionWhat tools this server provides
URLBase URL of the MCP server (e.g. http://mcp.internal:8000)
Auth typeNone / API Key / Bearer token
Auth configKey or token value for the selected auth type

Testing the connection

Click Test on any server to send a health/list probe. The result shows whether the server is reachable and, if so, which tools it exposes.

Using MCP tools in runbooks

In the runbook builder, add an MCP step and select:

  1. The registered MCP server
  2. The tool name (from the server's tool list)
  3. The arguments (JSON object)

The step calls the tool and stores its response as the step output, available to subsequent steps via condition logic.