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://docs.getpenfold.dev/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Penfold Partner API MCP server": {
  "url": "https://docs.getpenfold.dev/mcp"
}
Close
GET /healthz

Responses

  • 200 application/json

    Service is healthy

    Hide response attribute Show response attribute object
    • status string
GET /healthz
curl \
 --request GET 'https://partner-api.getpenfold.dev/v4/healthz'
Response examples (200)
{
  "status": "ok"
}