Immutable X

Immutable X MCP Connector for Claude

A+

Interact with the Immutable blockchain — list activities, manage NFT collections, mint assets, and handle orderbook listings directly from your AI agent.

17 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Immutable developer account to any AI agent to manage Web3 gaming assets and on-chain data through natural conversation.

What you can do

  • Activities & Events — Retrieve on-chain events like mints, transfers, and sales using list_activities and get_activity.
  • NFT Collections — Explore and manage NFT collections with list_collections, get_collection, and refresh_collection_metadata.
  • Asset Management — Query individual NFTs with get_nft or list_nfts, and even mint new assets using mint_nfts.
  • Orderbook Operations — Interact with the marketplace by listing items (create_listing), placing bids (create_bid), or fulfilling orders (fulfill_order).
  • Mint Tracking — Monitor the status of minting operations with list_mint_requests.

How it works

  1. Subscribe to this server
  2. Enter your Immutable Secret Key and Access Token
  3. Start managing your blockchain assets from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — quickly check on-chain data or trigger mints without leaving the code editor
  • Game Studios — manage in-game asset collections and monitor marketplace activity
  • Crypto Analysts — query NFT metadata and activity logs for research and reporting
nftweb3immutable-xblockchain-gamingsmart-contracts

17 tools expose this connector's capabilities to your AI agent.

create_bid

Create an orderbook bid

create_listing

Create an orderbook listing

fulfill_order

Fulfill an orderbook order

get_activity

Get a specific activity by ID

get_collection

Get collection details by contract address

get_nft

Get NFT details by token ID

get_passport_profile

Get Passport user profile (requires Access Token)

get_token

Get ERC20 token by contract address

list_activities

List all activities on an Immutable chain

list_collections

List all NFT collections

list_listings

List all orderbook listings

list_mint_requests

List mint requests for a collection

list_nfts

List all NFTs

list_tokens

List ERC20 tokens

mint_nfts

Mint NFTs (requires Secret API Key)

refresh_collection_metadata

Refresh metadata for a collection

update_passport_username

Update Passport username (requires Access Token)

See how to talk to your AI agent using Immutable X.

List all NFT collections on the imtbl-zkevm-mainnet chain.

I've retrieved the collections for imtbl-zkevm-mainnet. You have access to several active collections, including 'Guild of Guardians' and 'Gods Unchained'. Which one would you like to inspect?

Show me the details for NFT token ID 123 in collection 0xabc123... on imtbl-zkevm-mainnet.

Fetching NFT details... Token #123 is a 'Legendary Sword' with metadata including 'Damage: 50' and 'Rarity: Mythic'. It is currently owned by address 0x789... and is not listed for sale.

List the latest activities on the imtbl-zkevm-mainnet chain.

I've found 10 recent activities. These include 4 mints, 3 transfers, and 3 sale events. Would you like me to provide details for the most recent sale (ID: act_987...)?

Yes, you can use the `mint_nfts` tool. Note that this requires your Immutable Secret API Key to be configured in the environment variables.

Related Connectors