Skip to main content
POST
/
v1
/
orgs
/
{org_id}
/
mcp-servers
/
{server_id}
:test
Test Mcp Server
curl --request POST \
  --url https://api.letpiper.com/v1/orgs/{org_id}/mcp-servers/{server_id}:test \
  --header 'Authorization: Bearer <token>'
{
  "tools": [
    {
      "name": "<string>",
      "description": "<string>",
      "input_schema": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Platform token (starts with pat_)

Path Parameters

org_id
string<uuid>
required
server_id
string<uuid>
required

Response

Successful Response

Response schema for testing an MCP server connection.

tools
McpToolInfo · object[]
required