home / mcp / armor crypto mcp server
The MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.
Configuration
View docs{
"mcpServers": {
"armorwallet-armor-crypto-mcp": {
"command": "uvx",
"args": [
"armor-crypto-mcp@latest",
"--version"
],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}
}
}Armor Crypto MCP enables agents to manage wallets, perform swaps, automate trades (like DCA, stop loss, take profit), and access multi-chain capabilities through a unified MCP runtime. You can connect your AI agent to Armor’s tooling to manage crypto operations with consistent logic across supported blockchains.
Connect Armor Crypto MCP to your AI agent to access wallet management, swaps, specialized trades, staking, and cross‑chain transfers. Use the MCP client to start the local MCP server and provide your API key. Once running, your agent can invoke Armor tools to manage assets, execute trades, monitor token trends, and perform cross‑chain actions from a single interface.
Prerequisites you need before installing Armor Crypto MCP:
Install the MCP runtime client using the included package. The supported runtime in typical setups is uv, which you install with pip or brew depending on your platform.
Install uv on your system:
pip install uvOn macOS, you can use Homebrew to install uv if you prefer a brew-managed path:
brew install uvUse the following MCP configuration to run Armor Crypto MCP locally. Replace <PUT-YOUR-KEY-HERE> with your actual Armor API key.
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uvx",
"args": ["armor-crypto-mcp@latest", "--version"],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}
}
}Manage wallets, group/organize assets, and archive wallet data for efficient control within your agent.
Execute token swaps, track rates, and handle trade workflows directly from your agent.
Set up dollar-cost averaging strategies with place/list/cancel control and scheduled orders.
Stake and unstake tokens through Armor MCP with visibility into rewards and status.
Perform cross-chain actions and transfers across supported blockchains.
Configure stop loss and take profit orders and other advanced trading strategies.
Incorporate social sentiment signals into trading decisions.
Leverage AI-driven predictions to inform asset decisions and timing.