MCP Catalogs
Home

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.

developer-toolsblockchaincloud-storage
1
Forks
1
Open issues
14 mo ago
Last commit
2d ago
Indexed

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:

you:Developers deploying and managing NFT contracts across multiple blockchains
you:Digital artists minting and distributing NFTs with IPFS integration
you:Blockchain projects needing to manage token ownership, collections, and transactions
you:What blockchains does this MCP server support?
you:How many tools are available in this MCP server?

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 README
  • 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

Comparable tools

thirdweb-mcpalchemy-mcpblockchain-api-mcp

Installation

Installation

  1. Get a Verbwire API key by signing up at [verbwire.com](https://www.verbwire.com/)
  1. 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 start

FAQ

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.