# armorwallet/armor-crypto-mcp [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/armorwallet/armor-crypto-mcp  
**GitHub Stars:** 179  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/armorwallet-armor-crypto-mcp

## Description
MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "armor-crypto-mcp": {
    "command": "uvx",
    "args": ["armor-crypto-mcp@latest","--version"],
    "env": {
      "ARMOR_API_KEY": ""
    }
  }
}
```

**Requires environment variables:** `ARMOR_API_KEY` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation

## What armorwallet/armor-crypto-mcp MCP server does

The armorwallet/armor-crypto-mcp MCP server exposes Armor crypto operations to AI agents through MCP. Its current alpha feature set is centered on Solana and includes wallet grouping, wallet organization, wallet archiving, token search, trending-token lookup, swaps, staking, unstaking, and a statistical calculator.

Trade-related operations cover ordinary swaps as well as event-based workflows. The listed tools include placing, listing, and canceling DCA orders; working with scheduled orders; and placing, listing, and canceling limit orders. The broader project description also references transfers and specialized trades such as stop loss and take profit, but the README's current feature list does not provide detailed tool behavior for each of those operations.

## How it works

An MCP-compatible agent starts the package as a local process and communicates with it using the configured MCP connection. The agent supplies an Armor API key through the `ARMOR_API_KEY` environment variable. Armor's documentation describes the API key as currently requiring an Armor NFT, obtained through the Armor site.

The repository presents the armorwallet/armor-crypto-mcp MCP server as a unified interface for crypto-related agent actions. Solana is the supported blockchain during the alpha phase. The README says additional chains, including Ethereum, Base, Avalanche, Bitcoin, Sui, Berachain, megaETH, Optimism, Ton, BNB, and Arbitrum, are planned for a later beta stage rather than confirmed as current support.

## Setup and configuration

Python and `uv` are required. The README gives `pip install uv` for Linux and Windows and `brew install uv` for macOS. A stdio configuration can run the package with `uvx`:

```json
{
  "mcpServers": {
    "armor-crypto-mcp": {
      "command": "uvx",
      "args": ["armor-crypto-mcp"],
      "env": {
        "ARMOR_API_KEY": "your-api-key"
      }
    }
  }
}
```

The documented client instructions cover Claude Desktop and Cline. The README also describes connecting the package to n8n's MCP nodes by using `uvx` as the command, `armor-crypto-mcp` as the argument, and the API key as an environment setting. Cursor is listed among the agentic frameworks being tested, but no separate Cursor configuration is provided.

## Tools and capabilities

The armorwallet/armor-crypto-mcp MCP server currently documents capabilities in these groups:

- Manage wallet groups and archive wallets.
- Perform normal swaps.
- Place, list, and cancel DCA orders.
- Use scheduled and limit orders, including limit-order placement, listing, and cancellation.
- Stake and unstake supported assets.
- Search for tokens and view trending tokens.
- Run statistical calculations for analysis.

The README also identifies multi-chain support, cross-chain transactions, social sentiment, and prediction as project features or goals, but current production details for those areas are not specified in the excerpt.

## Limitations and notes

The release is labeled alpha, and the README further describes the project as pre-alpha testing. Current blockchain support is Solana. More chains and minting are listed as future work, and Armor Agents as a tool or A2A capability is also marked as coming soon. Access requires an Armor API key, and the README states that obtaining one currently requires an Armor NFT. Treat transaction and order capabilities as actions requiring appropriate review and credentials before allowing an agent to invoke them.

_Full upstream README: https://allmcps.com/mcp/armorwallet-armor-crypto-mcp/readme_

