MCP Client

The Model Context Protocol (MCP) client manages MCP servers, their installations, tool access, credential bindings, and auth policies.

Server management

Create

name
string
required
Display name
slug
string
required
URL-friendly identifier
type
string
required
”EXTERNAL” or “INTERNAL”
endpoint
string
required
MCP server endpoint URL
description
string
Human-readable description

Get

Update

Discover tools

Probe the server for available tools without installing:

Tool catalog

Browse available MCP tools across all registered servers:

Installations

Install

serverId
string
required
Server to install
name
string
required
Installation name
config
dict
Server-specific configuration

List installations

Update installation

Revoke installation


Tool management

List installation tools

Update tool policy

Preflight invocation

Validate a tool invocation without executing it:

Invoke tool


Credential bindings


Auth policies & access


Full workflow