API Reference
cURL
curl --request POST \ --url https://api.example.com/api/mcp/test-connection \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "transport": "<string>", "config": {} } '
{ "success": true, "message": "<string>", "details": {} }
Test MCP server connection without saving.
Documentation IndexFetch the complete documentation index at: https://docs.xagent.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.xagent.run/llms.txt
Use this file to discover all available pages before exploring further.
Request model for testing MCP connection.
Connection name
Transport type
Connection configuration
Successful Response
Response model for MCP connection test.