MultiversX

MultiversX

MCP Server for MultiversX.

2.2K

14 Tools

Packaged by
Requires Configuration
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
create-sft-nft-mesdt-tokensCreate a transaction to issue a semi-fungible token (SFT), or a non-fungible token (NFT), or a MetaESDT token for a collection and send it. Please also specify the initial quantity and the royalties.
create-walletCreate a new wallet and save it as a PEM file. PEM file ARE NOT SECURE. If a wallet already exists, will abort operation.
get-balance-of-addressGet the balance for a MultiversX address
get-networkGet the network set in the environment config
get-tokens-of-addressGet the tokens of an address. Returns the first 25 fungible tokens and the first 25 NFTs, SFTs and MetaESDT. To get more tokens, specify the number of tokens you want to get. Will return the specified number of fungible tokens and the same number of non-fungible. The returned list will contain twice the number of tokens specified, if tokens are available.
get-wallet-addressGet the bech32 address of the wallet set in the environment config
issue-fungible-tokenCreate a transaction to issue a fungible token and send it. Will issue the token with the specified arguments. All the properties will be set to true.
issue-meta-esdt-collectionCreate a transaction to issue a MetaESDT token collection (MESDT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
issue-nft-collectionCreate a transaction to issue a non-fungible token collection (NFT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
issue-semi-fungible-collectionCreate a transaction to issue a semi-fungible collection (SFT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
send-egldCreate a move balance transaction and send it. Will send EGLD using the wallet set in the env to the specified receiver.
send-egld-to-multiple-receiversCreate move balance transactions and send them. Will send EGLD using the wallet set in the env to each specified receiver.
send-fungible-tokensCreate a fungible token transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.
send-sft-nft-meta-tokensCreate a nft, sft or meta esdt transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.

Manual installation

You can install the MCP server using:

Installation for

Related servers