🔍 Veri5ight
@5ajaki
About 🔍 Veri5ight
MCP Server for Ethereum Node
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"veri5ight": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Veri5ight?
Veri5ight is a Model Context Protocol server that provides a direct interface between Claude and Ethereum nodes. It offers real-time token balance and delegation info for any ERC20 token, smart contract information, and private, rate‑limit‑free node access—all within Claude.
How to use Veri5ight?
Clone the repo, run npm install and npm run build, then copy .env.example to .env and set your ETH_NODE_URL. In Claude Desktop, add the server with command node and args pointing to /absolute/path/to/veri5ight/dist/index.js. To run on‑demand, execute node dist/index.js.
Key features of Veri5ight
- 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
Use cases of Veri5ight
- Check the ERC20 token balance for any address or ENS name
- Look up delegation info for governance tokens
- Get detailed information about any smart contract
- View recent transactions for any address
FAQ from Veri5ight
What does Veri5ight do that a typical block explorer can’t?
Veri5ight gives you direct, private access to your own Ethereum node without rate limits or third‑party API overhead, enabling unlimited queries and real‑time data.
What do I need to run Veri5ight?
You need Node.js, npm, and a running Ethereum node. The server connects to the node via your ETH_NODE_URL environment variable.
Where does my data go?
All queries go directly from Veri5ight to your Ethereum node. No data is sent to any external service.
Are there any limits on the tools?
The ethereum_getRecentTransactions tool only scans the most recent 10 blocks for transactions involving the specified address. Other tools have no imposed limits.
How does Veri5ight connect to Claude?
Veri5ight uses the Model Context Protocol over stdio, configured in Claude Desktop as an MCP server. No network transport is involved.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments