MCP Directory

How to add Armor Crypto MCP to Windsurf

Connect AI agents to crypto: wallets, swaps, DCA, limit orders, and staking on Solana. Paste the config into ~/.codeium/windsurf/mcp_config.json and restart Windsurf.

Last updated June 14, 2026 · 181 · stdio · apikey · official

Windsurf config for Armor Crypto MCP

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

Requires `uv` (the Python package runner). Install it from https://docs.astral.sh/uv/ if `uvx` is not found.

Setup steps

  1. 1Open Windsurf → Cascade → the hammer/MCP icon → Configure (or edit ~/.codeium/windsurf/mcp_config.json).
  2. 2Paste the Armor Crypto MCP config below.
  3. 3Fill in placeholder secrets, then save.
  4. 4Click Refresh in the MCP panel.
  5. 5Armor Crypto MCP's tools become available to Cascade.

Before you start

  • Python installed
  • uv installed (pip install uv on Linux/Windows, brew install uv on Mac)
  • An Armor API key (ARMOR_API_KEY); currently requires holding an Armor NFT
  • An MCP-compatible client such as Claude Desktop, Cline, Cursor, or n8n

What Armor Crypto MCP can do in Windsurf

Wallet Management

Create and manage wallets, including grouping, organization, and archiving.

Swap

Perform normal token swaps.

DCA

Place, list, and cancel dollar-cost-averaging (DCA) orders.

Scheduled Orders

Create scheduled orders.

Limit Orders

Place, list, and cancel limit orders.

Staking and Unstaking

Stake and unstake tokens.

Token Search and Trending Tokens

Search for tokens and view trending tokens.

Statistical Calculator

Statistical calculator for accurate analysis.

Security

Requires an ARMOR_API_KEY supplied via environment variable. An Armor NFT is currently required to obtain an API key. This is an Alpha / pre-alpha test version (0.1.24) and handles crypto wallets, funds, and trades on the Solana blockchain — use with appropriate caution.

Armor Crypto MCP + Windsurf FAQ

Where is the Windsurf config file?

Windsurf reads MCP servers from ~/.codeium/windsurf/mcp_config.json. Paste the Armor Crypto MCP config there under the "mcpServers" key and restart the client.

Is Armor Crypto MCP safe to use with Windsurf?

Requires an ARMOR_API_KEY supplied via environment variable. An Armor NFT is currently required to obtain an API key. This is an Alpha / pre-alpha test version (0.1.24) and handles crypto wallets, funds, and trades on the Solana blockchain — use with appropriate caution.

Which blockchains are supported?

Solana is supported in the current Alpha. The roadmap mentions more than a dozen additional chains (Ethereum, Base, Avalanche, Bitcoin, Sui, Berachain, megaETH, Optimism, Ton, BNB, Arbitrum, and others) planned for beta.

How do I get an API key?

Per the README, you currently need to hold an Armor NFT to obtain an API key. Get it at https://codex.armorwallet.ai/.

Which clients are supported?

The README provides setup instructions for Claude Desktop, Cline, and n8n, and mentions Cursor among supported agentic frameworks.

View repo Full Armor Crypto MCP page