cURL
curl --request POST \ --url https://api.letpiper.com/v1/orgs/{org_id}/mcp-servers/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "auth_type": "<string>", "auth_header_name": "<string>", "auth_token": "<string>", "tool_prefix": "<string>", "timeout_seconds": 30, "server_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "tools": [ { "name": "<string>", "description": "<string>", "input_schema": {} } ] }
Platform token (starts with pat_)
Request schema for testing an MCP server connection with inline (unsaved) values.
2048
^(bearer|header)$
255
1
50
1 <= x <= 300
Successful Response
Response schema for testing an MCP server connection.
Show child attributes