Server Management
Validate MCP Server
Validates an MCP server configuration and checks server health before creation
POST
Request Body
string
required
Transport protocol type. Must be one of:
stdio, http, or ssestring
Server URL for HTTP/SSE transport
string
Command to execute for stdio transport
string
Command arguments for stdio transport
object
Environment variables as key-value pairs
array
Custom HTTP headers
string
default:"proxy"
Connection type. Must be either
direct or proxystring
Proxy URL if using proxy connection
Response
boolean
Whether the server configuration is valid
string
Validation message or error details
string
Validation status:
ok, error, or timeoutobject
Server capabilities if validation successful
object
Server implementation details

