by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
Armor Crypto MCP is a Model Context Protocol server that acts as a single source for AI agents to integrate with the cryptocurrency ecosystem. It simplifies interactions with multiple blockchains, offering a unified set of tools for wallet management, decentralized finance (DeFi) activities like swaps and staking, and advanced trading strategies.
To use the Armor Crypto MCP, you need to have Python and uv
installed. An AI agent framework like Claude Desktop, Cline, or Cursor can then run the MCP server, allowing the agent to access its crypto-related tools.
The Alpha version currently supports Solana. Support for over a dozen other blockchains, including Ethereum, Base, Avalanche, and Bitcoin, is planned for the beta release.
The project is open-source and available on GitHub under the GPL-3.0 license.
You can automate normal swaps, Dollar-Cost Averaging (DCA), scheduled orders, and limit orders.
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.
🧠 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
uv
Linux / Windows
pip install uv
Mac
brew install uv
See Usage & Configuration for details.
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.
Currently you need to have the Armor NFT to get an API Key. Get it here
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>"
}
}
}
}
armor-wallet-mcp
section from aboveMCP Servers
button in the Cline tab in VSCode on the left panelConfigure MCP Servers
armor-wallet-mcp
section from aboveDone
under the MCP Servers
tab and start chatting with Cline...
next to your username and click Settings
Community nodes
and then Install a Community Node
buttonnpm Package Name
type in mcpMCP Nodes
List Tools
Parameters
tab, click Select Credential
and click Create new credential
Command
enter uvx
Arguments
enter armor-crypto-mcp
Environments
enter ARMOR_API_KEY=eyJhbGciOiJIUzI1NiIsIn...
paste the full API Key value after the =
Parameters
tab you can choose the MCP Operation
for that NodeOnce you have setup the Armor MCP here are some prompts you can use to get started
Reviews feature coming soon
Stay tuned for community discussions and feedback