Skip to main content
Glama

HiveAuth MCP Server

by AlyssonM

revoke_credential

Revoke a verifiable credential by updating its status in a W3C-compliant status list, ensuring controlled access and security within the HiveAuth MCP ecosystem.

Instructions

Revoke a verifiable credential using W3C Status List 2021 specification. Updates the credential status in the bitstring status list.

Input Schema

NameRequiredDescriptionDefault
credentialIdYes
reasonNoReason for revocation
statusListIndexYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {}, "properties": { "credentialId": { "minLength": 1, "type": "string" }, "reason": { "description": "Reason for revocation", "type": "string" }, "statusListIndex": { "minimum": 0, "type": "integer" } }, "required": [ "credentialId", "statusListIndex" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlyssonM/hiveauth-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server