Armor Crypto MCP
About
Enables direct blockchain operations, crypto trading, and wallet management through the Armor Wallet API with JWT authentication and detailed logging for portfolio monitoring and trading strategy execution.
Details
- Author
- armorwallet
- Repository
- armorwallet/armor-crypto-mcp
- GitHub stars
- 168
- Downloads
- 616
- License
- GNU General Public License v3.0
- Categories
- Developer Tools, Other, Finance, Design, AI, API, Infrastructure, Frontend, Security
Jump to
🧠 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 />
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Armor Crypto MCPCommand (node, npx, python, etc.)uvxArguments-
Argument 1
armor-crypto-mcp@latest -
Argument 2
--version
Environment-
ARMOR_API_KEY
<PUT-YOUR-KEY-HERE>
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
<br />
Linux / Windows
pip install uv
Mac
brew install uv
<br />
Currently you need to have the Armor NFT to get an API Key.
Get it here
To use the Armor MCP with your agent, you need the following configuration, replace <PUT-YOUR-KEY-HERE> with your API key:
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uvx",
"args": ["armor-crypto-mcp@latest", "--version"],
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
}
}
}
}
<br />
<br />
<br />
<br />
<br />
<br />
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"armor crypto mcp": {
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
},
"args": [
"armor-crypto-mcp@latest",
"--version"
],
"command": "uvx"
}
}
}
Linux
{
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
},
"args": [
"armor-crypto-mcp@latest",
"--version"
],
"command": "uvx"
}
Macos
{
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
},
"args": [
"armor-crypto-mcp@latest",
"--version"
],
"command": "uvx"
}
Windows
{
"env": {
"ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
},
"args": [
"armor-crypto-mcp@latest",
"--version"
],
"command": "uvx"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





