CursorClaudeVS CodeChatGPT

IronWalletfor AI agents

A self-custody hot wallet for popular AI Agents like Cursor and Claude Code, running locally on your computer. Check balances, send crypto and swap assets in plain language.

You control your fundsDedicated hot walletSeeds never in chat
Cursor / Claude Code / AI Agent — ironwallet mcp
AI
Done
“Swap $500 of ETH when the price reaches $2,300.”
AI
Bought 0.217 ETH
execute_swap
IronWallet MCP
IT’S SAFE

AI Agent does not see your seed phrase. Recovery phrases stay encrypted on disk and never pass through the agent

Stop clicking through your wallet for every task

Before
Open wallet
Find the token
Paste the address
Enter the amount
Confirm and wait
Repeat
After
Ask: “Send 10 USDT to this address”
AI agent
IronWallet MCP
Local signing
Blockchain
1
sentence
0
screens to click through
12
networks reachable
BTCBitcoin
TRONTRON
SOLSolana
ETHEthereum
ARBArbitrum
BSCBSC
POLPolygon
TONTON
AVAXAvalanche
OPOptimism
BASEBase
XRPXRP

Popular prompts

After install, paste one of these into the agent.

“Swap $500 of ETH when the price reaches $2,300.”
execute_swap
“Swap 0.01 ETH to USDC on Base”
execute_swap
“Send 100 USDT to my employments wallets..”
send_transfer
“What’s my USDT balance on Ethereum?”
get_balance
Security

It is safe. AI Agent does not see your seed phrase

AI can use wallet tools without ever receiving your seed phrase. It stays locally on your device

Keys encrypted at rest
Seeds never enter chat
AI Agent does not see your seed phrase
Important

Don’t give your agent your main wallet

This is a hot wallet with no per-transaction confirmation UI. If you tell the agent to send or swap, it moves funds. Create a small dedicated wallet, fund it with an amount you’re comfortable using, and connect that one

Main walletDon’t import
Dedicated AI walletRecommended

Quick install

Only for desktop

Install once. After that, the wallet tools are available in every chat

IronWallet MCPCursorMost recommended
IronWallet MCPClaude Code
IronWallet MCPVisual Studio CodeVS Code
IronWallet MCPChatGPT
Other clients

Most recommended

Works well with free version, easy install, best experience

Opens Cursor and adds the local MCP. Reload so npx is on PATH. First start can take ~30s. You can also paste this into ~/.cursor/mcp.json.

1{
2  "mcpServers": {
3    "ironwallet": {
4      "command": "npx",
5      "args": ["-y", "@ironwallet/mcp-server"]
6    }
7  }
8}

Requires higher expert level

Works well with Code mode, Chat mode is very limited

Run these commands in order, then open a new chat so the MCP tools are available.

1claude plugin marketplace add ironwallet/ironwallet-agent-kit
2claude plugin install ironwallet-mcp@ironwallet

Highest expert level

Requires additional plugins with paid version of AI models

Add to your VS Code MCP settings.

1{
2  "mcp": {
3    "servers": {
4      "ironwallet": {
5        "type": "stdio",
6        "command": "npx",
7        "args": ["-y", "@ironwallet/mcp-server"]
8      }
9    }
10  }
11}

Easy setup - requires Codex

Free version is very limited, paid version works better

Run these commands in order, then reload so the MCP tools are available.

1codex plugin marketplace add ironwallet/ironwallet-agent-kit
2codex plugin add ironwallet-mcp@ironwallet

Use the stdio transport. Point your client to:

1{
2  "mcpServers": {
3    "ironwallet": {
4      "command": "npx",
5      "args": ["-y", "@ironwallet/mcp-server"]
6    }
7  }
8}
Learn details

Tools. Nothing else exposed

Learn details

The full surface your agent can reach — grouped the way you’d use it. IronWallet backends see signed transactions and swap payloads, not the seed.

Full schemas live in the GitHub.

Wallet6 tools
ToolTypeDescription
list_wallets
Names, addresses, and policy
accept_mcp_consent
Record chat acceptance of the MCP disclaimer
create_wallets
New wallets; returns a browser backup_url
open_wallet_manager
Local browser UI to import / create / back up / delete
set_wallet_policy
Replace per-wallet limits (readOnly, maxPerTxUsd, allow-list)
get_deposit_qr
PNG QR (try chat; else local qr_url)
Transfers5 tools
ToolTypeDescription
get_balance
Native or token balance
get_transaction_history
Recent txs from public explorers (paged)
estimate_transfer
Fee estimate, no broadcast
send_transfer
signsSign locally and send
get_operation_status
Poll a transfer
Swaps5 tools
ToolTypeDescription
list_swap_networks
Networks available for swap
list_swap_assets
Sell / buy catalog
estimate_swap
Quote (may expire)
execute_swap
signsFresh quote → sign → swap
get_swap_status
Poll a swap
Runtime2 tools
ToolTypeDescription
get_runtime_info
Running version vs published npm package
prepare_update
Stage the npm update for the next restart

Supported clients

Learn details
Client
How to connect
IronWallet MCPCursor
Add to~/.cursor/mcp.jsonorCursor)
IronWallet MCPClaude Code
claude plugin marketplace add ironwallet/ironwallet-agent-kit
claude plugin install ironwallet-mcp@ironwallet
orOpen in Claude Code)
IronWallet MCPVS Code
Add toMCP settingsorOpen in VS Code)
IronWallet MCPChatGPT
codex plugin add ironwallet-mcp@ironwalletorOpen in ChatGPT)

Questions,
answered.

IronWallet MCP connects your IronWallet to AI assistants, allowing you to interact with your crypto wallet using natural language.

You can ask an AI to check your balance, view your assets, execute transactions including swaps, and interact with your wallet — while keeping control of your keys and funds.

MCP (Model Context Protocol) is an open standard that allows AI assistants to connect to external tools and data.

Think of it as a bridge between an AI assistant and your IronWallet. The AI can request information or actions without getting access to your private keys or seed phrase.

No. IronWallet MCP is non-custodial.

The MCP server runs as a hot wallet on your computer. Your private keys stay under your control, and your funds are not held by IronWallet or the AI, the seed phrase is stored in a secure storage of your PC.

No.

Your seed phrase and private keys are never shared with the AI. They stay on your computer and are encrypted when stored.

Yes, that is the idea, it can do everything your wallet can do, with the exception of buying or selling crypto for fiat.

This depends on how you will set up your AI assistant. You can tell it to confirm each transaction, but by default it will execute your command immediately.

The MCP server is a self-custody wallet running on your computer and is seed-compatible with the IronWallet app.

Your private keys stay on your computer and are encrypted when stored. The MCP server uses them locally to sign transactions — they are never shared with the AI.

Optional security limits are also available in the keystore, including read-only mode, maximum transaction amounts, and recipient allow-lists. These controls are off by default.

No. You don’t need any coding experience.

IronWallet MCP is designed to let you interact with your wallet using natural language. Connect it to a supported AI assistant, then simply tell it what you want to do.