home / mcp / armor crypto mcp server
Repository created by GitHub Project Operator
Configuration
View docs{
"mcpServers": {
"emmathompson07-armor-crypto-mcp": {
"command": "uvx",
"args": [
"armor-crypto-mcp@latest",
"--version"
],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}
}
}Armor Crypto MCP enables you to connect AI agents to the Armor Crypto ecosystem, providing tools for wallet management, swaps, multi-chain operations, and automated trading features like DCA and stop-loss. It streamlines how your agent interacts with crypto assets across supported blockchains.
You use Armor Crypto MCP by running a local MCP server process and connecting your AI agent to it. The server exposes a stable interface you can query for wallet actions, token lookups, swaps, and automated trading workflows. Your agent can trigger actions such as creating wallets, performing token swaps, initiating cross‑chain transfers, and scheduling or activating DCA or stop‑loss orders. Ensure your agent includes the API key-based authentication flow so requests are authorized.
Prerequisites: ensure you have Python installed and you can install Python packages as needed. You also need a valid Armor API key to authenticate with the MCP.
Install the runtime tooling and start the Armor MCP server locally using the provided command and arguments.
{
"mcpServers": {
"armor_crypto_mcp": {
"command": "uvx",
"args": ["armor-crypto-mcp@latest", "--version"],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}
}
}Manage wallets, groups, and archiving to organize assets and access controls within Armor Crypto MCP.
Perform token swaps and manage swap workflows, including ordinary swaps and advanced order types.
Set up dollar-cost averaging strategies with place/list/cancel flows and scheduled orders.
Stake and unstake tokens across supported networks and monitor rewards.
Search for tokens and view trending assets across supported chains.
Apply strategies like stop loss and take profit through agent-driven workflows.
Interact with multiple blockchains from a unified API surface.
Fast integration hooks for using Armor MCP within agent frameworks.