n8n

Integrate the Armor SDK into n8n and unlock AI powered crypto investing.

Setup n8n

Here is how to setup n8n either locally or hosted

If you don't have n8n installed please follow one of these tutorials to get it working in your environment .

1. Signup for n8n so you can get an API Key

2. Choose how you want to setup n8n

  • Hosted by n8n (paid)

  • Use a 3rd party service like railway or digital ocean (paid)

  • Setup locally on your computer (free)

3. Confirm prerequisites

Make sure you have these packages installed

brew install uv

4. Install n8n locally

Open terminal

npm install n8n

Make sure you have NodeJS version 18, 20 or 22

5. Run n8n

n8n start

Download Armor MCP

Using pip or git, download Armor MCP

1a. Downloading Armor MCP with pip

pip install armor-crypto-mcp

1b. Downloading Armor MCP with git

git clone https://github.com/armorwallet/armor-crypto-mcp

Add n8n MCP Node

n8n need the MCP community node in order to work with MCPs. Install it here

Add the Armor MCP to n8n

Using the n8n MCP node, configure the Armor MCP

Add an Agent

Adding an AI Agent and chat IO to your n8n project

Add Your LLM

Choose and connect the LLM of your choice

Start using Armor

Now you can start testing prompts and intergrating Armors' funcitonality to your Agents or workflows!

Last updated