Tools Catalog / WordPress tools / mcp_ping

mcp_ping tool reference for StifLi Flex MCP

Read-only
Group CoreCapability profile-enabled access

checks connectivity with the MCP server. It returns the current GMT time, basic site information, and optional lightweight diagnostics.

Description

checks connectivity with the MCP server. It returns the current GMT time, basic site information, and optional lightweight diagnostics.

What it is for

  • Verifying that the MCP client is connected.
  • Testing authentication and JSON-RPC routing.
  • Diagnosing basic problems before using real tools.

Example use case

connection check before troubleshooting.

Sample prompt

Run an MCP ping with lightweight diagnostics so I can confirm the server is reachable and the REST endpoint is responding.

Sample response

{
  "tool": "mcp_ping",
  "status": "ok",
  "items": []
}

What does mcp_ping do?

checks connectivity with the MCP server. It returns the current GMT time, basic site information, and optional lightweight diagnostics.

Does mcp_ping modify site data?

No. It is a read-only operation and does not modify content or settings.

Which capability is commonly required?

It usually runs under controls compatible with profile-enabled access and the active MCP profile.

How should mcp_ping be used safely?

Limit scope with filters and pagination to reduce overexposure of data.