Skip to main content
Glama

HiveAuth MCP Server

by AlyssonM

verify_credential

Check verifiable credentials for authenticity, integrity, and revocation status by validating signatures, issuer details, and compliance with status lists.

Instructions

Verify a verifiable credential for authenticity, integrity, and revocation status. Checks signature, issuer validity, and status list compliance.

Input Schema

NameRequiredDescriptionDefault
credentialYesThe verifiable credential to verify

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {}, "properties": { "credential": { "additionalProperties": true, "description": "The verifiable credential to verify", "properties": { "@context": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "credentialStatus": { "additionalProperties": true, "properties": {}, "type": "object" }, "credentialSubject": { "anyOf": [ { "additionalProperties": true, "properties": {}, "type": "object" }, { "items": { "additionalProperties": true, "properties": {}, "type": "object" }, "type": "array" } ] }, "expirationDate": { "type": "string" }, "id": { "type": "string" }, "issuanceDate": { "type": "string" }, "issuer": { "anyOf": [ { "type": "string" }, { "additionalProperties": true, "properties": {}, "type": "object" } ] }, "proof": { "anyOf": [ { "additionalProperties": true, "properties": {}, "type": "object" }, { "items": { "additionalProperties": true, "properties": {}, "type": "object" }, "type": "array" } ] }, "type": { "items": { "type": "string" }, "type": "array" }, "validFrom": { "type": "string" }, "validUntil": { "type": "string" } }, "required": [ "type", "issuer", "credentialSubject" ], "type": "object" } }, "required": [ "credential" ], "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