---
title: "Check Mcp Server Availability"
method: POST
path: "/api/mcp/servers/{name}/availability/check"
---

# Check Mcp Server Availability

`POST /api/mcp/servers/{name}/availability/check`

## Path parameters

- `name` string, required

## Response `200`

Successful Response

- McpAvailabilityCheckResponse
  - `availabilityReason` string, nullable
  - `availabilityStatus` 'available' | 'unavailable', required
  - `name` string, required
  - `ok` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.net/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mode-io/skill-manager/versions/a2b29a5aa8b4/schema)
