verbwire-mcp-server
by verbwire·★ 2·Score 32
A production-ready MCP server for blockchain operations through Verbwire API, supporting smart contracts, NFT minting, and IPFS storage.
Overview
The Verbwire MCP Server provides comprehensive tools for blockchain development through a clean MCP interface. With over 50 tools across multiple categories, it enables everything from NFT minting and smart contract deployment to IPFS storage management and cross-chain operations. The server maintains good documentation with clear configuration instructions and practical examples for common use cases.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need a comprehensive blockchain operations interface specifically for NFT workflows through Verbwire's API.
When NOT to choose this
Avoid this if you need support for blockchains not covered by Verbwire, or if you prefer a multi-provider solution rather than vendor lock-in to a single API provider.
Tools this server exposes
12 tools extracted from the READMEdeployContractchain, 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
Comparable tools
Installation
Installation
- Get a Verbwire API key by signing up at [verbwire.com](https://www.verbwire.com/)
- Configure with Claude Desktop by adding this to
claude_desktop_config.json:
{
"mcpServers": {
"verbwire": {
"command": "npx",
"args": [
"-y",
"@verbwire/verbwire-mcp-server"
],
"env": {
"VERBWIRE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Alternatively, you can clone the repository and run locally:
git clone https://github.com/verbwire/verbwire-mcp-server.git
cd verbwire-mcp-server
npm install
npm startFAQ
- What blockchains does this MCP server support?
- The Verbwire MCP server supports multiple blockchains including Ethereum, Polygon, Binance Smart Chain, and others as documented in the Verbwire API documentation.
- How many tools are available in this MCP server?
- The server provides over 50 tools across multiple categories including data operations, smart contract deployment, NFT minting, IPFS storage, contract management, and utility functions.
Compare verbwire-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.