home / mcp / armor crypto mcp server

Armor Crypto MCP Server

Repository created by GitHub Project Operator

Installation
Add the following to your MCP client configuration file.

Configuration

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

Armor Crypto MCP enables you to connect AI agents to the Armor Crypto ecosystem, providing tools for wallet management, swaps, multi-chain operations, and automated trading features like DCA and stop-loss. It streamlines how your agent interacts with crypto assets across supported blockchains.

How to use

You use Armor Crypto MCP by running a local MCP server process and connecting your AI agent to it. The server exposes a stable interface you can query for wallet actions, token lookups, swaps, and automated trading workflows. Your agent can trigger actions such as creating wallets, performing token swaps, initiating cross‑chain transfers, and scheduling or activating DCA or stop‑loss orders. Ensure your agent includes the API key-based authentication flow so requests are authorized.

How to install

Prerequisites: ensure you have Python installed and you can install Python packages as needed. You also need a valid Armor API key to authenticate with the MCP.

Install the runtime tooling and start the Armor MCP server locally using the provided command and arguments.

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

Available tools

WalletManagement

Manage wallets, groups, and archiving to organize assets and access controls within Armor Crypto MCP.

Swaps

Perform token swaps and manage swap workflows, including ordinary swaps and advanced order types.

DCA

Set up dollar-cost averaging strategies with place/list/cancel flows and scheduled orders.

Staking

Stake and unstake tokens across supported networks and monitor rewards.

TokenSearch

Search for tokens and view trending assets across supported chains.

TradingStrategies

Apply strategies like stop loss and take profit through agent-driven workflows.

MultiChain

Interact with multiple blockchains from a unified API surface.

AgentIntegration

Fast integration hooks for using Armor MCP within agent frameworks.