MCP.so
ログイン

AI MCP Server of Blockchain

@albertma

AI MCP Server of Blockchain について

A mcp server of blockchain which supports ethereum, bitcoin, vechain

基本情報

カテゴリ

金融とコマース

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

albertma

設定

以下の設定を使って、このサーバーを 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.

コメント

「金融とコマース」の他のコンテンツ