MCP.so
ログイン

概要

What is Mantrachain Mcp?

The Mantrachain Mcp server is an MCP server that interfaces with the MantraChain (Cosmos SDK) blockchain, enabling token transfers, staking, queries, and more via the MCP protocol.

How to use Mantrachain Mcp?

Configure the server by setting the MNEMONIC environment variable and optionally CUSTOM_NETWORKS. Run it using npx -y mantrachain-mcp@latest or locally with node, then add the configuration to your MCP client’s config file under mcpServers.

Key features of Mantrachain Mcp

  • Send tokens and query account balances
  • Delegate, undelegate, and claim staking rewards
  • Retrieve validator and delegation information
  • Sign and broadcast arbitrary transactions
  • Perform IBC transfers and smart contract operations
  • Execute DEX swaps with slippage protection

Use cases of Mantrachain Mcp

  • Send tokens to another address on MantraChain
  • Stake and manage delegations to validators
  • Query on-chain data like balances and validators
  • Execute custom transactions and network queries
  • Swap tokens via the DEX with simulated routes

FAQ from Mantrachain Mcp

How do I configure the mnemonic wallet?

Set the MNEMONIC environment variable with your seed phrase. This is required.

What networks are available?

You can choose between Dukong testnet and Mainnet, or define a custom network via the CUSTOM_NETWORKS JSON environment variable.

How do I run the MCP server?

Run it with npx -y mantrachain-mcp@latest (global install) or point a Node.js runner to the local build/index.js file.

What tools does the server expose?

It offers over 15 tools covering bank, staking, IBC, smart contracts, DEX, network queries, and generic transaction signing.

Can I use a custom RPC endpoint?

Yes, provide a custom network configuration as a JSON string in the `CUSTOM_NETWORKS

タグ

「その他」の他のコンテンツ