
Verbwire MCP
Integrate FlowHunt with Verbwire MCP Server to automate blockchain and NFT operations, streamline NFT contract deployment, minting, IPFS storage, and cross-chai...

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.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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.
No information about prompt templates is provided in the repository or documentation.
No explicit list of MCP resources is provided in the repository or documentation.
The Verbwire MCP Server provides over 50 tools across various categories, including:
No setup instructions for Windsurf are provided in the repository.
claude_desktop_config.json.mcpServers object:{
"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
cd verbwire-mcp-server
npm install
claude_desktop_config.json.mcpServers object:{
"mcpServers": {
"verbwire": {
"command": "node",
"args": [
"/path/to/verbwire-mcp-server/server.js"
],
"env": {
"VERBWIRE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
No setup instructions for Cursor are provided in the repository.
No setup instructions for Cline are provided in the repository.
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"
}
}
}
}
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.
| 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.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 1 |
| Number of Stars | 0 |
Harness the power of the Verbwire MCP Server to give your AI agents seamless access to blockchain operations, NFT minting, and decentralized storage.

Integrate FlowHunt with Verbwire MCP Server to automate blockchain and NFT operations, streamline NFT contract deployment, minting, IPFS storage, and cross-chai...

The EVM MCP Server offers seamless blockchain integration for AI and development workflows across multiple EVM-compatible networks. It enables smart contract in...

The Token Minter MCP Server empowers AI assistants and agents to seamlessly interact with blockchain ecosystems, enabling automated deployment, querying, and tr...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.