Back to MCP Directory
Armor Crypto
Model Context Protocol moderate risk

Armor Crypto

Armor Crypto MCP provides AI agents with tools for crypto wallet management, swaps, staking, and multi-chain transactions, secured by API key authentication.

Connections & Capabilities

Connects To

GitHubS3

Capabilities

readwriteexec

Quickstart

Install

pip install uv

Config

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

Exposed MCP Tools (8)

safe
Wallet Management

Organizes and archives crypto wallets.

Primarily read operations with some non-destructive write operations.

moderate
Swap

Swaps one cryptocurrency for another.

Involves writing to the blockchain and potential financial risk.

moderate
DCA (place / list / cancel)

Places, lists, or cancels Dollar Cost Averaging orders.

Modifies existing orders and involves financial risk.

moderate
Scheduled Orders

Schedules future crypto orders.

Involves writing to the blockchain and potential financial risk.

moderate
Limit Orders (place / list / cancel)

Places, lists, or cancels limit orders for crypto trades.

Modifies existing orders and involves financial risk.

moderate
Staking and Unstaking

Stakes or unstakes cryptocurrency tokens.

Involves writing to the blockchain and potential financial risk.

safe
Token Search and Trending Tokens

Searches for tokens and identifies trending tokens.

Read-only operation with no side effects.

safe
Statistical Calculator

Performs statistical calculations for crypto analysis.

Read-only operation with no side effects.

Safety Assessment

The Armor Crypto MCP offers a range of crypto-related functionalities, but its security relies heavily on the secure management of the API key. While it provides wallet management and statistical analysis, the ability to execute transactions introduces financial risk. Use with caution, especially given its alpha status.

  • API Key authentication required
  • Wallet management features allow for organization and archiving
  • Supports read and write operations, but no delete operations
  • Statistical calculator for analysis
  • Requires an API Key, which if compromised, could lead to unauthorized access
  • Handles crypto transactions, which inherently involve financial risk
  • Internet connectivity required, increasing exposure to potential attacks
  • Alpha version may contain undiscovered vulnerabilities
  • Limited sandboxing