AI MCP Server of Blockchain
@albertma
关于 AI MCP Server of Blockchain
A mcp server of blockchain which supports ethereum, bitcoin, vechain
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"blockchain-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AI MCP Server of Blockchain?
AI MCP Server of Blockchain is a Model Context Protocol server that provides blockchain data access to AI agents. It currently supports Ethereum and VeChain, with functions to retrieve account balances, transactions, block contents, and token prices. It is designed for developers building AI applications that need real-time on-chain information.
How to use AI MCP Server of Blockchain?
Install dependencies with uv, create a .env file with your Ethereum and VeChain node URLs, then configure your MCP client (e.g., Claude Desktop) with the server’s command and environment variables as shown in the README. The server can be debugged using the MCP inspector.
Key features of AI MCP Server of Blockchain
- Get balance of any address
- Get transaction content by transaction ID or hash
- Get block content by block number or block hash
- Get current token prices
- Supports Ethereum and VeChain
- Easy integration with AI Claude Desktop App
Use cases of AI MCP Server of Blockchain
- Query a wallet balance for an AI-powered financial assistant
- Retrieve transaction details for smart contract auditing
- Fetch block data for blockchain analytics or monitoring tools
- Display real-time cryptocurrency prices in conversational AI
FAQ from AI MCP Server of Blockchain
Which blockchains are currently supported?
Ethereum and VeChain are fully supported. Bitcoin, Solana, and Polygon are planned for future releases.
What are the runtime requirements?
The server requires Python and uv for dependency management. It runs as a command-line MCP server using stdio transport.
Where does the blockchain data come from?
Data is fetched from node URLs provided by the user via environment variables (ETHEREUM_NODE_URL and VECHAIN_NODE_URL). You must supply your own node endpoints (e.g., Infura).
How do I integrate it with Claude Desktop?
Add a configuration entry to your MCP client JSON file, specifying the uv command, the server path, and the environment variables for node URLs. The README includes a complete example.
Are there any known limits?
The README does not list specific rate limits or restrictions. Performance depends on your node provider’s capabilities.
金融与商务 分类下的更多 MCP 服务器
Financial Modeling Prep MCP Server
cdtaitFinancial Modeling Prep MCP Server
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
评论