Armor Crypto MCP
An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
armorwallet
Tools
create_groups
Create new wallet groups. Expects a list of group names.
get_wallet_token_balance
Get the balance for a list of wallet/token pairs. Expects a list of dictionaries each with 'wallet' and 'token' keys.
conversion_api
Perform token conversion. Expects a list of conversion requests with keys: input_amount, input_token, output_token.
swap_quote
Retrieve a swap quote. Expects a list of swap quote requests.
swap_transaction
Execute a swap transaction. Expects a list of swap transaction requests.
get_token_details
Retrieve token details. Expects a list of token details requests with keys such as 'query' and 'include_details'.
list_groups
List all wallet groups.
list_single_group
Retrieve details for a single wallet group. Expects the group name as a parameter.
create_wallet
Create new wallets. Expects a list of wallet names.
archive_wallets
Archive wallets. Expects a list of wallet names.
unarchive_wallets
Unarchive wallets. Expects a list of wallet names.
add_wallets_to_group
Add wallets to a specified group. Expects the group name and a list of wallet names.
archive_wallet_group
Archive wallet groups. Expects a list of group names.
unarchive_wallet_group
Unarchive wallet groups. Expects a list of group names.
remove_wallets_from_group
Remove wallets from a specified group. Expects the group name and a list of wallet names.
get_user_wallets_and_groups_list
Retrieve the list of user wallets and wallet groups.
transfer_tokens
Transfer tokens from one wallet to another. Expects a list of transfer token requests with the necessary parameters.
create_dca_order
Create a DCA order. Expects a list of DCA order requests with required parameters.
list_dca_orders
List all DCA orders.
cancel_dca_order
Cancel a DCA order. Expects a list of cancel DCA order requests with the required order IDs.
README
Armor Crypto MCP
Alpha Test version 0.1.8
A single source for interating AI Agents with the Crypto ecosystem. This includes Wallet creatio and management, swaps, transfers, event based trades like DCA, stop loss and take profit and much more. The Armor MCP supports Solana in Alpha and when in beta will support more than a dozen blockchans including Ethereum. Base, Avalanche, Bitcoin, Sui, Berachain, megaETH, Optamism, Ton, BNB and Arbitrum among others. Using Armors' MCP you can bring all of crypto into your AI Agent with a unified logic and complete set of tools.
<br />
<br />
<br />
<br />
<br />
<br />
Features
🧠 AI Native
📙 Wallet Management
🔃 Swaps
🌈 Specialized trades (DCA, Stop Loss etc.)
⛓️ Multi-chain
↔️ Cross-chain transations
🥩 Staking
🤖 Fast intergration to Agentic frameworks
👫 Social Sentiment
🔮 Prediction
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
Installation
pip install armor-cryptp-mcp
<br /> <br /> <br /> <br /> <br /> <br />
Alpha Testing
We are currently in pre-alpha, and we are testing the capabilities of various agents and agentic frameworks like Claude Desktop, Cline, Cursor, n8n, etc.
Current Features & Tools
- Wallet Management
- Grouping & Organization
- Archiving
- Swap & Trades
- DCA
- Limit Orders
- Supports Solana blockchain
Coming Soon
- Staking
- Armor Agents as a Tool
- More Blockchain Support
MCP Setup
Currently you need to have the Armor NFT to get an API Key. Get it here
Installation
- Make sure you have python installed
- Install uv:
- For Mac: Run
brew install uv
in terminal - For Linux/Windows: Run
pip install uv
in terminal (command line interpreter)
- For Mac: Run
- Your agent software (Claude, etc.) will handle execution of the MCP server
Usage & Configuration
To use the Armor MCP with your agent, you need the following configuration:
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uvx",
"args": ["armor-crypto-mcp"],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}
}
}
<br /> <br /> <br /> <br /> <br /> <br />
Installation in Claude Desktop
- Must have Developer Mode enabled
- Open Claude Desktop's File Menu top left of the window.
- Go to File > Settings
- Under Developer, click Edit Configuration
- In the config file, insert the
armor-wallet-mcp
section from above - Make sure to replace the placeholder with your API key
- Save the file and start a new Chat in Claude Desktop
Installation in Cline
Coming soon
Installation for n8n
- Open the n8n app
- Bottom-left of screen click
...
next to your username and clickSettings
- On the left panel, click
Community nodes
and thenInstall a Community Node
button - In the search field for
npm Package Name
type in mcp - Install
MCP Nodes
- Add any MCP node, for example:
List Tools
- In the MCP Client
Parameters
tab, clickSelect Credential
and clickCreate new credential
- Under
Command
enteruvx
- Under
Arguments
enterarmor-crypto-mcp
- Under
Environments
enterARMOR_API_KEY=eyJhbGciOiJIUzI1NiIsIn...
paste the full API Key value after the=
- Back in the
Parameters
tab you can choose the MCPOperation
for that Node <br /> <br /> <br /> <br /> <br /> <br />
Using Armor MCP
Once you have setup the Armor MCP here are some prompts you can use to get started <br /> <br /> <br />
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.