Skip to main content
Glama

VeChain MCP Server

send_token

Transfer native currency or ERC20 tokens to recipients on the VeChain blockchain network using base units for precise amount control.

Instructions

Send native currency or an ERC20 token to a recipient, in base units.

Input Schema

NameRequiredDescriptionDefault
recipientYes
amountInBaseUnitsYes
tokenAddressNo

Input Schema (JSON Schema)

{ "properties": { "amountInBaseUnits": { "type": "string" }, "recipient": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "tokenAddress": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" } }, "required": [ "recipient", "amountInBaseUnits" ], "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