Skip to main content
Glama

HiveAuth MCP Server

by AlyssonM

batch_verify_credentials

Verify multiple verifiable credentials simultaneously with parallel processing, early error termination, and detailed statistics to ensure efficient validation within the HiveAuth ecosystem.

Instructions

Verify multiple verifiable credentials efficiently. Supports parallel processing, early termination on errors, and detailed verification statistics.

Input Schema

NameRequiredDescriptionDefault
credentialsYes
parallelNoWhether to process credentials in parallel
stopOnFirstErrorNoWhether to stop verification on first error

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {}, "properties": { "credentials": { "items": { "additionalProperties": true, "description": "W3C Verifiable Credential", "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" }, "maxItems": 100, "minItems": 1, "type": "array" }, "parallel": { "default": true, "description": "Whether to process credentials in parallel", "type": "boolean" }, "stopOnFirstError": { "default": false, "description": "Whether to stop verification on first error", "type": "boolean" } }, "required": [ "credentials" ], "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