Tools API
Validate MCP Server
Validate MCP server connection and retrieve the list of tools and prompts
POST
Tests whether an MCP server connection is available and returns the list of tools and prompts provided by the server. Used for connection validation before adding MCP tools on the frontend.
string
required
Bearer JWT Token
string
required
MCP server name (unique identifier)
string
required
MCP server URL
string
default:"streamable_http"
Transport type (
streamable_http | sse | stdio)string
API key (optional, automatically added as
Authorization: Bearer header)object
Custom HTTP headers (optional)
boolean
Whether the connection was successful
string
Connection status:
connectedarray
List of tools
number
Number of tools
array
List of prompts
number
Number of prompts