armorwallet/armor-crypto-mcp
MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more.
Ads
Overview
MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more.
Installation
pip install uv
Configuration
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uvx",
"args": ["armor-crypto-mcp@latest", "--version"],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}Capabilities
- Create and manage Solana wallets
Generate new wallets, organize them into groups, and archive unused ones via wallet management tools.
- Execute token swaps
Perform normal swaps on Solana using the swap tool.
- Set up automated trading strategies
Place, list, and cancel DCA orders, limit orders, and scheduled trades.
- Stake and unstake tokens
Use staking tools to stake assets or withdraw staked positions.
- Discover trending tokens
Search for tokens and retrieve trending token data on Solana.
- Run statistical analysis
Apply the statistical calculator tool for accurate on-chain data analysis.
Tags
- defi
- evm
- crypto
- finance
- data-analysis
- awesome-list
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.