# armor-crypto-mcp

> MCP Server

Armor Crypto MCP is an alpha-stage tool providing agents with access to blockchain functionalities like wallet management, swaps, and trades, currently supporting the Solana blockchain, with staking and more blockchains coming soon.

## Overview

- **Category:** Developer Tools
- **Language:** Python
- **Stars:** 178
- **Forks:** 0
- **Owner:** armorwallet
- **GitHub:** https://github.com/armorwallet/armor-crypto-mcp
- **Created:** 2025-03-22T12:05:35+00:00
- **Updated:** 2025-03-28T21:30:50+00:00
- **Source:** https://model-context-protocol.com/servers/armor-crypto-blockchain-swaps-strategic-planning

## Setup

## Setup

**Installation in Claude Desktop (must have Developer Mode enabled)**

1.  Open Claude Desktop's File Menu top left of the window.
2.  Go to File > Settings
3.  Under Developer, click Edit Configuration
4.  In the config file, insert the `armor-wallet-mcp` section from above
5.  Make sure to replace the placeholder with your API key
6.  Save the file and start a new Chat in Claude Desktop

To use the Armor MCP with your agent, you need the following configuration:

```json
{
  "mcpServers": {
    "armor-crypto-mcp": {
      "command": "uvx",
      "args": ["armor-crypto-mcp"],
      "env": {
        "ARMOR_ACCESS_TOKEN": "<PUT-YOUR-KEY-HERE>"
      }
    }
  }
}
```

## Tools

## Available Tools

1.  Wallet Management (Grouping & Organization, Archiving)
2.  Swap & Trades (DCA, Limit Orders)
3.  Supports Solana blockchain (Blockchain support)
