Skip to main content
Glama

VeChain MCP Server

get_account

Retrieve VeChain account or contract details by address, including balance and transaction history. Specify block revision for historical data queries.

Instructions

Get information about a VeChain account/contract by address. Optionally specify a revision (best | justified | finalized | block number | block ID).

Input Schema

NameRequiredDescriptionDefault
addressYesAccount/contract address (20-byte hex, with or without 0x prefix)
revisionNoRevision: best | justified | finalized | block number | block ID (hex). If omitted, best is used.best

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Account/contract address (20-byte hex, with or without 0x prefix)", "pattern": "^(0x)?[0-9a-fA-F]{40}$", "type": "string" }, "revision": { "anyOf": [ { "enum": [ "best", "justified", "finalized" ], "type": "string" }, { "minimum": 0, "type": "integer" }, { "description": "Block ID (hex) or block number as string", "minLength": 1, "type": "string" } ], "default": "best", "description": "Revision: best | justified | finalized | block number | block ID (hex). If omitted, best is used." } }, "required": [ "address" ], "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