Skip to main content
Glama
allthatjazzleo

MantraChain MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MNEMONICYesThe mnemonic seed phrase for the wallet to use
CUSTOM_NETWORKSNoJSON string containing additional network configurations

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
bank-sendC

Send tokens to another address. Supports sending multiple coins in one transaction.

get-balanceB

Get balance of an address (defaults to your own address if none provided)

delegateC

Delegate/Stake tokens to a validator

undelegateC

Undelegate/Unstake tokens from a validator

claim-rewardsC

Claim rewards for a specific validator

get-validatorsC

Get all validators

get-delegationsC

Get current staking information for an address

get-available-rewardsC

Get all available rewards for an address

get-account-infoC

Get current account information

get-block-infoC

Get block information

query-networkA

Execute a generic network gRPC Gateway query against chain APIs when you cannot find the required information from other tools. You MUST first check the available query/service by reading the openapi specification from the resource openapi://{networkName} to understand available query/service, methods, required parameters and body structure.

ibc-transferC

Send tokens via IBC transfer.

contract-queryB

Query a smart contract by executing a read-only function

contract-executeC

Execute a function on a smart contract that changes state

dex-get-poolsB

Get all available liquidity pools from the DEX

dex-find-routesA

Find available swap routes between two tokens - must first check two tokens are available in the DEX pools by using dex-get-pools

dex-simulate-swapA

Simulate a token swap to get expected outcome without executing it - must first check two tokens are available in the DEX pools by using dex-get-pools

dex-swapA

Execute a token swap on the DEX - must first check two tokens are available in the DEX pools by using dex-get-pools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
networks - show available networks where the key is the network name and value is network configuration including rpcEndpoint, chainId, prefix, denom, gasPrice, isMainnet, defaultNetwork, displayDenom, displayDenomExponent, explorerUrl

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/allthatjazzleo/mantrachain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server