MantraChain MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MNEMONIC | Yes | The mnemonic seed phrase for the wallet to use | |
| CUSTOM_NETWORKS | No | JSON string containing additional network configurations |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| 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-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-swapA | Execute a token swap on the DEX - must first check two tokens are available in the DEX pools by using |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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