Public MCP diagnostics
GET
/mcp-bot/public-health
const url = 'https://example.com/api/mcp-bot/public-health';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/mcp-bot/public-healthUnauthenticated MCP diagnostics for client triage. Returns non-sensitive server health, tool count, and OAuth discovery metadata without exposing user, project, or token state.
Responses
Section titled “ Responses ”Public MCP diagnostics
Media type application/json
object
ok
required
boolean
service
required
string
version
required
string
deployed_at
required
string
uptime_s
required
number
protocol_version
required
string
tools_count
required
integer
tools_count_scope
required
string
mcp_endpoint
required
string
authorization_server
required
string
protected_resource_metadata
required
string