MCP.so
ログイン

ZAN MCP Server

@jeasonstudio

ZAN MCP Server について

Model Context Protocol Server for ZAN Node Service.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

jeasonstudio

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "zan": {
      "command": "npx",
      "args": [
        "-y",
        "zan-mcp-server",
        "--stdio",
        "--api-key",
        "<zan-api-key>"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is ZAN MCP Server?

ZAN MCP Server is a Model Context Protocol (MCP) server that connects AI assistants to ZAN.top’s blockchain node services. It provides tools for querying and interacting with multiple EVM-compatible chains, enabling AI to read on-chain data, resolve ENS names, and submit transactions.

How to use ZAN MCP Server?

Install and run via npx without a local install: add a configuration entry to your MCP client (Claude Desktop, Cursor, VSCode) with "command": "npx", "args": ["-y", "zan-mcp-server", "--stdio", "--api-key", "<zan_api_key>"]. For write operations (sending transactions, signing), also supply the chain’s private key using --evm-private-key or --solana-private-key.

Key features of ZAN MCP Server

  • Multi‑chain support: Ethereum, Polygon, BSC, Arbitrum, Optimism, and more
  • Convenient blockchain queries via EVM and advanced API tools
  • High‑reliability node service powered by ZAN.top
  • Fully compliant with the MCP protocol standard
  • Extensible architecture for adding new blockchain tools

Use cases of ZAN MCP Server

  • Retrieve blockchain info, latest block number, or gas price
  • Resolve ENS domains to Ethereum addresses
  • Fetch NFT metadata and list NFTs owned by a wallet
  • Estimate gas, create access lists, and prepare transactions
  • Sign and send transactions through an AI assistant interface

FAQ from ZAN MCP Server

What chains does ZAN MCP Server support?

It supports Ethereum (Mainnet, Sepolia, Holesky), BSC (Mainnet, testnet), Polygon (Mainnet, Amoy), Optimism (Mainnet, Sepolia), Arbitrum One (Sepolia), and others like Base, zkSync, Tron, Avalanche, Fantom, Taiko, and Mantle.

How do I get an API key to use the server?

An API key is required and must be obtained from ZAN.top. You pass it via the --api-key argument when starting the server.

What transport and authentication does the server use?

The server uses stdio transport. Authentication is handled through the provided ZAN.top API key; write operations additionally require the chain’s private key.

Are there any runtime dependencies?

The server is distributed as an npm package and runs via Node.js. It can be launched with npx without prior installation.

Does the server support write operations like sending transactions?

Yes, but write operations (e.g., evm_send_transaction, evm_sign_message) require the private key of the corresponding chain to be passed as a startup argument (--evm-private-key or --solana-private-key).

コメント

「その他」の他のコンテンツ