Skip to main content
Glama

HiveAuth MCP Server

by AlyssonM

issue_credential

Generate and issue verifiable credentials using W3C VC Data Model 1.1 or 2.0 formats with HiveAuth, ensuring comprehensive validation for secure credential management.

Instructions

Issue a new verifiable credential using HiveAuth. Supports both W3C VC Data Model 1.1 and 2.0 formats with comprehensive validation.

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional JSON-LD contexts
credentialSubjectYesCredential subject data
expirationDateNoISO 8601 date string
issuerNoCustom issuer DID or object
typeYesArray of credential types (e.g., ["VerifiableCredential", "EducationCredential"])
validUntilNoISO 8601 date string
vcVersionNoW3C VC Data Model version2.0

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {}, "properties": { "context": { "description": "Additional JSON-LD contexts", "items": { "type": "string" }, "type": "array" }, "credentialSubject": { "additionalProperties": {}, "description": "Credential subject data", "type": "object" }, "expirationDate": { "description": "ISO 8601 date string", "format": "date-time", "type": "string" }, "issuer": { "anyOf": [ { "type": "string" }, { "additionalProperties": true, "properties": {}, "type": "object" } ], "description": "Custom issuer DID or object" }, "type": { "description": "Array of credential types (e.g., [\"VerifiableCredential\", \"EducationCredential\"])", "items": { "type": "string" }, "minItems": 1, "type": "array" }, "validUntil": { "description": "ISO 8601 date string", "format": "date-time", "type": "string" }, "vcVersion": { "default": "2.0", "description": "W3C VC Data Model version", "enum": [ "1.1", "2.0" ], "type": "string" } }, "required": [ "credentialSubject", "type" ], "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