Mantrachain Mcp
@allthatjazzleo
About Mantrachain Mcp
No overview available yet
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments