---
title: "Health Check"
method: GET
path: "/api/v1/health"
tags: ["Health"]
---

# Health Check

`GET /api/v1/health`

Check the health and status of the MCP Store API

## Response `200`

Successful health check response

- HealthResponse
  - `status` string, required
  - `message` string, required

## Other responses

- `500` — Internal server error

## Changes

- **2026-01-18** `b0e6563d3fce` — 1 breaking, 1 warning, 1 info
  - the `code` response property const value `INTERNAL_SERVER_ERROR` was removed for the status `500`
  - added the new `INTERNAL_SERVER_ERROR` enum value to the `code` response property for the response status `500`
  - api operation id `getApiV1Health` removed and replaced with ``

[Change history](https://skmtc.dev/corespeed-io/apis/mcp-store-api/changes/api/v1/health/get.md)

---

[API](https://skmtc.dev/corespeed-io/apis/mcp-store-api.md) · [All operations](https://skmtc.dev/corespeed-io/apis/mcp-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corespeed-io/mcp-store-api/revisions/25721894961a/schema)
