---
title: "Get Agent Provider Access"
method: GET
path: "/api/v1/integration/agent/{external_agent_id}/provider-access"
tags: ["Integration APIs"]
---

# Get Agent Provider Access

`GET /api/v1/integration/agent/{external_agent_id}/provider-access`

Return the MCP-channel blocked provider list for the agent's owning client.

Used by mcp-service to enforce per-client data source restrictions on x402
agent tool calls.  Returns only ``mcp_blocked`` — the minimal slice needed by
the caller — to avoid over-sharing internal access configuration.

## Path parameters

- `external_agent_id` string, required

## Query parameters

- `source` string — Agent source (default: x402)

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
