IronWallet
Rank #16,436io.ironwallet/mcp-server
Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.
IronWallet is a Model Context Protocol (MCP) server published by ironwallet. It ranks #16,436 of 132,046 servers tracked on MCP Toplist. IronWallet is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 115,610 of 132,046 servers on MCP Toplist.
Use IronWallet
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ironwallet -e "IW_READ_ONLY=<your IW_READ_ONLY>" -- npx -y @ironwallet/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.ironwallet]
command = "npx"
args = ["-y", "@ironwallet/mcp-server"]
[mcp_servers.ironwallet.env]
IW_READ_ONLY = "<your IW_READ_ONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ironwallet": {
"command": "npx",
"args": [
"-y",
"@ironwallet/mcp-server"
],
"env": {
"IW_READ_ONLY": "<your IW_READ_ONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ironwallet": {
"command": "npx",
"args": [
"-y",
"@ironwallet/mcp-server"
],
"env": {
"IW_READ_ONLY": "<your IW_READ_ONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ironwallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ironwallet/mcp-server"
],
"env": {
"IW_READ_ONLY": "<your IW_READ_ONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ironwallet": {
"command": "npx",
"args": [
"-y",
"@ironwallet/mcp-server"
],
"env": {
"IW_READ_ONLY": "<your IW_READ_ONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ironwallet": {
"command": "npx",
"args": [
"-y",
"@ironwallet/mcp-server"
],
"env": {
"IW_READ_ONLY": "<your IW_READ_ONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.ironwallet%2Fmcp-server)<a href="https://mcptoplist.com/server/io.ironwallet%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.ironwallet%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ironwallet
Available versions (1)
| Version | Published |
|---|---|
| 1.2.1 | Sep 10, 2026 |
Frequently asked questions
- Who maintains IronWallet?
- IronWallet is maintained by ironwallet, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is IronWallet listed on the Official MCP Registry?
- Yes — IronWallet is listed on the Official MCP Registry, alongside Glama.
- How many versions does IronWallet have?
- MCP Toplist tracks 1 version of IronWallet, most recently published on Sep 10, 2026.
- Where can I find the source code for IronWallet?
- The source code for IronWallet is hosted at github.com/ironwallet/ironwallet-agent-kit.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.