---
title: "Approve Custom Mcp Catalog"
method: POST
path: "/api/custom-mcp-connections/{connection_id}/approve"
tags: ["custom-mcp-connections"]
---

# Approve Custom Mcp Catalog

`POST /api/custom-mcp-connections/{connection_id}/approve`

## Path parameters

- `connection_id` string, required

## Response `200`

Successful Response

- CustomMCPConnectionResponse
  - `id` string, required
  - `runtime_key` string, required
  - `display_name` string, required
  - `endpoint_url` string, required
  - `auth_kind` 'none' | 'static_headers' | 'oauth', required
  - `connection_status` string, required
  - `config_revision` integer, required
  - `tool_catalog` object[], required
  - `server_info` object, required
  - `last_tested_at` string, nullable
  - `last_used_at` string, nullable
  - `last_error` string, nullable
  - `is_active` boolean, required
  - `approval_required` boolean, required
  - `catalog_changed` boolean, required
  - `has_approved_catalog` boolean, required
  - `created_at` string, nullable
  - `updated_at` string, nullable

## Other responses

- `422` — Validation Error

---

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