Alpha Test version 0.1.24 A single source for integrating AI Agents with the Crypto ecosystem. This includes Wallet creation and management, swaps, transfers, event-based trades like DCA, stop loss and take profit, and much more. The Armor MCP supports Solana in Alpha and, when in beta, will support more than a dozen blockchains, including Ethereum. Base, Avalanche, Bitcoin, Sui, Berachain, megaET
Add this skill
npx mdskills install armorwallet/armor-crypto-mcpComprehensive crypto MCP with wallet management, swaps, DCA, and staking for Solana with clear setup docs
1# Armor Crypto MCP2*Alpha Test version 0.1.24*34A single source for integrating AI Agents with the Crypto ecosystem. This includes Wallet creation and management, swaps, transfers, event-based trades like DCA, stop loss and take profit, and much more. The Armor MCP supports Solana in Alpha and, when in beta, will support more than a dozen blockchains, including Ethereum. Base, Avalanche, Bitcoin, Sui, Berachain, megaETH, Optimism, Ton, BNB, and Arbitrum, among others. Using Armor's MCP you can bring all of crypto into your AI Agent with unified logic and a complete set of tools.567<br />8<br />9<br />10<br />11<br />12<br />13# Features1415๐ง AI Native1617๐ Wallet Management1819๐ Swaps2021๐ Specialized trades (DCA, Stop Loss etc.)2223โ๏ธ Multi-chain2425โ๏ธ Cross-chain transations2627๐ฅฉ Staking2829๐ค Fast intergration to Agentic frameworks3031๐ซ Social Sentiment3233๐ฎ Prediction34<br />35<br />3637<br />38<br />39<br />40<br />41<br />42<br />4344# Requirements4546### 1. Make sure you have python installed47<br />4849### 2. Install `uv`50*Linux / Windows*5152```sh53pip install uv54```55*Mac*5657```sh58brew install uv59```60<br />6162### 3. Claude Desktop or your AI Agent will run the MCP63See [Usage & Configuration](#usage--configuration) for details.64<br />65<br />66<br />67<br />68<br />6970# Alpha Testing7172We are currently in pre-alpha, and we are testing the capabilities of various agents and agentic frameworks like Claude Desktop, Cline, Cursor, n8n, etc.7374## Current Features & Tools75- Wallet Management76 - Grouping & Organization77 - Archiving78- Swap & Trades79 - Normal swap80 - DCA (place / list / cancel)81 - Scheduled Orders82 - Limit Orders (place / list / cancel)83- Staking and Unstaking84- Token Search and Trending Tokens85- Statistical Calculator for accurate Analysis86- Supports Solana blockchain8788## Coming Soon89- More Blockchain Support90- Minting91- Armor Agents as a Tool (or A2A)9293## MCP Setup94Currently you need to have the Armor NFT to get an API Key.95Get it [here](https://codex.armorwallet.ai/)9697## Usage & Configuration98To use the Armor MCP with your agent, you need the following configuration, replace `<PUT-YOUR-KEY-HERE>` with your API key:99```json100{101 "mcpServers": {102 "armor-crypto-mcp": {103 "command": "uvx",104 "args": ["armor-crypto-mcp@latest", "--version"],105 "env": {106 "ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"107 }108 }109 }110}111```112<br />113<br />114<br />115<br />116<br />117<br />118119# Use in Claude Desktop1201. Must have Developer Mode enabled1212. Open Claude Desktop's File Menu top left of the window.1223. Go to File > Settings1234. Under Developer, click Edit Configuration1245. In the config file, insert the `armor-wallet-mcp` section from above1256. Make sure to replace the placeholder with your API key1267. Save the file and start a new Chat in Claude Desktop127128## Use in Cline1291. Click on the `MCP Servers` button in the Cline tab in VSCode on the left panel1302. Scroll to the bottom of the left panel and click on `Configure MCP Servers`1313. In the config file, insert `armor-wallet-mcp` section from above1324. Make sure to replace the placeholder with your API key1335. Save the file, click `Done` under the `MCP Servers` tab and start chatting with Cline134135## Use in n8n1361. Open the n8n app1372. Bottom-left of screen click `...` next to your username and click `Settings`1383. On the left panel, click `Community nodes` and then `Install a Community Node` button1394. In the search field for `npm Package Name` type in *mcp*1405. Install `MCP Nodes`1416. Add any MCP node, for example: `List Tools`1427. In the MCP Client `Parameters` tab, click `Select Credential` and click `Create new credential`1438. Under `Command` enter `uvx`1449. Under `Arguments` enter `armor-crypto-mcp`14510. Under `Environments` enter `ARMOR_API_KEY=eyJhbGciOiJIUzI1NiIsIn...` paste the full API Key value after the `=`14611. Back in the `Parameters` tab you can choose the MCP `Operation` for that Node147<br />148<br />149<br />150<br />151<br />152<br />153154# Using Armor MCP155156Once you have setup the Armor MCP [here are some prompts you can use to get started](https://github.com/armorwallet/armor-crypto-mcp/blob/main/README_prompts.md)157<br />158<br />159<br />160
Full transparency โ inspect the skill content before installing.