Performing the primary health check

This doucment shows you how to perform the primary health check.

Use the tools/list method to verify that the MCP endpoint is functioning correctly.
Run the following curl command, replacing the placeholders with your specific realm and token:
JSON
curl --verbose --include -X POST --location "https://api.<realm>.signalfx.com/v2/mcp" \
  -H "X-SF-TOKEN:<sf_token>" \
  -H "Content-Type: application/json" \
  -H "Accept:application/json,text/event-stream" \
  -d '{ "jsonrpc": "2.0", "method": "tools/list", "id":"<request_id>" }'
If successful, the response returns a list of available tools.