veri5ight
MCP Server for Ethereum Node
Documentation
๐ Veri5ight
> Your friendly neighborhood Ethereum node whisperer! A Model Context Protocol (MCP) server that helps Claude chat with Ethereum nodes.
๐ What's This All About?
Veri5ight is a direct interface between Claude and Ethereum nodes, providing:
- ๐ฐ Real-time token balance and delegation info for any ERC20
- ๐ Smart contract information
- ๐ Direct node access without rate limits
- ๐ Private, secure interactions
๐ Quick Start
# Clone the repository
git clone https://github.com/5ajaki/veri5ight.git
# Install dependencies
npm install
# Build the project
npm run buildโ๏ธ Configuration
1. Copy `.env.example` to `.env`:
cp .env.example .env2. Add your Ethereum node URL (example shown below - update with your actual node URL and port):
ETH_NODE_URL="http://localhost:8545" # Example - replace with your node's URL and port3. Configure Claude Desktop:
{
"mcpServers": {
"veri5ight": {
"command": "node",
"args": ["/absolute/path/to/veri5ight/dist/index.js"] // Local path to the compiled index.js file
}
}
}Note: The path in step 3 must point to the compiled index.js in your local dist directory. This is created when you run `npm run build`.
Launch Options
By default, Veri5ight launches automatically with the Claude Desktop App. If you prefer to run it on-demand:
1. Remove the postbuild script from package.json that auto-launches with Claude
2. Run manually when needed:
node dist/index.js๐ฎ Available Tools
ethereum_getTokenBalance
Get the token balance for any ERC20 token using address or ENS name.
Example:
Claude, what's vitalik.eth's UNI balance?ethereum_getTokenDelegation
Check delegation info for any governance token.
Example:
Claude, who has nick.eth delegated their tokens to?ethereum_getContractInfo
Get detailed information about any smart contract.
Example:
Claude, what can you tell me about this contract: nick.ethethereum_getRecentTransactions
View recent transactions for any address. Note: This function scans the most recent 10 blocks for transactions involving the specified address.
Example:
Claude, show me any recent transactions for vitalik.ethThe function will return up to the requested number of transactions (default 3) found within those blocks. If no transactions are found in the recent blocks, it will return an empty result.
๐ Debugging
Check Claude's logs for any issues:
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log๐ก Why Direct Node Access?
- Low Latency: Direct node queries without API overhead
- No Rate Limits: Unlimited queries to your own node
- Privacy: Queries stay between you and your node
- Full Access: Complete JSON-RPC API availability
- Real-time Data: Direct access to latest blockchain state
๐ ๏ธ Development
# Watch mode for the cool kids
npm run dev
# Build for production
npm run build๐ค Contributing
Got ideas? Found a bug? PRs are welcome! Just:
1. Fork it
2. Branch it
3. Code it
4. PR it
๐ License
MIT - Go wild! See LICENSE for the boring legal stuff.
๐ Props
- Built with โค๏ธ by the Veri5ight team
- Powered by Claude's big brain
- Standing on the shoulders of Ethereum giants
๐ Need Help?
- ๐ Found a bug? Open an issue!
- ๐ค Questions? Start a discussion!
- ๐ Cool feature idea? Let's hear it!
Remember: Veri5ight is like a Swiss Army knife for Ethereum data - just don't try to open bottles with it! ๐พ
Frequently asked questions
What is veri5ight?
veri5ight is MCP Server for Ethereum Node
How do I install veri5ight?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is veri5ight open source?
Yes โ it is hosted on GitHub at https://github.com/5ajaki/veri5ight and has 1 stars.
Related MCP tools
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
๐ฅ Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency.
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP