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

# List Mcp Server Instance Consumers

`GET /v1/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

## 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-07-08** `8940d7f77282` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/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-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/42240c74704e/schema)
