Armor Crypto MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_armor_mcp_versionA | Get the current Armor Wallet version |
| wait_a_momentB | Wait for some short amount of time, no more than 10 seconds |
| get_current_timeA | Gets the current time and date |
| calculatorA | |
| get_wallet_token_balanceC | |
| calculate_token_conversionB | |
| swap_quoteC | |
| swap_transactionC | |
| get_all_walletsC | |
| get_all_ordersC | |
| search_official_token_addressA | |
| search_token_detailsA | |
| list_groupsB | |
| list_single_groupA | |
| create_walletB | |
| archive_walletsC | |
| unarchive_walletsB | |
| create_groupsB | |
| add_wallets_to_groupB | |
| archive_wallet_groupC | |
| unarchive_wallet_groupA | |
| remove_wallets_from_groupB | |
| transfer_tokensC | |
| create_dca_orderC | |
| list_dca_ordersB | |
| cancel_dca_orderD | |
| create_orderC | |
| cancel_orderB | |
| stake_quoteC | |
| unstake_quoteC | Retrieve an unstake quote. Expects a UnstakeQuoteRequestContainer, returns a SwapQuoteRequestContainer. |
| stake_transactionC | |
| unstake_transactionC | |
| get_top_trending_tokensB | |
| get_stake_balancesA | |
| rename_walletsB | |
| get_token_candle_dataC | Get candle data about any token for analysis. Expects a CandleStickRequest, returns a list of candle sticks. |
| send_key_to_telegramC | Send the mnemonic or private key to telegram. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| login_prompt | A sample prompt to ask the user for their access token after providing an email. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 37 tools
Most tools have distinct purposes, but `calculate_token_conversion` and `swap_quote` overlap somewhat, and `search_official_token_address` vs `search_token_details` could confuse without descriptions.
Naming follows a consistent verb_noun pattern (e.g., `create_order`, `get_all_wallets`), with only a few exceptions like `calculator` and `wait_a_moment`.
37 tools is high, covering wallets, orders, swaps, staking, and utilities. Some tools like `calculator`, `get_current_time`, and `wait_a_moment` seem tangential to the core crypto domain, making the set feel slightly bloated.
The tool set covers most CRUD operations for wallets and groups, order management (including DCA), swaps, staking, and token details. Missing wallet deletion and some advanced portfolio features, but core workflows are well covered.