nkw_live_.
Create a key
Open the app
Sign in at nikiwa.com.
Use a key
Add the key as a Bearer token in your MCP client’s config for the Nikiwa server:MCP client config
Exact config differs per client, but the essentials are always the same: the endpoint
https://pro-api.nikiwa.com/mcp and an Authorization: Bearer header carrying your key.Manage keys
From the MCP Keys panel you can see each key’s name, prefix, creation date, and when it was last used, along with its usage.Revoking a key
Revoke a key from the same panel. Revocation is immediate: a revoked key stops authenticating to both the API and the MCP server at once. Revoke any key you suspect has leaked, then create a replacement.Scope and limits
- Scope: keys carry
mcp:call, which authorizes the MCP server. The Tools API uses a separateapi:callscope. - Rate limit: each key has its own per-minute rate limit, 60 requests per minute by default.
- Metering: usage is tracked per key. See Usage & metering.