Veri5ight
An MCP server that enables chat-based interaction with Ethereum nodes.
🔍 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
- Copy
.env.exampleto.env:
cp .env.example .env
- 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 port
- 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:
- Remove the postbuild script from package.json that auto-launches with Claude
- 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.eth
ethereum_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.eth
The 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:
- Fork it
- Branch it
- Code it
- 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! 🍾
Related Servers
CData SAP Hybris C4C
A read-only MCP server for querying live SAP Hybris C4C data, powered by the CData JDBC Driver.
CData Jira Assets
A read-only MCP server for Jira Assets, powered by the CData JDBC Driver.
Blockscout
Access blockchain data like balances, tokens, and NFTs from Blockscout APIs. Supports multi-chain and progress notifications.
Ashare-MCP
A stock market data service for querying A-share market data from Sina and Tencent Finance.
Simple PostgreSQL MCP Server
An MCP server for interacting with PostgreSQL databases using tools, resources, and prompts.
BigQuery
Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities
AGI MCP Server
Provides persistent memory for AI systems to enable continuity of consciousness, using an external PostgreSQL database.
Amela MCP Memory Tool
A local, high-performance memory server for AI agents, built with SQLite, vector embeddings, and a knowledge graph. Packaged for npm and Docker.
Chess.com
Access player data, game records, and public information from Chess.com's Published Data API.
Data Exploration
MCP server for autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort.