
cryptopanic-mcp-server: Real-Time Crypto News MCP Server
cryptopanic-mcp-server is an MCP server that delivers real-time cryptocurrency news to AI assistants and agents, leveraging the CryptoPanic API. It empowers AI ...
Armor Crypto MCP is a backend server enabling AI agents to automate crypto wallet management, swaps, transfers, trading strategies, and staking across multiple blockchains.
Armor Crypto MCP is a Model Context Protocol (MCP) server designed to bridge AI agents with the crypto ecosystem. It acts as a unified backend for tasks like wallet creation and management, swaps, transfers, event-based trades (such as DCA, stop loss, and take profit), and more. With support for Solana in its Alpha version and planned support for over a dozen blockchains (including Ethereum, Avalanche, Bitcoin, and others), Armor Crypto MCP enables AI-powered agents to interact seamlessly with multiple blockchains through standardized logic and a suite of tools. This empowers developers to integrate blockchain operations—such as asset transfers, swaps, staking, and strategic trading—directly into their AI workflows, making blockchain automation and analytics more accessible.
Prerequisites: Ensure Python and uv
are installed (pip install uv
or brew install uv
on Mac).
Locate Configuration: Open Windsurf’s configuration file (usually windsurf.json
or equivalent).
Add Armor Crypto MCP: Insert the server to the mcpServers
object:
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uv",
"args": ["run", "-m", "armor_crypto_mcp"]
}
}
}
Save and Restart: Save the configuration and restart Windsurf.
Verify: Confirm Armor Crypto MCP is available in the MCP server list.
Prerequisites: Install Python and uv
.
Locate Configuration: Open Claude’s MCP configuration file.
Add Armor Crypto MCP:
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uv",
"args": ["run", "-m", "armor_crypto_mcp"]
}
}
}
Save and Restart: Save and restart Claude.
Verify: Ensure the server is registered as an MCP.
Prerequisites: Python and uv
installed.
Edit Configuration: Update Cursor’s config to include the MCP server.
Insert MCP Server JSON:
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uv",
"args": ["run", "-m", "armor_crypto_mcp"]
}
}
}
Restart Cursor: Apply changes.
Check Status: Confirm Armor Crypto MCP is active.
Prerequisites: Python and uv
installed.
Find Configuration File: Open the config file for Cline agent.
Add Armor Crypto MCP:
{
"mcpServers": {
"armor-crypto-mcp": {
"command": "uv",
"args": ["run", "-m", "armor_crypto_mcp"]
}
}
}
Save Config and Restart: Restart Cline.
Verify Setup: Armor Crypto MCP should appear as a tool.
Securing API Keys:
For any blockchain or API credentials, use environment variables. Example:
{
"env": {
"SOLANA_API_KEY": "your_key_here"
},
"inputs": {
"solanaNetwork": "mainnet-beta"
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"armor-crypto-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “armor-crypto-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview and features found in README.md |
List of Prompts | ⛔ | No explicit prompt templates documented |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ✅ | Wallet, swaps, transfers, strategic trades, etc. |
Securing API Keys | ✅ | Env var usage recommended in setup instructions |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, Armor Crypto MCP provides strong coverage of core blockchain-AI integration use cases and has a clear setup and toolset, but lacks documented prompt templates and explicit resource definitions.
Armor Crypto MCP is robust for AI-crypto integration, particularly in wallet management and trading automation. However, the absence of prompt templates and explicit resource documentation slightly limits its out-of-the-box usability for standardized LLM workflows.
Has a LICENSE | ✅ (GPL-3.0) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 29 |
Number of Stars | 158 |
MCP Rating:
Given that it covers core tools and setup but lacks prompts/resources, I would rate this MCP server a 6/10 for generality, utility, and documentation. It is strong for developers needing blockchain automation, but less so for plug-and-play LLM prompt workflows.
Armor Crypto MCP is a Model Context Protocol server that enables AI agents to automate and manage crypto operations such as wallet creation, swaps, transfers, event-based trading, staking, and analytics, across multiple blockchains from a unified backend.
The Alpha version supports Solana, with plans to add Ethereum, Avalanche, Bitcoin, and over a dozen others.
It offers wallet management, swaps, transfers, specialized trades (like DCA, stop loss, and take profit), staking, and social sentiment analytics for crypto operations.
Always use environment variables for API keys and sensitive data in your configuration files to help prevent unauthorized access.
Yes! Add the MCP component to your FlowHunt flow, configure the server connection, and your AI agent will gain access to all supported crypto automation features.
Unified wallet management, automated token swaps, event-driven trading strategies, cross-chain asset transfers, and automated staking/yield optimization—all accessible to AI agents.
Integrate advanced crypto automation into your AI workflows with Armor Crypto MCP. Simplify wallet management, execute trades, and unlock cross-chain analytics—all from FlowHunt.
cryptopanic-mcp-server is an MCP server that delivers real-time cryptocurrency news to AI assistants and agents, leveraging the CryptoPanic API. It empowers AI ...
The agent-kit-mcp-server bridges AI assistants and the Solana blockchain, enabling AI-powered workflows for developers by providing structured access to on-chai...
The Algorand MCP Server bridges AI assistants and developers with the Algorand blockchain, supporting data queries, smart contract interactions, and transaction...