1. Conduid
  2. Developer Tools
  3. armorwallet/armor-crypto-mcp
MCP server · Developer Tools

armorwallet/armor-crypto-mcp

The MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.

Unclaimed GPL-3.0 last commit a year ago cryptocurrencyaiai-agentstradingbotfinancemcpwallet
67Good

Scored 3 hours ago · breakdown

About armorwallet/armor-crypto-mcp

armorwallet/armor-crypto-mcp is an MCP server published by armorwallet in the Developer Tools category: the MCP server for interacting with Blockchain, Swaps, Strategic Planning and more. It has been installed 0 times through Conduid.

The repository has 191 stars and 29 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx armor-crypto-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about armorwallet/armor-crypto-mcp

Powered by Claude · Grounded in docs

I know everything about armorwallet/armor-crypto-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.2.1v0.2.1-alpha · 14 May 2025Alpha pre-release for Codex NFT holders. Go to https://codex.armorwallet.ai/ and follow the instructions. Various fixes were included due to testing with PydanticAI, n8n, Cline, Cursor and Claude Desktop agents. New Features** Trending…
v0.2.0v0.2.0-alpha · 13 May 2025Alpha pre-release for Codex NFT holders. Go to https://codex.armorwallet.ai/ and follow the instructions. Various fixes were included due to testing with PydanticAI, n8n, Cline, Cursor and Claude Desktop agents. New Features** Trending…

README

Armor Crypto MCP

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, 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.

Armor MCP

Features

🧠 AI Native

📙 Wallet Management

🔃 Swaps

🌈 Specialized trades (DCA, Stop Loss etc.)

⛓️ Multi-chain

↔️ Cross-chain transations

🥩 Staking

🤖 Fast intergration to Agentic frameworks

👫 Social Sentiment

🔮 Prediction Armor MCP Diagram

Requirements

1. Make sure you have python installed

2. Install uv

Linux / Windows

pip install uv

Mac

brew install uv

3. Claude Desktop or your AI Agent will run the MCP

See Usage & Configuration for details.

Alpha Testing

We are currently in pre-alpha, and we are testing the capabilities of various agents and agentic frameworks like Claude Desktop, Cline, Cursor, n8n, etc.

Current Features & Tools

  • Wallet Management
    • Grouping & Organization
    • Archiving
  • Swap & Trades
    • Normal swap
    • DCA (place / list / cancel)
    • Scheduled Orders
    • Limit Orders (place / list / cancel)
  • Staking and Unstaking
  • Token Search and Trending Tokens
  • Statistical Calculator for accurate Analysis
  • Supports Solana blockchain

Coming Soon

  • More Blockchain Support
  • Minting
  • Armor Agents as a Tool (or A2A)

MCP Setup

Currently you need to have the Armor NFT to get an API Key. Get it here

Usage & Configuration

To use the Armor MCP with your agent, you need the following configuration, replace <PUT-YOUR-KEY-HERE> with your API key:

{
  "mcpServers": {
    "armor-crypto-mcp": {
      "command": "uvx",
      "args": ["armor-crypto-mcp@latest", "--version"],
      "env": {
        "ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
      }
    }
  }
}

Use in Claude Desktop

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

Use in Cline

  1. Click on the MCP Servers button in the Cline tab in VSCode on the left panel
  2. Scroll to the bottom of the left panel and click on Configure MCP Servers
  3. In the config file, insert armor-wallet-mcp section from above
  4. Make sure to replace the placeholder with your API key
  5. Save the file, click Done under the MCP Servers tab and start chatting with Cline

Use in n8n

  1. Open the n8n app
  2. Bottom-left of screen click ... next to your username and click Settings
  3. On the left panel, click Community nodes and then Install a Community Node button
  4. In the search field for npm Package Name type in mcp
  5. Install MCP Nodes
  6. Add any MCP node, for example: List Tools
  7. In the MCP Client Parameters tab, click Select Credential and click Create new credential
  8. Under Command enter uvx
  9. Under Arguments enter armor-crypto-mcp
  10. Under Environments enter ARMOR_API_KEY=eyJhbGciOiJIUzI1NiIsIn... paste the full API Key value after the =
  11. Back in the Parameters tab you can choose the MCP Operation for that Node

Using Armor MCP

Once you have setup the Armor MCP here are some prompts you can use to get started

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About armorwallet/armor-crypto-mcp

How do I install armorwallet/armor-crypto-mcp?

Run npx armor-crypto-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is armorwallet/armor-crypto-mcp safe to use with an AI agent?

Its trust score is 67 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is armorwallet/armor-crypto-mcp still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.