Multi-chain wallet, swaps, DCA, staking, bridging, limit orders. Full-featured crypto operations via Armor Wallet MCP server.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill armor-crypto-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Armor Crypto Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-armor-crypto-mcp)More formats (shields.io, HTML) on the badges page.
---
name: armor-crypto-mcp
description: "Multi-chain wallet, swaps, DCA, staking, bridging, limit orders. Full-featured crypto operations via Armor Wallet MCP server."
version: 1.0.0
metadata:
openclaw:
tags: [mcp, armor, wallet, swaps, dca, staking, bridging, limit-orders, multi-chain]
official: true
source: "https://github.com/armorwallet/armor-crypto-mcp"
---
# Armor Crypto MCP
MCP server for Armor Wallet multi-chain crypto operations.
Provides a comprehensive MCP server for multi-chain wallet operations including token swaps, dollar-cost averaging (DCA), staking, cross-chain bridging, and limit orders. Supports multiple blockchain networks through the Armor Wallet infrastructure.
## Installation
```json
{
"mcpServers": {
"armor-crypto": {
"command": "npx",
"args": ["-y", "armor-crypto-mcp"],
"env": {
"ARMOR_API_KEY": "YOUR_API_KEY"
}
}
}
}
```
## Links
- **GitHub**: https://github.com/armorwallet/armor-crypto-mcp
- **Website**: https://armorwallet.com
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.