---
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

---

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