MCP.so
ログイン
M

Mantrachain Mcp

@allthatjazzleo

Mantrachain Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

allthatjazzleo

投稿者

Leo Pang

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mantrachain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mantrachain-mcp@latest"
      ],
      "env": {
        "MNEMONIC": "YOUR_MNEMONIC",
        "CUSTOM_NETWORKS": "{\"rpcEndpoint\":\"https://my-rpc-endpoint.example.com\",\"chainId\":\"my-chain-1\",\"prefix\":\"mychain\",\"denom\":\"utoken\",\"gasPrice\":\"0.01\",\"isMainnet\":false,\"displayDenom\":\"token\",\"displayDenomExponent\":6,\"explorerUrl\":\"https://explorer.example.com\"}"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

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