A Model Context Protocol (MCP) server for interacting with MantraChain (Cosmos SDK) blockchain. This server provides tools for sending tokens, delegating to validators, querying balances, and more using the MCP protocol.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Send tokens to another address (supports multiple coins per transaction).
Get balance of an address (defaults to your own address if none provided).
Get native token (OM) balance for an EVM address.
Get ERC20 token balance for an address.
Get ERC721 NFT count for an address from a collection.
Get ERC1155 token balance for a specific token ID.
Get EVM address derived from mnemonic.
Delegate/Stake tokens to a validator.
Undelegate/Unstake tokens from a validator.
Claim rewards for a specific validator.
Get all validators.
Get current staking information for an address.
Get all available rewards for an address.
Get current account information.
Get block information from Cosmos (cometbft) RPC.
Get block information from EVM RPC.
Execute a generic network query against chain APIs.
Send tokens via IBC transfer.
Query a CosmWasm smart contract (read-only).
Execute a function on a CosmWasm contract (state-changing).
Read data from an EVM contract (view/pure function).
Write data to an EVM contract (state-changing function).
Deploy a new EVM contract.
Check if an address is a contract or EOA.
Get all available liquidity pools from the DEX.
Find available swap routes between two tokens.
Simulate a token swap to get expected outcome without executing it.
Execute a token swap on the DEX with slippage protection.
Sign and broadcast a generic Cosmos transaction.
Get detailed information about a specific EVM transaction by hash.
Get EVM transaction receipt by hash.
Estimate gas cost for a transaction.
Transfer native tokens (OM) via EVM.
Transfer ERC20 tokens to another address.
Approve another address to spend your ERC20 tokens.
Transfer an ERC721 NFT to another address.
Transfer ERC1155 tokens to another address.
Transfer ERC20 tokens to an address.