==================
/// MCP ///
/// ARM ///
==================
[server:online]
[protocol:ready]armor-crypto-mcp
by armorwallet
The MCP server for AI-agent access to the crypto ecosystem – wallet management, swaps, DCA/limit/stop-loss orders, staking and cross-chain operations (currently Solana in alpha).
Wallet Management
Create, manage and organize crypto wallets
Grouping & Organization
Group wallets and arrange them into custom organizational structures
Archiving
Archive wallets or wallet groups for later retrieval
Normal swap
Execute a standard token-for-token swap
DCA (place / list / cancel)
Place new Dollar-Cost Averaging orders, list existing ones or cancel them
Scheduled Orders
Set up trades that execute automatically at scheduled times
Limit Orders (place / list / cancel)
Place new limit orders, list current ones or cancel existing limit orders
Staking and Unstaking
Stake tokens to earn rewards or unstake previously staked tokens
Token Search and Trending Tokens
Search for specific tokens and retrieve currently trending tokens
Statistical Calculator for accurate Analysis
Perform statistical calculations to aid in precise trading analysis
Installation
git clone https://github.com/armorwallet/armor-crypto-mcp.git
cd armor-crypto-mcppython -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activatepip install -r requirements.txtMCP_NETWORK=<mainnet|testnet>
MCP_RPC_URL=<chain RPC endpoint>
MCP_WALLET_MNEMONIC=<your 12/24-word seed>
MCP_SWAP_API_KEY=<optional swap-service token>
MCP_STRATEGY_FILE=strategies/default.yaml # path to strategy definitionspython manage.py migrate # or alembic upgrade head, depending on ORMpython mcp_server.py # or: uvicorn mcp_api:app --reloadcurl http://localhost:8000/health