Skip to main content
Glama

VeChain MCP Server

sign_certificate

Create and sign canonical certificates for identification, attestation, or verification purposes with domain-specific validity, payload content, and timestamping on the VeChain blockchain.

Instructions

Create and sign a canonical certificate. Includes purpose, payload, domain, timestamp, nonce, and expiresAt.

Input Schema

NameRequiredDescriptionDefault
purposeNoidentification
payloadNoContent to be attested (string or JSON)
domainYesScope or domain where it is valid
timestampNo

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Scope or domain where it is valid", "minLength": 1, "type": "string" }, "payload": { "description": "Content to be attested (string or JSON)" }, "purpose": { "default": "identification", "enum": [ "identification", "attestation", "verification" ], "type": "string" }, "timestamp": { "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "domain" ], "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/leandrogavidia/vechain-mcp-server'

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