Early Access Armor API key

This will show you a step by step process of getting your Armor Codex NFT and then your Armor API key.

The Process

  1. Receive an access code

  2. Open Armor Telegram bot (@ArmorWalletBot)

  3. Activate MCP and paste access to receive your API key

1. Buy an Armor Codex NFT

The Armor Codex NFT gives you early access to the Armor Wallet products and developer tools. Got to codex.armorwallet.ai PLEASE CHECK THE URL. To better understand the role of the Code NFT in the Armor ecosystem read this. The Codex costs 0.1 ETH and the price covers the expenses for our infrastructure for developers. The NFT is on the Base blockchain.

2. Stake Your Armor Codex NFT

Once you have your Codex NFT in your wallet you can stake it.

Not staked
Staked NFT

Wallets that are supported are MetaMask, Rainbow, Wallet Connect, Phantom and Coinbase.

3. Armor Telegram Bot

Once you have your Access Code, you can go to the Armor telegram bot by searching for ArmorWalletBot

In the Menu choose /mcp and then you can paste your code.

4. Using the API key in your development

Once you have your API key typically you will use it in the standard MCP intergration sripte like below.

{
  "mcpServers": {
    "armor-crypto-mcp": {
      "command": "uvx",
      "args": ["armor-crypto-mcp@latest", "--version"],
      "env": {
        "ARMOR_API_KEY": "<PUT-YOUR-KEY-HERE>"
      }
    }
  }
}

Now you are ready to develop using the Armor MCP

Last updated