VeChain AI Terminal MCP Server

92 tools. 10 can modify or destroy data without limits.

5 destructive tools with no built-in limits. Policy required.

Last updated:

10 can modify or destroy data
82 read-only
92 tools total

Community server · catalogue entry verified 29/06/2026

How to control VeChain AI Terminal MCP Server ↓

What VeChain AI Terminal MCP Server exposes to your agents

Read (82) Write / Execute (5) Destructive / Financial (5)
Critical Risk

The most dangerous VeChain AI Terminal MCP Server tools

10 of VeChain AI Terminal MCP Server's 92 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control VeChain AI Terminal MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and VeChain AI Terminal MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "can_transfer_stargate_nft": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "nft_burn": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "bridge_create_transaction": {
    "limits": [
      {
        "counter": "bridge_create_transaction_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "bridge_check_status": {
    "limits": [
      {
        "counter": "bridge_check_status_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register VeChain AI Terminal MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON VECHAIN AI TERMINAL →

Instant setup, no code required.

All 92 VeChain AI Terminal MCP Server tools

READ 82 tools
Read bridge_check_status Check cross-chain bridge transaction status (section 4.1). Accepts hash from either source or destination chai Read bridge_get_quota_and_fee Get bridge quota (min/max limits) and fees in one call (section 1.2.3) Read bridge_get_smg_id Get current Storeman Group ID (smgID) for cross-chain operations (section 1.4) Read bridge_get_token_pairs Get all available cross-chain token pairs (300+ pairs across 25+ chains) Read bridge_get_token_pairs_hash Get hash of token pairs data to check if it changed (for caching optimization) Read claim_vtho_rewards Claim accumulated VTHO rewards for a StarGate NFT Read dex_calculate_slippage Calculate minimum output amount based on slippage tolerance Read dex_get_available_dexes Get list of all available DEXes on VeChain with their status Read dex_get_pair_reserves Get liquidity pool reserves for a token pair on a DEX Read dex_get_swap_quote Get a quote for token swap on a VeChain DEX (calculates expected output amount) Read dex_get_trade_history Get DEX trading history for an address (uses VeChainStats API) Read get_balance Get VET and VTHO balance for an address Read get_chain_info Get information about the connected blockchain Read get_ids_owned_by Get all StarGate NFT token IDs owned by an address Read get_level_supply Get circulating supply and cap for a specific StarGate level Read get_maturity_end_block Get the block number when the maturity period ends for a StarGate NFT Read get_stake_info Get detailed information about a specific StarGate NFT by token ID Read get_staking_levels Get all available StarGate staking levels with requirements and rewards Read get_token_info Get information about a token by its symbol (VET, VTHO, B3TR, etc) Read get_token_level Get the level ID of a StarGate NFT Read get_user_stakes Get all StarGate NFTs owned by an address with detailed information Read get_wallet_address Get the connected wallet address Read is_under_maturity_period Check if a StarGate NFT is still under maturity period Read nft_check_ownership Check who owns a specific NFT token Read nft_get_all_collections Get all NFT collections on VeChain (uses VeChainStats API) Read nft_get_collection_info Get detailed information about an NFT collection Read nft_get_floor_price Get floor price and market data for an NFT collection (uses VeChainStats) Read nft_get_metadata Get metadata for a specific NFT token Read nft_get_owned_tokens Get all NFTs owned by a specific address Read nft_get_transfer_history Get NFT transfer history for an address (uses VeChainStats) Read nft_mint Mint a new NFT token (requires minter role on contract) Read sign_message Sign a message with the wallet Read stake_vet Stake VET to mint a StarGate NFT (Dawn, Lightning, Flash, Strength, Thunder, Mjolnir levels) Read token_exists Check if a StarGate NFT token exists Read unstake_stargate_nft Unstake a StarGate NFT to burn it and retrieve the staked VET Read vebetter_check_available_funds Check available B3TR funds in the rewards pool for an app Read vebetter_claim_rewards Claim accumulated B3TR rewards from a VeBetter app Read vebetter_example_submissions Get example submissions for different sustainable actions Read vebetter_get_app_info Get information about a VeBetter app Read vebetter_get_impact_categories Get list of valid impact categories for VeBetter submissions Read vechainstats_get_account_daily_stats Get daily statistics for accounts (new accounts, active accounts, etc.) Read vechainstats_get_account_info Get comprehensive account information including balances, transaction count, and more Read vechainstats_get_account_vtho_info Get detailed VTHO information for an account (generation rate, accumulated, etc.) Read vechainstats_get_address_emissions Get carbon emissions (CO2e) for an address - perfect for VeBetter sustainability tracking! Read vechainstats_get_all_token_prices Get prices for all VeChain tokens in one call Read vechainstats_get_authority_nodes Get list of authority nodes (validators) on VeChain Read vechainstats_get_block_by_reference Get block by block reference (8-byte hex string) Read vechainstats_get_block_by_timestamp Find block by timestamp Read vechainstats_get_block_daily_stats Get daily block statistics (gas used, transaction count, etc.) Read vechainstats_get_block_info Get detailed information about a specific block Read vechainstats_get_contract_code Get verified contract source code Read vechainstats_get_contract_info Get contract information including verification status and metadata Read vechainstats_get_current_block Get the current block height of VeChain Read vechainstats_get_dex_trades Get DEX trading history for an address across all VeChain DEXes (VeSwap, Vexchange, etc.) Read vechainstats_get_gas_stats Get gas price statistics and trends Read vechainstats_get_historic_balance Get historical VET/VTHO balance at a specific date or block Read vechainstats_get_mempool Get current mempool information (pending transactions) Read vechainstats_get_network_emissions Get total network carbon emissions - VeChain is carbon-neutral! Read vechainstats_get_network_stats Get network statistics for a specific timeframe Read vechainstats_get_network_totals Get network-wide totals (accounts, transactions, contracts, blocks) Read vechainstats_get_nft_holders Get list of NFT holders for a collection Read vechainstats_get_nft_info Get NFT collection information including floor price, volume, and holder count Read vechainstats_get_nft_list Get list of all NFT collections on VeChain Read vechainstats_get_nft_transfers Get NFT transfer history for an address Read vechainstats_get_node_token_stats Get VeChain node token statistics Read vechainstats_get_token_holders Get list of token holders with balances Read vechainstats_get_token_info Get detailed token information including supply, holders, and metadata Read vechainstats_get_token_list Get comprehensive list of all tokens on VeChain with metadata Read vechainstats_get_token_price Get current token price in USD with 24h change and volume Read vechainstats_get_token_supply Get token supply information (total, circulating) Read vechainstats_get_token_transfers Get token transfer history for an address (VET, VTHO, or VIP-180 tokens) Read vechainstats_get_transaction_emissions Get carbon emissions for a specific transaction Read vechainstats_get_transaction_info Get detailed transaction information including clauses, events, and gas used Read vechainstats_get_transaction_status Get transaction status and confirmation info Read vechainstats_get_transactions_in Get incoming transactions for an address with pagination Read vechainstats_get_transactions_out Get outgoing transactions for an address with pagination Read vechainstats_get_vip180_balance Get VIP-180 token balance for a specific address and token contract Read vechainstats_get_xnode_list Get list of X-Nodes (economic nodes) on VeChain Read xflows_check_status Check XFlows cross-chain swap status (section 6) Read xflows_get_quote Get quote for cross-chain swap with DEX integration (XFlows API, section 4) Read xflows_get_supported_chains Get all chains supported by XFlows (section 3.1) Read xflows_get_supported_tokens Get all tokens supported by XFlows for a specific chain (section 3.2)

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about VeChain AI Terminal MCP Server

Can an AI agent move money through the VeChain AI Terminal MCP Server MCP server? +

Yes. The VeChain AI Terminal MCP Server server exposes 4 financial tools including can_transfer_stargate_nft, nft_transfer, transfer_token. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the VeChain AI Terminal MCP Server MCP server? +

Yes. The VeChain AI Terminal MCP Server server exposes 1 destructive tools including nft_burn. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through VeChain AI Terminal MCP Server? +

The VeChain AI Terminal MCP Server server has 3 write tools including bridge_create_transaction, nft_approve, vebetter_submit_action. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach VeChain AI Terminal MCP Server.

How many tools does the VeChain AI Terminal MCP Server MCP server expose? +

92 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 82 are read-only. 10 can modify, create, or delete data.

How do I enforce a policy on VeChain AI Terminal MCP Server? +

Register the VeChain AI Terminal MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every VeChain AI Terminal MCP Server tool call.

Deterministic rules across all 92 VeChain AI Terminal MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

92 VeChain AI Terminal MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.