iota-agent-mcp
Allows AI agents to interact with the IOTA blockchain, including wallet management, transaction signing, Move smart contract development, and on-chain queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iota-agent-mcpget the current IOTA price"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
iota-agent-mcp
MCP Server for the IOTA blockchain — enables AI coding agents (Claude Code, Cursor, VS Code Copilot, ChatGPT) to interact with IOTA directly.
Built in response to iotaledger/iota-rust-sdk#986.
Tools (16 total)
Wallet
Tool | Description |
| Get current wallet address |
| Check IOTA balance |
| List all wallet accounts |
| View pending tx approvals |
| Approve pending transaction |
| Reject pending transaction |
| Switch mainnet/testnet/devnet |
| Sign & execute transaction |
CLI / Move Dev
Tool | Description |
| Run any |
| Build a Move package |
| Run Move unit tests |
| Run tests + coverage report |
| Build publish tx (unsigned) |
On-chain Query
Tool | Description |
| Fetch object by ID |
| List objects by owner |
| Get coin objects for address |
| Fetch transaction by digest |
| Get coin type metadata |
| Get Move package ABIs |
| Resolve IOTA Name Service |
| Current IOTA price (CoinGecko) |
| Raw GraphQL query |
| Epoch, checkpoint, network stats |
| Decompile Move module |
Related MCP server: iota-agent-mcp
Setup
npm install -g iota-agent-mcpAdd to your Claude/Cursor MCP config:
{
"mcpServers": {
"iota": {
"command": "iota-mcp",
"env": {
"IOTA_RPC_URL": "https://api.mainnet.iota.cafe",
"IOTA_WALLET_SERVER": "http://localhost:3847"
}
}
}
}Environment Variables
Variable | Default | Description |
|
| IOTA JSON-RPC endpoint |
|
| IOTA GraphQL endpoint |
|
| Local agent wallet server |
Networks
Network | RPC |
Mainnet |
|
Testnet |
|
Devnet |
|
Build from source
git clone https://github.com/dearsealx-blip/iota-agent-mcp
cd iota-agent-mcp
npm install
npm run build
node dist/index.jsRelated
iota-agent-skills — OpenClaw skills for IOTA development
sui-mcp — Original Sui MCP server (inspiration)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dearsealx-blip/iota-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server