Verbwire MCP Server
Connect your AI agents to the blockchain with the Verbwire MCP Server. Automate NFT creation, smart contract management, and decentralized storage directly from your FlowHunt workflows.

What does “Verbwire” MCP Server do?
The Verbwire MCP Server is an implementation of the Model Context Protocol (MCP) designed to bridge AI assistants with the Verbwire API, enabling seamless blockchain operations. This server empowers developers and AI agents to perform a range of blockchain-related tasks programmatically, such as deploying smart contracts, minting NFTs, managing IPFS storage, and more. By exposing these capabilities as tools, the Verbwire MCP Server streamlines workflows that involve NFT creation, blockchain data management, and cross-chain operations. Its wide suite of features makes it a valuable asset for anyone looking to automate or enhance blockchain development processes through AI-driven interactions.
List of Prompts
No information about prompt templates is provided in the repository or documentation.
List of Resources
No explicit list of MCP resources is provided in the repository or documentation.
List of Tools
The Verbwire MCP Server provides over 50 tools across various categories, including:
- Data Tools
- Retrieve NFTs owned or created by a wallet.
- Fetch transaction details.
- Check token ownership.
- Get collection information.
- Deploy Tools
- Deploy multiple NFT contract types.
- Configure deployment parameters.
- Mint Tools
- Quick mint from files and metadata.
- Mint to specific contracts.
- Create and mint tokens.
- Storage Tools
- Upload files to IPFS.
- Create and store NFT metadata.
- Upload directories.
- Update Tools
- Transfer tokens between wallets.
- Modify NFT metadata.
- Manage contract settings, allowlists, and payouts.
- Utility Tools
- Get blockchain chain information.
- Verify smart contracts.
- Estimate transaction costs.
Use Cases of this MCP Server
- NFT Marketplace Development
Easily deploy and manage NFT contracts, mint tokens, and handle ownership transfers, streamlining the creation of custom NFT marketplaces. - Automated Smart Contract Deployment
Enable AI agents or scripts to deploy new smart contracts programmatically, reducing manual overhead and increasing development velocity. - IPFS-Based Asset Storage
Upload and manage digital assets and metadata on IPFS, facilitating decentralized storage for NFTs and blockchain projects. - Cross-Chain NFT Operations
Transfer NFTs and interact with contracts across multiple blockchains, supporting interoperability and broader asset reach. - Blockchain Data Analytics
Fetch and analyze blockchain data, such as transaction histories and ownership records, directly through AI workflows.
How to set it up
Windsurf
No setup instructions for Windsurf are provided in the repository.
Claude
NPX Method
- Ensure you have Node.js installed.
- Obtain your Verbwire API key from verbwire.com.
- Open your
claude_desktop_config.json
. - Add the following under the
mcpServers
object:{ "mcpServers": { "verbwire": { "command": "npx", "args": [ "-y", "@verbwire/verbwire-mcp-server" ], "env": { "VERBWIRE_API_KEY": "YOUR_API_KEY_HERE" } } } }
- Save and restart Claude Desktop.
Local Installation
- Clone the repository and install dependencies:
git clone https://github.com/verbwire/verbwire-mcp-server cd verbwire-mcp-server npm install
- Open your
claude_desktop_config.json
. - Add the following under the
mcpServers
object:{ "mcpServers": { "verbwire": { "command": "node", "args": [ "/path/to/verbwire-mcp-server/server.js" ], "env": { "VERBWIRE_API_KEY": "YOUR_API_KEY_HERE" } } } }
- Save and restart Claude Desktop.
Cursor
No setup instructions for Cursor are provided in the repository.
Cline
No setup instructions for Cline are provided in the repository.
Securing API Keys
Store your API key securely using environment variables in the env
section:
{
"mcpServers": {
"verbwire": {
"command": "npx",
"args": [
"-y",
"@verbwire/verbwire-mcp-server"
],
"env": {
"VERBWIRE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"verbwire": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “verbwire” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit MCP resources listed |
List of Tools | ✅ | Detailed tool categories described |
Securing API Keys | ✅ | Shown in example JSON |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Roots Support | ⛔ | Not mentioned |
Between the two tables, the Verbwire MCP Server provides robust blockchain and NFT tooling via MCP, but lacks documentation on standardized prompts, explicit resources, roots, or sampling support. Based on these factors, I would rate this MCP server a 5/10: strong tooling, but missing several protocol features and documentation expected for full MCP integration.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 1 |
Number of Stars | 0 |
Frequently asked questions
- What is the Verbwire MCP Server?
The Verbwire MCP Server implements the Model Context Protocol to connect AI assistants with the Verbwire API, allowing automated blockchain operations such as NFT minting, contract deployment, and decentralized storage.
- Which blockchain tasks can my AI agent perform with this server?
Your agent can deploy smart contracts, mint NFTs, manage IPFS storage, fetch blockchain data, transfer tokens, update metadata, and more—over 50 blockchain tools are available.
- How do I secure my Verbwire API key?
Store your API key in environment variables within your MCP server configuration. Never hardcode keys in your source code or public repositories.
- Can I use this server with FlowHunt?
Yes. Add the MCP component in your FlowHunt flow, configure the Verbwire MCP server connection, and your AI agent will have access to all blockchain tools provided by Verbwire.
- Are prompt templates or resource schemas available?
No prompt templates or explicit MCP resource schemas are included in the Verbwire MCP Server documentation at this time.
- What is the server's license and open source status?
The Verbwire MCP Server is open source and licensed under the MIT License.
Integrate Blockchain Tools with FlowHunt
Harness the power of the Verbwire MCP Server to give your AI agents seamless access to blockchain operations, NFT minting, and decentralized storage.