VeChain MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VeChain MCP Serverget balance of my wallet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Integration
Register the server in your MCP-aware host configuration.
{
"mcpServers": {
"vechainMcp": {
"url": "https://server.smithery.ai/@leandrogavidia/vechain-mcp-server/mcp",
"type": "streamable-http"
}
}
}Related MCP server: Solana AI Terminal
Tools
Vechain Docs
Docs
search_documentation: Search VeChain Documentation.
Thorest API
Accounts
get_account: Retrieve account details.
Transactions
get_transaction: Retrieve a transaction by ID.
Blocks
get_block: Get a VeChain block.
Fees
get_priority_fee: Suggest a priority fee.
Wallet & signatures
Wallet
create_wallet: Create a VeChain wallet (mnemonic + keys).
Signatures
sign_certificate: Create and sign a canonical certificate.sign_raw_transaction: Sign raw transaction.
Goat SDK (VeChain Tools)
get_address: Get the address of the walletget_chain: Get the chain of the walletsign_message: Sign a message with the walletget_balance: Get the balance of the wallet for native currency or a specific ERC20 token.get_token_info_by_ticker: Get information about a configured token (like contract address and decimals) by its ticker symbol.convert_to_base_units: Convert a token amount from human-readable units to its smallest unit (e.g., wei).convert_from_base_units: Convert a token amount from its smallest unit (e.g., wei) to human-readable units.sign_typed_data_evm: Sign an EIP-712 typed data structure (EVM)get_token_allowance_evm: Get the allowance of an ERC20 token for a spender (returns amount in base units)send_token: Send native currency or an ERC20 token to a recipient, in base units.approve_token_evm: Approve an amount (specified in base units) of an ERC20 token for a spenderrevoke_token_approval_evm: Revoke approval for an ERC20 token from a spender (sets allowance to 0)
.env Config
AGENT_SECRET_KEY: CSecret key in string format that allows your MCP server to use the signatures tools.ENVIRONMENT: Working environment, either mainnet or test.USE_STREAMABLE_HTTP: Specifies whether your MCP server will run on stdio or streamable-http.PORT: Port where your MCP server will run when using streamable-http.HOST: Host where your MCP server will run when using streamable-http.
Run the project locally
In one terminal window, run the following command: pnpx @modelcontextprotocol/inspector pnpx tsx ./src/index.ts in stdio mode.
Build and run
Run the command: pnpm run build and then: pnpm run start
Deployment
To deploy this MCP server, fork this project into your GitHub account, log in to smithery.ai, and click Publish server. Complete the steps, and once it is deployed, add the required environment variables in settings.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to interact with the Somnia blockchain network, including documentation search, blockchain queries, wallet management, cryptographic signing, and on-chain operations.Last updated
- Flicense-qualityDmaintenanceEnables AI agents to interact with the Solana blockchain network, supporting documentation search, blockchain queries, wallet management, and cryptographic signing operations on Devnet and Testnet.Last updated

onchainos MCP Serverofficial
Flicense-qualityBmaintenanceEnables on-chain operations including token search, market data, wallet management, swap execution, and DApp interactions across 20+ blockchains.Last updated315
VeChain MCP Serverofficial
AlicenseAqualityAmaintenanceEnables AI assistants to search VeChain documentation, query blockchain data (blocks, transactions, accounts), and interact with tokens, NFTs, and VeBetterDAO tools through the Model Context Protocol.Last updated76205MIT
Related MCP Connectors
Connect to the COTI blockchain to manage accounts, transfer native tokens, and deploy and operate…
Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa…
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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