Revoke an OAuth client's access
oauth_revoke_grantRevoke an OAuth client's access immediately, invalidating its tokens so it must go through approval again. Use the grant id from oauth_list_grants to target the specific client.
Instructions
Cut off one OAuth client immediately: its access and refresh tokens stop working on the next call and it has to go through the approval page again. Take the id from oauth_list_grants. Never touches the operator's MCP_AUTH_TOKEN or a hosted user's own token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Grant id as oauth_list_grants reports it. | |
| dryRun | No | Report which grant would be revoked, without revoking it. |