Validate MCP server URLAsk AIpost https://api.agent700.ai/api/servers/validateValidates connectivity to a remote MCP server specified by URL.Body ParamsMCP server URL validation request. URL is required and must be a valid HTTP/HTTPS URL. Optional test_connectivity boolean (defaults to false) performs an actual connection test with a 5-second timeout. Validates URL format and optionally tests connectivity before adding the server.urlstringrequiredBase URL of the MCP server to validate (must include protocol and host).test_connectivitybooleanWhen true, performs a lightweight HTTP connectivity check to the URL in addition to format validation.truefalseResponse 200Server validation resultUpdated 2 months ago