Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
pip install uvConfig
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uvx",
"args": ["armor-crypto-mcp@latest", "--version"],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}
}
}Exposed MCP Tools (8)
Wallet ManagementOrganizes and archives crypto wallets.
Primarily read operations with some non-destructive write operations.
SwapSwaps one cryptocurrency for another.
Involves writing to the blockchain and potential financial risk.
DCA (place / list / cancel)Places, lists, or cancels Dollar Cost Averaging orders.
Modifies existing orders and involves financial risk.
Scheduled OrdersSchedules future crypto orders.
Involves writing to the blockchain and potential financial risk.
Limit Orders (place / list / cancel)Places, lists, or cancels limit orders for crypto trades.
Modifies existing orders and involves financial risk.
Staking and UnstakingStakes or unstakes cryptocurrency tokens.
Involves writing to the blockchain and potential financial risk.
Token Search and Trending TokensSearches for tokens and identifies trending tokens.
Read-only operation with no side effects.
Statistical CalculatorPerforms statistical calculations for crypto analysis.
Read-only operation with no side effects.
Safety Assessment
The Armor Crypto MCP offers a range of crypto-related functionalities, but its security relies heavily on the secure management of the API key. While it provides wallet management and statistical analysis, the ability to execute transactions introduces financial risk. Use with caution, especially given its alpha status.
- API Key authentication required
- Wallet management features allow for organization and archiving
- Supports read and write operations, but no delete operations
- Statistical calculator for analysis
- Requires an API Key, which if compromised, could lead to unauthorized access
- Handles crypto transactions, which inherently involve financial risk
- Internet connectivity required, increasing exposure to potential attacks
- Alpha version may contain undiscovered vulnerabilities
- Limited sandboxing
