M

Mantra Chain MCP

Integration with the Mantra Chain blockchain.

59 views
0 installs
Updated Sep 9, 2025
Not audited
Integration with the Mantra Chain blockchain.
  1. Obtain Your MantraChain Wallet Mnemonic

    • If you already have a MantraChain (Cosmos SDK) wallet, locate your 12- or 24-word mnemonic (seed phrase). It’s usually provided when you first create the wallet.
    • If you do not have a wallet:
      1. Go to a Cosmos-based wallet app or CLI, such as Keplr Wallet or Cosmos CLI.
      2. Follow the instructions to create a new wallet/account.
      3. Backup the mnemonic phrase shown after wallet creation—this is required to use with MantraChain MCP Server.
  2. (Optional) Configure Custom Networks

    • If you need to connect to a non-default MantraChain network, prepare a JSON object describing your custom network configuration. An example (from README):
      {
        "my-custom-net": {
          "rpcEndpoint": "https://rpc.custom-network.io",
          "apiEndpoint": "https://api.custom-network.io",
          "chainId": "my-custom-net-1",
          "prefix": "custom",
          "denom": "ucustom",
          "gasPrice": "0.01",
          "isMainnet": false
        }
      }
      
  3. Add Your ENV Values in the FastMCP Connection Interface

    • In the FastMCP connection interface, click the Install Now button for MantraChain MCP server.
    • For the MNEMONIC field, enter your wallet’s mnemonic seed phrase (from Step 1).
    • For the CUSTOM_NETWORKS field (optional), enter the custom network JSON string if needed. Otherwise, you may leave this blank for default network usage.
  4. Save and Complete Installation

    • After filling in all required fields, confirm and save your configuration in FastMCP.

Security Note: Never share your mnemonic with others. Back it up securely, as it grants full control over your funds.

Quick Start

View on GitHub

More for Finance

View All →

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.