Add MCP server with validationAsk AIpost https://api.agent700.ai/api/servers/add-with-validationValidates a server URL then adds it as an MCP server configuration.Body ParamsMCP server registration with validation. Name and URL are required. Name must be unique (max 50 characters) and URL must be a valid HTTP/HTTPS URL format. auto_connect defaults to true. The server URL is validated before registration, and connectivity is tested after registration.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.truefalsenamestringUnique name for the MCP server configuration to be created.auto_connectbooleanWhen true (default), the system attempts to connect to the server immediately after adding it.truefalseResponse 200Server addedUpdated 2 months ago