Back to MCP Servers
🔌

armorwallet/armor-crypto-mcp

GPL-3.0API key required

🐍 ☁️ - MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more.

PythonAI & LLMs

Install

npx -y armorwallet-armor-crypto-mcp

Required environment variables

ARMOR_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "armorwallet-armor-crypto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "armorwallet-armor-crypto-mcp"
      ],
      "env": {
        "ARMOR_API_KEY": "<YOUR_ARMOR_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.