Mantrachain Mcp
@allthatjazzleo
About Mantrachain Mcp
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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\"}"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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
Frequently asked questions
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
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments