---
title: "Get Mcp Daily Window"
method: GET
path: "/api/v1/admin/clients/{client_id}/mcp/daily-window"
tags: ["Admin APIs", "clients"]
---

# Get Mcp Daily Window

`GET /api/v1/admin/clients/{client_id}/mcp/daily-window`

MCP daily issuance cap, balance, and today's activity (MCP timezone window).

## Path parameters

- `client_id` string, required

## Response `200`

Successful Response

- McpDailyWindowResponse — MCP daily allocation window for a client (ledger-backed). Subscription cap, current MCP-scope balance, today's debits/credits in the MCP timezone window, and end-of-day boundary. Manual-reset eligibility and subwallet flags are not part of this resource; use dedicated admin flows if needed.
  - `client_id` string, required
  - `daily_issuance_limit` number, nullable — Daily MCP token cap when an active MCP subscription / plan mapping applies.
  - `mcp_balance` number, required — Current MCP usage_scope token balance (ledger).
  - `consumption_today` number, required — Consume debits posted today in the MCP timezone window (numerator for daily usage UI).
  - `credits_posted_today` number, required — Credits posted today in the MCP timezone window (issuance, resets, etc.).
  - `next_reset_at` string, date-time, required — End of the current MCP calendar day in the configured timezone (from settings).

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