Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Search VeChain documentation, query on-chain data, and fetch fee suggestions with direct links to…

README.md

<div align="center">

<img src="./docs/images/isotipo-bg.png" alt="VeChain logo" width="140">

<p></p>

<h1>VeChain MCP Server</h1>

<p>VeChain MCP Server is an MCP server specifically designed for the VeChain network. It provides advanced functionalities such as querying the official VeChain documentation, executing HTTP requests to the Thor REST API in both Mainnet and Testnet environments, and managing cryptographic signatures through an integrated wallet.</p>

</div>

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"
    }
  }
}

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 wallet
  • get_chain: Get the chain of the wallet
  • sign_message: Sign a message with the wallet
  • get_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 spender
  • revoke_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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.