Veri5ight
About
Integrates with local Ethereum nodes to simplify ENS DAO operations like domain management and governance participation.
Details
- Author
- 5ajaki
- GitHub stars
- 1
- Downloads
- 273
- Categories
- Database, Other, Design, Developer Tools, AI, Automation, Frontend, Infrastructure
Jump to
- Direct queries to your Ethereum node without API overhead
- No rate limits on any request
- All queries stay between you and your node
- Full JSON‑RPC API availability
- Real‑time access to the latest blockchain state
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Veri5ightCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
npm install
1. Copy .env.example to .env:
bashcp .env.example .env
2. Add your Ethereum node URL (example shown below - update with your actual node URL and port):
envETH_NODE_URL="http://localhost:8545" # Example - replace with your node's URL and port
3. Configure Claude Desktop:
json{
"mcpServers": {
"veri5ight": {
"command": "node",
"args": ["/absolute/path/to/veri5ight/dist/index.js"] // Local path to the compiled index.js file
}
}
}
```
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"veri5ight": {
"veri5ight": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}
}
McpServers
{
"veri5ight": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
Your friendly neighborhood Ethereum node whisperer! A Model Context Protocol (MCP) server that helps Claude chat with Ethereum nodes.
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
# Clone the repository git clone https://github.com/5ajaki/veri5ight.git # Install dependencies npm install # Build the project npm run build
- 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
{ "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 runnpm run build.
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:
Get the token balance for any ERC20 token using address or ENS name.
Claude, what's vitalik.eth's UNI balance?
Check delegation info for any governance token.
Claude, who has nick.eth delegated their tokens to?
Get detailed information about any smart contract.
Claude, what can you tell me about this contract: nick.eth
View recent transactions for any address. Note: This function scans the most recent 10 blocks for transactions involving the specified address.
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.
Check Claude's logs for any issues:
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
- 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
# Watch mode for the cool kids npm run dev # Build for production npm run build
Got ideas? Found a bug? PRs are welcome! Just:
MIT - Go wild! SeeLICENSEfor the boring legal stuff.
- Built with ❤️ by the Veri5ight team
- Powered by Claude's big brain
- Standing on the shoulders of Ethereum giants
- 🐛 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! 🍾
Official Airtable MCP server and skills for working with bases, records, workflows, and business operations from AI agents.
MCP Server For Apache Doris, an MPP-based real-time data warehouse.
Official MCP Server from Atlan which enables you to bring the power of metadata to your AI tools
Query Onchain data, like ERC20 tokens, transaction history, smart contract state.
Read and write access to your Baserow tables.
Introspect and query your apps deployed to Convex.
Interact with the data stored in Couchbase clusters using natural language.
Maritime intelligence for tracking vessels, analysing ports, and exploring ship data.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





