Skip to main content
The ping method verifies the server is alive and responding. Use it for health checks and connection verification.

MCP Endpoint

Request

string
required
Must be "2.0".
integer | string
required
Arbitrary request identifier echoed back unchanged in the response.
string
required
Must be "ping".
object
Empty object {}. No parameters accepted.

Response

object
Always an empty object {}. A successful ping response confirms the server is reachable and processing requests.
The ping response is always an empty result object {}.