---
title: "Verify Mcp Server Instance"
method: POST
path: "/v1/mcp-server-instances/{instance_id}/verify"
tags: ["v1", "protected", "mcp-server-instances"]
---

# Verify Mcp Server Instance

`POST /v1/mcp-server-instances/{instance_id}/verify`

Run verification on an MCP server instance and return the fresh result synchronously.

HTTP 200 regardless of verification outcome — the call itself succeeded.
Check verification.status in the response to determine success/failure.

## Path parameters

- `instance_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
