Loading languages...
VE

verbwire

@verbwire1

An MCP server implementation that provides tools for interacting with the Verbwire API, allowing for blockchain operations like deploying smart contracts, minting NFTs, and managing IPFS storage.

blockchain
nft
ipfs
smart-contracts
web3

# mcpServer Config

{
  "mcpServers": {
    "verbwire": {
      "command": "npx",
      "args": [
        "-y",
        "@verbwire/verbwire-mcp-server"
      ],
      "env": {
        "VERBWIRE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

# stdio

npx -y @verbwire/verbwire-mcp-server
Transport:
stdio
Language:
JavaScript
Created:3/27/2025
Updated:7/10/2025