---
title: "Validate Integration"
method: POST
path: "/api/mcp-integrations/{provider_key}/validate"
tags: ["mcp-integrations"]
---

# Validate Integration

`POST /api/mcp-integrations/{provider_key}/validate`

Validate the provider; Kondo also performs a minimal browser-bridge read.

## Path parameters

- `provider_key` string, required

## Response `200`

Successful Response

- IntegrationHealthResponse
  - `healthy` boolean, required
  - `authorized` boolean, required
  - `bridge_online` boolean, nullable
  - `effective_health` string, required
  - `checked_at` string, required
  - `tool_count` integer, required
  - `schema_fingerprint` string, required

## Other responses

- `422` — Validation Error

## Changes

> 23 revisions in range; 20 could not be searched.

- **2026-07-26** `13940b6986a4` — 3 info
  - added the optional property `bridge_online` to the response with the `200` status
  - added the required property `authorized` to the response with the `200` status
  - added the required property `effective_health` to the response with the `200` status

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/mcp-integrations/:provider_key/validate/post.md)

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/88bb31b8dace/schema)
