Loading...

Armor Crypto MCP provides AI agents with tools for crypto wallet management, swaps, staking, and multi-chain transactions, secured by API key authentication.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Armor Crypto MCP provides AI agents with tools for crypto wallet management, swaps, staking, and multi-chain transactions, secured by API key authentication.
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.
Performance is dependent on the speed of the underlying blockchain and the responsiveness of the Armor MCP server. Expect delays during periods of high network congestion.
Cost is primarily driven by blockchain transaction fees and potential API usage charges. Consider gas optimization strategies to minimize transaction costs.
pip install uv{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uvx",
"args": ["armor-crypto-mcp@latest", "--version"],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}
}
}ARMOR_API_KEYWallet 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.
API Key
cloud
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.
Autonomy is limited by the need for a valid API key and the inherent risks of interacting with blockchain networks.
Production Tip
Monitor API usage and transaction confirmations closely in production environments.
Currently, only Solana is supported in the Alpha version.
You need to have the Armor NFT to get an API Key. Get it here: https://codex.armorwallet.ai/
A normal swap executes immediately, while a DCA swap is a Dollar Cost Averaging strategy that executes trades over time.
Contact Armor support for testnet access.
Treat your API key like a password and keep it secure. Do not share it with anyone.
Transactions may be delayed or fail. Implement retry logic in your application.
Use blockchain explorers and API logs to track transaction status and performance.