revoke_scoped_key
ActiveTool of Chronary
declared in 1.0.0
Revoke an agent-scoped API key by ID. Revocation is permanent (cannot be un-revoked); the key stops authenticating within about a minute. Requires an org-level API key.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"key_id"
],
"properties": {
"key_id": {
"type": "string",
"description": "ID of the scoped key to revoke"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chronary
https://github.com/Chronary/chronary-mcp
2/7 registries