- Home
- MCP servers
- Armor Crypto
Armor Crypto
- python
191
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
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.
How to use
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.
How to install
Prerequisites you need before installing Armor Crypto MCP:
- Python is required
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 uv
On macOS, you can use Homebrew to install uv if you prefer a brew-managed path:
brew install uv
Configuration snippet to run Armor MCP
Use 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>"
}
}
}
}
Available tools
Wallet Management
Manage wallets, group/organize assets, and archive wallet data for efficient control within your agent.
Swaps
Execute token swaps, track rates, and handle trade workflows directly from your agent.
DCA Trades
Set up dollar-cost averaging strategies with place/list/cancel control and scheduled orders.
Staking
Stake and unstake tokens through Armor MCP with visibility into rewards and status.
Cross‑Chain Transactions
Perform cross-chain actions and transfers across supported blockchains.
Specialized Trades
Configure stop loss and take profit orders and other advanced trading strategies.
Social Sentiment
Incorporate social sentiment signals into trading decisions.
Prediction
Leverage AI-driven predictions to inform asset decisions and timing.