MCP Catalogs
首页

verbwire-mcp-server

by verbwire·2·综合分 32

一个通过 Verbwire API 实现区块链操作的成熟 MCP 服务器,支持智能合约、NFT 铸造和 IPFS 存储。

developer-toolsblockchaincloud-storage
1
Forks
1
活跃 Issue
14 个月前
最近提交
2 天前
收录于

概述

Verbwire MCP Server 通过简洁的 MCP 界面提供全面的区块链开发工具。包含超过 50 个工具,涵盖从 NFT 铸造、智能合约部署到 IPFS 存储管理和跨链操作等各种功能。服务器提供了良好的文档,包含清晰的配置说明和常见用例的实际示例。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:开发者部署和管理跨多个区块链的 NFT 合约
:数字艺术家使用 IPFS 集成铸造和分发 NFT
:需要管理代币所有权、集合和交易的区块链项目
:这个 MCP 服务器支持哪些区块链?
:这个 MCP 服务器有多少个可用工具?

什么时候选它

当您需要通过 Verbwire API 进行 NFT 工作流的综合区块链操作界面时,选择此 MCP 服务器。

什么时候不要选它

如果您需要 Verbwire 未覆盖的区块链支持,或者您倾向于多提供商解决方案而非绑定到单个 API 提供商,请避免使用此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • deployContractchain, contractType, contractName, contractSymbol, recipientAddress

    Deploy various NFT contract types with configurable parameters

  • quickMintFromFilechain, filePath, name, description

    Create and mint an NFT directly from a local file

  • uploadFileToIPFSfilePath, name, description

    Upload files to IPFS with descriptive metadata

  • getNFTsByWalletwalletAddress

    Retrieve all NFTs owned or created by a specific wallet address

  • getTransactionDetailstransactionHash

    Get detailed information about a blockchain transaction

  • checkTokenOwnershipwalletAddress, tokenAddress

    Check if a wallet owns a specific token at a given address

  • getCollectionInfocollectionAddress

    Retrieve detailed information about an NFT collection

  • transferTokenchain, contractAddress, tokenId, recipientAddress

    Transfer an NFT or token from one wallet to another

  • modifyNFTMetadatachain, contractAddress, tokenId, metadata

    Update the metadata of an existing NFT

  • getChainInformationchain

    Retrieve detailed information about a blockchain network

  • verifySmartContractcontractAddress, chain

    Verify a smart contract source code on the blockchain

  • estimateTransactionCostchain, transactionType, parameters

    Estimate the gas cost for a transaction on a blockchain network

可对比工具

thirdweb-mcpalchemy-mcpblockchain-api-mcp

安装

安装

  1. 在 [verbwire.com](https://www.verbwire.com/) 注册获取 Verbwire API 密钥
  1. 通过以下配置添加到 Claude Desktop 的 claude_desktop_config.json 文件:
{
  "mcpServers": {
    "verbwire": {
      "command": "npx",
      "args": [
        "-y",
        "@verbwire/verbwire-mcp-server"
      ],
      "env": {
        "VERBWIRE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

或者,您可以克隆仓库并本地运行:

git clone https://github.com/verbwire/verbwire-mcp-server.git
cd verbwire-mcp-server
npm install
npm start

FAQ

这个 MCP 服务器支持哪些区块链?
Verbwire MCP 服务器支持多个区块链,包括以太坊、Polygon、币安智能链等,具体支持的区块链请参考 Verbwire API 文档。
这个 MCP 服务器有多少个可用工具?
服务器提供超过 50 个工具,涵盖数据操作、智能合约部署、NFT 铸造、IPFS 存储、合约管理和实用功能等多个类别。

verbwire-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。