by armorwallet
Integrates AI agents with the crypto ecosystem, providing unified wallet management, swaps, cross‑chain transactions, and advanced trading tools.
Armor Crypto MCP enables AI agents to interact directly with blockchain networks. It offers a single interface for wallet creation, asset swaps, cross‑chain transfers, staking, and specialized trade strategies such as DCA, stop‑loss, and take‑profit across supported chains.
uvx
wrapper).armor-crypto-mcp
section and replacing the placeholder with your API key.uvx armor-crypto-mcp
).list-tools
, swap
, create-dca
, etc.Q: Which blockchains are currently supported? A: The Alpha version supports Solana. Additional blockchains (Ethereum, Avalanche, Bitcoin, BNB, Arbitrum, etc.) are planned for the beta release.
Q: How do I obtain an API key? A: Acquire the Armor NFT and retrieve the API key from the official Codex portal.
Q: Do I need Python installed?
A: Yes. The server runs as a Python package and requires uv
(or uvx
) for execution.
Q: Can I use the MCP with non‑Claude agents? A: Absolutely. The configuration works with any agentic framework that can call external commands, such as Cline, n8n, or custom scripts.
Q: Is there a way to test the server locally?
A: Run uvx armor-crypto-mcp --version
to verify the installation, then execute typical commands (e.g., uvx armor-crypto-mcp list-tools
).
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
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "armor-crypto-mcp": { "command": "uvx", "args": [ "armor-crypto-mcp" ], "env": { "ARMOR_API_KEY": "<YOUR_API_KEY>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
by danny-avila
Provides a self‑hosted ChatGPT‑style interface supporting numerous AI models, agents, code interpreter, image generation, multimodal interactions, and secure multi‑user authentication.
by block
Automates engineering tasks on local machines, executing code, building projects, debugging, orchestrating workflows, and interacting with external APIs using any LLM.
by RooCodeInc
Provides an autonomous AI coding partner inside the editor that can understand natural language, manipulate files, run commands, browse the web, and be customized via modes and instructions.
by pydantic
A Python framework that enables seamless integration of Pydantic validation with large language models, providing type‑safe agent construction, dependency injection, and structured output handling.
by lastmile-ai
Build effective agents using Model Context Protocol and simple, composable workflow patterns.
by mcp-use
A Python SDK that simplifies interaction with MCP servers and enables developers to create custom agents with tool‑calling capabilities.
by nanbingxyz
A cross‑platform desktop AI assistant that connects to major LLM providers, supports a local knowledge base, and enables tool integration via MCP servers.
by gptme
Provides a personal AI assistant that runs directly in the terminal, capable of executing code, manipulating files, browsing the web, using vision, and interfacing with various LLM providers.