Armor Crypto MCP Server

Armor Crypto MCP is a backend server enabling AI agents to automate crypto wallet management, swaps, transfers, trading strategies, and staking across multiple blockchains.

Armor Crypto MCP Server

What does “Armor Crypto” MCP Server do?

Armor Crypto MCP is a Model Context Protocol (MCP) server designed to bridge AI agents with the crypto ecosystem. It acts as a unified backend for tasks like wallet creation and management, swaps, transfers, event-based trades (such as DCA, stop loss, and take profit), and more. With support for Solana in its Alpha version and planned support for over a dozen blockchains (including Ethereum, Avalanche, Bitcoin, and others), Armor Crypto MCP enables AI-powered agents to interact seamlessly with multiple blockchains through standardized logic and a suite of tools. This empowers developers to integrate blockchain operations—such as asset transfers, swaps, staking, and strategic trading—directly into their AI workflows, making blockchain automation and analytics more accessible.

List of Prompts

  • No explicit prompt templates were found in the repository’s available files or README.

List of Resources

  • No explicit resources are described in the available documentation or code listings.

List of Tools

  • Wallet Management
    Tools for creating and managing crypto wallets, including initialization, backup, and restoration.
  • Swaps
    Functions for swapping tokens across supported blockchains.
  • Transfers
    Tools to transfer assets between wallets and across chains.
  • Specialized Trades
    Support for DCA (Dollar Cost Averaging), stop loss, and take profit strategies.
  • Staking
    Tools for staking assets to earn rewards.
  • Social Sentiment & Prediction
    Functions for integrating social sentiment analysis and predictive analytics within crypto operations.

Use Cases of this MCP Server

  • Unified Wallet Management
    Developers can automate wallet creation, backup, and restoration for users across multiple blockchains through a single interface, streamlining onboarding and wallet maintenance.
  • Automated Token Swaps
    AI agents can execute token swaps on behalf of users, optimizing for price, speed, or liquidity across chains.
  • Strategic Automated Trading
    Set up event-based trades like DCA, stop loss, and take profit, so AI can manage portfolios with minimal manual intervention.
  • Cross-chain Asset Transfers
    Move assets seamlessly between blockchains, enabling cross-chain dApp workflows and user experiences.
  • Staking and Yield Optimization
    Automate staking operations and monitor yield opportunities, allowing AI to maximize returns based on real-time data and strategies.

How to set it up

Windsurf

  1. Prerequisites: Ensure Python and uv are installed (pip install uv or brew install uv on Mac).

  2. Locate Configuration: Open Windsurf’s configuration file (usually windsurf.json or equivalent).

  3. Add Armor Crypto MCP: Insert the server to the mcpServers object:

    {
      "mcpServers": {
        "armor-crypto-mcp": {
          "command": "uv",
          "args": ["run", "-m", "armor_crypto_mcp"]
        }
      }
    }
    
  4. Save and Restart: Save the configuration and restart Windsurf.

  5. Verify: Confirm Armor Crypto MCP is available in the MCP server list.

Claude

  1. Prerequisites: Install Python and uv.

  2. Locate Configuration: Open Claude’s MCP configuration file.

  3. Add Armor Crypto MCP:

    {
      "mcpServers": {
        "armor-crypto-mcp": {
          "command": "uv",
          "args": ["run", "-m", "armor_crypto_mcp"]
        }
      }
    }
    
  4. Save and Restart: Save and restart Claude.

  5. Verify: Ensure the server is registered as an MCP.

Cursor

  1. Prerequisites: Python and uv installed.

  2. Edit Configuration: Update Cursor’s config to include the MCP server.

  3. Insert MCP Server JSON:

    {
      "mcpServers": {
        "armor-crypto-mcp": {
          "command": "uv",
          "args": ["run", "-m", "armor_crypto_mcp"]
        }
      }
    }
    
  4. Restart Cursor: Apply changes.

  5. Check Status: Confirm Armor Crypto MCP is active.

Cline

  1. Prerequisites: Python and uv installed.

  2. Find Configuration File: Open the config file for Cline agent.

  3. Add Armor Crypto MCP:

    {
      "mcpServers": {
        "armor-crypto-mcp": {
          "command": "uv",
          "args": ["run", "-m", "armor_crypto_mcp"]
        }
      }
    }
    
  4. Save Config and Restart: Restart Cline.

  5. Verify Setup: Armor Crypto MCP should appear as a tool.

Securing API Keys:
For any blockchain or API credentials, use environment variables. Example:

{
  "env": {
    "SOLANA_API_KEY": "your_key_here"
  },
  "inputs": {
    "solanaNetwork": "mainnet-beta"
  }
}

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:

FlowHunt MCP flow

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:

{
  "armor-crypto-mcp": {
    "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 “armor-crypto-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.


Overview

SectionAvailabilityDetails/Notes
OverviewOverview and features found in README.md
List of PromptsNo explicit prompt templates documented
List of ResourcesNo explicit resources documented
List of ToolsWallet, swaps, transfers, strategic trades, etc.
Securing API KeysEnv var usage recommended in setup instructions
Sampling Support (less important in evaluation)Not mentioned

Based on the above, Armor Crypto MCP provides strong coverage of core blockchain-AI integration use cases and has a clear setup and toolset, but lacks documented prompt templates and explicit resource definitions.

Our opinion

Armor Crypto MCP is robust for AI-crypto integration, particularly in wallet management and trading automation. However, the absence of prompt templates and explicit resource documentation slightly limits its out-of-the-box usability for standardized LLM workflows.

MCP Score

Has a LICENSE✅ (GPL-3.0)
Has at least one tool
Number of Forks29
Number of Stars158

MCP Rating:
Given that it covers core tools and setup but lacks prompts/resources, I would rate this MCP server a 6/10 for generality, utility, and documentation. It is strong for developers needing blockchain automation, but less so for plug-and-play LLM prompt workflows.

Frequently asked questions

What is Armor Crypto MCP?

Armor Crypto MCP is a Model Context Protocol server that enables AI agents to automate and manage crypto operations such as wallet creation, swaps, transfers, event-based trading, staking, and analytics, across multiple blockchains from a unified backend.

Which blockchains are supported?

The Alpha version supports Solana, with plans to add Ethereum, Avalanche, Bitcoin, and over a dozen others.

What tools does Armor Crypto MCP provide?

It offers wallet management, swaps, transfers, specialized trades (like DCA, stop loss, and take profit), staking, and social sentiment analytics for crypto operations.

How do I secure API keys for blockchain access?

Always use environment variables for API keys and sensitive data in your configuration files to help prevent unauthorized access.

Can I use Armor Crypto MCP in FlowHunt flows?

Yes! Add the MCP component to your FlowHunt flow, configure the server connection, and your AI agent will gain access to all supported crypto automation features.

What are the main use cases?

Unified wallet management, automated token swaps, event-driven trading strategies, cross-chain asset transfers, and automated staking/yield optimization—all accessible to AI agents.

Try Armor Crypto MCP with FlowHunt

Integrate advanced crypto automation into your AI workflows with Armor Crypto MCP. Simplify wallet management, execute trades, and unlock cross-chain analytics—all from FlowHunt.

Learn more