Skip to main content
Glama

HiveAuth MCP Server

by AlyssonM

derive_credential

Generate privacy-preserving credentials with selective disclosure using JSON-LD frames. Supports credential chaining and zero-knowledge proofs for secure verifiable presentations.

Instructions

Derive credentials with selective disclosure using JSON-LD frames. Supports credential chaining and zero-knowledge proofs for privacy-preserving presentations.

Input Schema

NameRequiredDescriptionDefault
frameYesJSON-LD frame for selective disclosure
nonceNoNonce for derived proof
originalCredentialYesW3C Verifiable Credential

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {}, "properties": { "frame": { "additionalProperties": true, "description": "JSON-LD frame for selective disclosure", "properties": {}, "type": "object" }, "nonce": { "description": "Nonce for derived proof", "type": "string" }, "originalCredential": { "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" } }, "required": [ "originalCredential", "frame" ], "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