home/skills/trading/armor-crypto-mcp

Armor Crypto MCP

MCP

Multi-chain crypto MCP for AI agents. Wallet management, swaps, DCA, limit orders, staking. Currently supports Solana.

๐ŸŸข pass (100)skillTradingtradinggithubSource โ†’
solanawalletswapsdcastakingmcp
# Armor Crypto MCP

Multi-chain crypto MCP for AI agents. Wallet management, token swaps, DCA strategies, limit orders, and staking โ€” currently on Solana.

## Agent Usage

### Install
```json
{
  "mcpServers": {
    "armor": {
      "command": "npx",
      "args": ["-y", "armor-crypto-mcp"],
      "env": { "ARMOR_API_KEY": "<your-key>" }
    }
  }
}
```

### Key Tools
- `create_wallet` โ€” create a new Solana wallet
- `get_balance` โ€” check SOL and token balances
- `swap_tokens` โ€” swap between tokens (e.g. SOL โ†’ USDC)
- `create_dca_order` โ€” set up dollar-cost averaging (token, amount, interval)
- `place_limit_order` โ€” place a limit buy/sell order
- `stake_sol` โ€” stake SOL to a validator
- `get_transaction_history` โ€” list recent transactions

### Example Prompt
> "Set up a DCA to buy $50 of SOL every day for the next 30 days."

---
*Source: [armorwallet/armor-crypto-mcp](https://github.com/armorwallet/armor-crypto-mcp)*
๐Ÿงช Found this useful?
The $SKILL experiment is building the agent skill distribution layer. Every skill you discover through this directory is part of the experiment.