Overview
Veri5ight is a Model Context Protocol (MCP) server that serves as a direct interface between Claude and Ethereum nodes, enabling seamless communication and data retrieval.
To use Veri5ight, clone the repository, install dependencies, and configure your Ethereum node URL in the .env file. You can then run the server to interact with Ethereum nodes directly.
- Real-time token balance and delegation information for any ERC20 token. - Access to smart contract details. - Direct node access without rate limits, ensuring privacy and security. - Full JSON-RPC API availability for comprehensive blockchain interactions.
- Checking token balances for specific addresses.
- Retrieving delegation information for governance tokens.
- Accessing detailed information about smart contracts.
- Viewing recent transactions for any Ethereum address.
Add to your AI client
Use these steps to connect 🔍 Veri5ight in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"veri5ight-5ajaki": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-veri5ight-5ajaki"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"veri5ight-5ajaki": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-veri5ight-5ajaki"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"veri5ight-5ajaki": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-veri5ight-5ajaki"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"veri5ight-5ajaki": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-veri5ight-5ajaki"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"veri5ight-5ajaki": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-veri5ight-5ajaki"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"veri5ight-5ajaki": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-veri5ight-5ajaki"
]
}
}
}FAQ
Can Veri5ight handle all ERC20 tokens?
Yes! Veri5ight can retrieve information for any ERC20 token on the Ethereum network.
Is there a limit to the number of queries I can make?
No! With direct node access, there are no rate limits on your queries.
How do I troubleshoot issues with Veri5ight?
You can check the logs generated by Claude for any errors or issues.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1144,"uuid":"cdbd9f1c-c58b-49fc-9f81-a6ad1e7eaf96","name":"veri5ight","title":"🔍 Veri5ight","description":"MCP Server for Ethereum Node","avatar_url":"https://avatars.githubusercontent.com/u/125100304?v=4","created_at":"2025-01-28T02:34:33.454Z","updated_at":"2025-02-23T07:20:11.432Z","status":"created","author_name":"5ajaki","author_avatar_url":"https://avatars.githubusercontent.com/u/125100304?v=4","tags":"mcp,ethereum","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/5ajaki/veri5ight","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/ac9835337d0accd93dbc298fafeb02437639974b5c002f1644663a0715dd1124/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f656e33317678663439322f6261646765","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]