Armor Crypto Wallet

v1.0.0Finance & Fintechstable

Enables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.

aiai-agentscryptocurrencymcptradingbot
Share:
182
Stars
0
Downloads
0
Weekly
0/5

What is Armor Crypto Wallet?

Armor Crypto Wallet is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, dca, limit orders), staking, and multi-chain support starting with solana.

Enables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables AI agents to interact with cryptocurrency ecosystems

Use Cases

Wallet management and trading
Cryptocurrency swaps and orders
Multi-chain support (Solana)
armorwallet

Maintainer

LicenseGPL 3.0
Languagepython
Versionv1.0.0
UpdatedMay 8, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx armor-crypto-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Armor Crypto Wallet

Armor Crypto MCP exposes an AI-native interface to the Armor wallet platform, allowing AI assistants to manage cryptocurrency wallets, execute token swaps, set up dollar-cost averaging (DCA) schedules, place limit orders, and handle staking — all through natural language. It currently targets the Solana blockchain with expansion planned for Ethereum, Base, Avalanche, Bitcoin, and Sui. Access requires an ARMOR_API_KEY obtained through Armor NFT holder access, making it a premium tool for crypto-native users who want to automate trading and portfolio management via AI agents.

Prerequisites

  • Python 3.9+ and the uv package manager (brew install uv on macOS, pip install uv on Linux/Windows)
  • An ARMOR_API_KEY — obtained through Armor NFT holder access at codex.armorwallet.ai
  • A funded Armor wallet on the Solana network
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Install uv package manager

Armor Crypto MCP is distributed as a Python package and runs via uvx. Install uv first if you haven't already.

# macOS
brew install uv

# Linux / Windows
pip install uv
2

Verify the package

Run a quick version check to confirm uvx can resolve and download the package.

uvx armor-crypto-mcp@latest --version
3

Obtain your ARMOR_API_KEY

Visit https://codex.armorwallet.ai/ and authenticate as an Armor NFT holder to generate your API key. Keep this key secret.

4

Configure your MCP client

Add the server block to your claude_desktop_config.json with your API key. The server will start automatically when your MCP client launches.

5

Test wallet access

Ask the AI assistant to list your wallets. The server will connect to Armor's API and return your wallet names and balances.

Armor Crypto Wallet Examples

Client configuration

Add to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json). Replace the placeholder with your real ARMOR_API_KEY.

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

Prompts to try

Real example prompts from the Armor documentation covering wallets, swaps, DCA, and limit orders.

- "What can I do in Armor?"
- "Create a wallet named test2 and transfer 0.2 SOL to it from test1"
- "DCA into SOL from 20% of my USDC"
- "Buy SOL with all of my USD in test1 wallet over 3 months, place orders at midnight every Monday and Thursday"
- "Buy 0.12 BTC with my SOL at 10% below current market price"
- "Put a stop loss on all my altcoin positions in test2 wallet"
- "Cancel all my open orders"

Troubleshooting Armor Crypto Wallet

ARMOR_API_KEY is rejected with an authentication error

The API key is tied to Armor NFT ownership. Confirm your NFT is in the wallet you used to authenticate at codex.armorwallet.ai. Keys may need to be regenerated if the NFT is transferred.

uvx cannot find the armor-crypto-mcp package

Ensure uv is up to date ('uv self update') and that you have internet access to the PyPI registry. Try running 'uvx armor-crypto-mcp@latest --version' in a terminal to confirm the package resolves correctly before adding it to the MCP config.

Trade or swap commands are accepted but not executed

Confirm your Armor wallet has sufficient SOL for gas fees and the token balance needed for the trade. The server communicates intent to the Armor API but execution depends on on-chain conditions and wallet funding.

Frequently Asked Questions about Armor Crypto Wallet

What is Armor Crypto Wallet?

Armor Crypto Wallet is a Model Context Protocol (MCP) server that enables ai agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, dca, limit orders), staking, and multi-chain support starting with solana. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Armor Crypto Wallet?

Follow the installation instructions on the Armor Crypto Wallet GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Armor Crypto Wallet?

Armor Crypto Wallet works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Armor Crypto Wallet free to use?

Yes, Armor Crypto Wallet is open source and available under the GPL 3.0 license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "armor-crypto-mcp": { "command": "npx", "args": ["-y", "armor-crypto-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Armor Crypto Wallet?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides