Where to find it
In the app, open the profile menu, choose MCP Keys, then expand a key’s Usage panel.What’s tracked
string | null
The current billing period, formatted
YYYYMM, for example 202607.number
Units consumed by this key in the current period.
number
Lifetime number of tool calls made with this key.
number
Lifetime units consumed by this key.
array
Per-tool breakdown. Each entry is
{ tool, calls, units }: the tool name, how many times it was called, and the units it consumed.Example
Notes
- Units versus calls: a call is one tool invocation; units are the metered cost of that call. Some tools cost more than one unit.
- Per surface: the Tools API and the MCP server are metered on independent per-key windows.
- Owner-scoped: you can only see usage for your own keys.