Health check

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://openapi.logto.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Logto API references MCP server": {
  "url": "https://openapi.logto.io/mcp"
}
Close
GET /api/status

The traditional health check API. No authentication needed.

Note Even if 204 is returned, it does not guarantee all the APIs are working properly since they may depend on additional resources or external services.

Responses

  • 204

    The Logto core service is healthy.

GET /api/status
curl \
 --request GET 'https://[tenant_id].logto.app/api/status'