
Leandrogavidia Vechain Mcp Server
Give your agent VeChain doc search, live chain queries, and fee hints while you wire dApp backends or tooling against Thor.
Overview
VeChain MCP Server is an MCP server for the Build phase that searches VeChain docs, queries on-chain data, and returns fee suggestions for Thor integrations.
What is this MCP server?
- Search VeChain documentation from the agent with link-backed results
- Query on-chain data through MCP tools instead of ad-hoc RPC snippets
- Fetch fee suggestions to sanity-check transactions during development
- Smithery-hosted streamable HTTP with Bearer Smithery API key
- Open-source at github.com/leandrogavidia/vechain-mcp-server (v1.0.0)
- Server version 1.0.0 in published manifest
- Hosted Smithery streamable-http remote
- Repository: github.com/leandrogavidia/vechain-mcp-server
Community signal: 5 GitHub stars.
What problem does it solve?
Building on VeChain means constantly jumping between docs, explorers, and fee guesswork instead of keeping chain context inside your coding agent.
Who is it for?
Solo developers building VeChain dApps, indexers, or internal tools who want doc and chain helpers as MCP tools during integration work.
Skip if: Builders on other chains, non-technical users seeking a wallet UI, or teams that need audited custody or production node operations only.
What do I get? / Deliverables
After registration, your agent can answer integration questions with doc links, inspect chain-facing data, and suggest fees while you implement VeChain features.
- Doc search results with pointers to VeChain reference material
- On-chain query outputs and fee suggestion context for integration code
Recommended MCP Servers
Journey fit
On-chain integrations belong in Build when you are implementing product features that talk to VeChain rather than during pure ideation. Integrations subphase is the canonical shelf for MCP bridges that replace bespoke SDK scripting inside the agent loop.
How it compares
VeChain-specific MCP bridge, not a general-purpose EVM skill or local Thor node installer.
Common Questions / FAQ
Who is VeChain MCP Server for?
Indie and small-team developers integrating VeChainThor into agents, APIs, or scripts who want documentation and chain queries from MCP tools.
When should I use VeChain MCP Server?
Use it during Build when you implement VeChain backends, debug on-chain reads, or need doc-backed answers and fee hints inside Claude Code or Cursor.
How do I add VeChain MCP Server to my agent?
Configure the Smithery remote https://server.smithery.ai/@leandrogavidia/vechain-mcp-server/mcp with Authorization Bearer {smithery_api_key} on streamable HTTP.