Armor Crypto

Provides AI-driven access to wallet management, swaps, staking, and cross-chain tools for multiple blockchains via an MCP server.
  • other

1

GitHub Stars

other

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "perfectdev10-armor-crypto": {
      "command": "uvx",
      "args": [
        "armor-crypto-mcp@latest",
        "--version"
      ],
      "env": {
        "ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
      }
    }
  }
}

Armor Crypto MCP enables you to integrate AI agents with a unified crypto toolkit. It provides wallet management, swaps, multi-chain support, specialized trades, staking, and more, allowing your AI workflows to interact with crypto across blockchains in a single, cohesive layer.

How to use

You use Armor Crypto MCP by starting the local MCP server and pointing your AI agent to its endpoint. The server is exposed via a standard input/output (stdio) interface, so you run it locally and lets your agent send commands through a well-defined channel. Begin by obtaining an API key and configuring the MCP client to pass that key securely so your agent can access Armor’s tools for wallet management, swaps, DCA, staking, and cross-chain interactions.

How to install

Prerequisites and setup steps are straightforward. Follow these concrete commands to prepare your environment and run Armor Crypto MCP.

# 1. Ensure Python is installed on your system
# 2. Install the required MCP tool
pip install uv

# Mac users may alternatively install uv via Homebrew
# brew install uv

# 3. Prepare your API key by obtaining it from Armor
# 4. Create your MCP server config (see the example in the Usage section)

Configuration example

Use the following configuration to run Armor Crypto MCP with your agent. Replace <PUT-YOUR-KEY-HERE> with your actual API key.

{
  "mcpServers": {
    "armor-crypto-mcp": {
      "command": "uvx",
      "args": ["armor-crypto-mcp@latest", "--version"],
      "env": {
        "ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
      }
    }
  }
}

Available tools

Wallet Management

Manage crypto wallets, group/organize assets, and archive wallets for efficient access within the MCP workflow.

Swaps

Perform token swaps through Armor MCP with streamlined access from your AI agent.

DCA and Scheduled Trades

Execute dollar-cost averaging and scheduled trades to automate long-term investment strategies.

Limit Orders

Place, list, and cancel limit orders to control execution price.

Staking

Stake and unstake tokens to participate in network security or governance.

Token Search and Trending

Discover tokens, search by name or symbol, and view trending assets.

Statistical Calculator

Analyze market data and generate statistical insights to inform decisions.

Cross-Chain Transactions

Coordinate cross-chain moves to support multi-chain workflows.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Armor Crypto MCP Server - perfectdev10/armor-crypto | VeilStrat