Skip to main content
POST
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Body

application/json

Request to test connectivity against an unsaved HTTP MCP configuration.

server_uri
string
required
Required string length: 1 - 2048
mcp_integration_id
string<uuid4> | null
timeout
integer | null
Required range: 1 <= x <= 300
server_type
string
default:http
Allowed value: "http"
auth_type
enum<string>
default:NONE

Authentication type for MCP integrations.

Available options:
OAUTH2,
CUSTOM,
NONE
oauth_integration_id
string<uuid4> | null
custom_credentials
string<password> | null

JSON object of custom headers; falls back to stored headers when omitted

Response

Successful Response

Response for testing connectivity to an MCP server.

success
boolean
required
message
string
required
mcp_integration_id
string<uuid4> | null
tools
MCPToolSummary · object[] | null
error
string | null