iota-agent-mcp

iota-agent-mcp

MCP Server for the IOTA blockchain that enables AI coding agents to interact with IOTA directly.

Category
Visit Server

README

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
iota_wallet_address Get current wallet address
iota_wallet_balance Check IOTA balance
iota_wallet_accounts List all wallet accounts
iota_wallet_pending View pending tx approvals
iota_wallet_approve Approve pending transaction
iota_wallet_reject Reject pending transaction
iota_wallet_switch_network Switch mainnet/testnet/devnet
iota_wallet_sign_execute Sign & execute transaction

CLI / Move Dev

Tool Description
iota_cli Run any iota CLI command
move_build Build a Move package
move_test Run Move unit tests
move_test_coverage Run tests + coverage report
move_publish_unsigned Build publish tx (unsigned)

On-chain Query

Tool Description
iota_object Fetch object by ID
iota_objects_by_owner List objects by owner
iota_get_coins Get coin objects for address
iota_transaction Fetch transaction by digest
iota_coin_metadata Get coin type metadata
iota_package_info Get Move package ABIs
iota_resolve_name Resolve IOTA Name Service
iota_get_price Current IOTA price (CoinGecko)
iota_graphql_query Raw GraphQL query
iota_epoch_info Epoch, checkpoint, network stats
iota_decompile Decompile Move module

Setup

npm install -g iota-agent-mcp

Add 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_RPC_URL https://api.mainnet.iota.cafe IOTA JSON-RPC endpoint
IOTA_GRAPHQL_URL https://graphql.mainnet.iota.cafe IOTA GraphQL endpoint
IOTA_WALLET_SERVER http://localhost:3847 Local agent wallet server

Networks

Network RPC
Mainnet https://api.mainnet.iota.cafe
Testnet https://api.testnet.iota.cafe
Devnet https://api.devnet.iota.cafe

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.js

Related

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured