---
title: "List Mcp Server Instance Consumers"
method: GET
path: "/v1/workspaces/{workspace}/mcp-server-instances/{instance_id}/consumers"
tags: ["v1", "protected", "mcp-server-instances"]
---

# List Mcp Server Instance Consumers

`GET /v1/workspaces/{workspace}/mcp-server-instances/{instance_id}/consumers`

List agents in the workspace that attach this MCP instance, with their enabled tools.

A read-only reverse lookup over the agents' ``tools`` JSON. Which tools need
confirmation is not read from that JSON — it lives in approval policy rules,
the single source of truth — so it is resolved from there per agent.

## Path parameters

- `instance_id` string, uuid, required
- `workspace` string, required — Slug of the workspace the request acts in

## Response `200`

Successful Response

- MCPInstanceConsumer[]
  - `agent_id` string, uuid, required
  - `agent_name` string, required
  - `agent_slug` string, nullable
  - `confirm_tools` string[]
  - `enabled_tools` string[], nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `d3ad8e1a3681` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace/mcp-server-instances/:instance_id/consumers/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/286327d8bd86?raw)
