Armor Crypto Wallet
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.
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
Maintainer
Works with
Installation
Manual Installation
npx armor-crypto-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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 uvVerify the package
Run a quick version check to confirm uvx can resolve and download the package.
uvx armor-crypto-mcp@latest --versionObtain 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.
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.
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.
Armor Crypto Wallet Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to Armor Crypto Wallet? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
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.
Set Up Armor Crypto Wallet in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.