GET
/
api
/
health
curl https://api.costmcp.com/api/health
{
  "ok": true,
  "service": "costmcp-api",
  "version": "0.0.1"
}
Returns service identity. No authentication required.
ok
boolean
required
Always true when the process is healthy
service
string
required
"costmcp-api"
version
string
required
API package version (e.g. "0.0.1")
curl https://api.costmcp.com/api/health
{
  "ok": true,
  "service": "costmcp-api",
  "version": "0.0.1"
}