iota-agent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IOTA_RPC_URL | No | IOTA JSON-RPC endpoint | https://api.mainnet.iota.cafe |
| IOTA_GRAPHQL_URL | No | IOTA GraphQL endpoint | https://graphql.mainnet.iota.cafe |
| IOTA_WALLET_SERVER | No | Local agent wallet server | http://localhost:3847 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| iota_wallet_addressB | Get the current IOTA Agent Wallet address |
| iota_wallet_balanceA | Get IOTA balance of the current wallet |
| iota_wallet_accountsA | List all accounts in the IOTA Agent Wallet |
| iota_wallet_pendingA | Get pending transactions awaiting approval |
| iota_wallet_approveC | Approve a pending transaction |
| iota_wallet_rejectA | Reject a pending transaction |
| iota_wallet_switch_networkB | Switch wallet network |
| iota_wallet_sign_executeC | Sign and execute a transaction (base64 tx bytes) |
| iota_cliB | Run any IOTA CLI command (e.g. 'client gas', 'client objects', 'client ptb ...') |
| move_buildB | Build a Move package on IOTA |
| move_testC | Run Move unit tests |
| move_test_coverageB | Run Move tests and generate coverage report |
| move_publish_unsignedA | Build and create an unsigned publish transaction (safe — does not execute) |
| iota_objectB | Fetch details of an IOTA object by ID |
| iota_objects_by_ownerB | List all objects owned by an address |
| iota_get_coinsA | Get all coin objects for an address (IOTA or any token) |
| iota_transactionB | Fetch a transaction by digest |
| iota_coin_metadataB | Get metadata for a coin type |
| iota_package_infoA | Fetch Move package info, modules, and ABIs |
| iota_resolve_nameA | Resolve an IOTA Name Service (IOTA NS) name to address |
| iota_get_priceA | Get current IOTA token price via CoinGecko |
| iota_graphql_queryB | Run a raw GraphQL query against the IOTA GraphQL endpoint |
| iota_epoch_infoA | Get current epoch, checkpoint, and network stats |
| iota_decompileB | Decompile Move bytecode from a published package module |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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