verbwire-mcp-server
by verbwire·★ 2·综合分 32
一个通过 Verbwire API 实现区块链操作的成熟 MCP 服务器,支持智能合约、NFT 铸造和 IPFS 存储。
概述
Verbwire MCP Server 通过简洁的 MCP 界面提供全面的区块链开发工具。包含超过 50 个工具,涵盖从 NFT 铸造、智能合约部署到 IPFS 存储管理和跨链操作等各种功能。服务器提供了良好的文档,包含清晰的配置说明和常见用例的实际示例。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要通过 Verbwire API 进行 NFT 工作流的综合区块链操作界面时,选择此 MCP 服务器。
什么时候不要选它
如果您需要 Verbwire 未覆盖的区块链支持,或者您倾向于多提供商解决方案而非绑定到单个 API 提供商,请避免使用此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具deployContractchain, contractType, contractName, contractSymbol, recipientAddressDeploy various NFT contract types with configurable parameters
quickMintFromFilechain, filePath, name, descriptionCreate and mint an NFT directly from a local file
uploadFileToIPFSfilePath, name, descriptionUpload files to IPFS with descriptive metadata
getNFTsByWalletwalletAddressRetrieve all NFTs owned or created by a specific wallet address
getTransactionDetailstransactionHashGet detailed information about a blockchain transaction
checkTokenOwnershipwalletAddress, tokenAddressCheck if a wallet owns a specific token at a given address
getCollectionInfocollectionAddressRetrieve detailed information about an NFT collection
transferTokenchain, contractAddress, tokenId, recipientAddressTransfer an NFT or token from one wallet to another
modifyNFTMetadatachain, contractAddress, tokenId, metadataUpdate the metadata of an existing NFT
getChainInformationchainRetrieve detailed information about a blockchain network
verifySmartContractcontractAddress, chainVerify a smart contract source code on the blockchain
estimateTransactionCostchain, transactionType, parametersEstimate the gas cost for a transaction on a blockchain network
可对比工具
安装
安装
- 在 [verbwire.com](https://www.verbwire.com/) 注册获取 Verbwire API 密钥
- 通过以下配置添加到 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 startFAQ
- 这个 MCP 服务器支持哪些区块链?
- Verbwire MCP 服务器支持多个区块链,包括以太坊、Polygon、币安智能链等,具体支持的区块链请参考 Verbwire API 文档。
- 这个 MCP 服务器有多少个可用工具?
- 服务器提供超过 50 个工具,涵盖数据操作、智能合约部署、NFT 铸造、IPFS 存储、合约管理和实用功能等多个类别。
verbwire-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。