🔍 Veri5ight
@5ajaki
关于 🔍 Veri5ight
MCP Server for Ethereum Node
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"veri5ight": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论