---
title: "Edit MCP Client Tools"
method: PUT
path: "/api/mcp/client/{name}"
tags: ["MCP Management"]
---

# Edit MCP Client Tools

`PUT /api/mcp/client/{name}`

Modify which tools are available from an MCP client by updating tool filters.

## Path parameters

- `name` string, required

## Request body

- MCPClientToolsEdit
  - `tools_to_execute` string[] — Tools to allow from this client (whitelist)
  - `tools_to_skip` string[] — Tools to block from this client (blacklist)

## Response `200`

MCP client tools updated successfully

- SuccessResponse
  - `status` 'success', required — Operation status
  - `message` string, required — Success message

## Other responses

- `400` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api.md) · [All operations](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbifrost/bifrost-http-transport-api/revisions/e70d3ae3c0d0/schema)
