A Model Context Protocol (MCP) server for interacting with MantraChain (Cosmos SDK) blockchain. This server provides tools for sending tokens, delegating to validators, querying balances, and more using the MCP protocol.
Send tokens to another address.
Get balance of an address (defaults to your own address if none provided).
Delegate/Stake tokens to a validator.
Undelegate/Unstake tokens from a validator.
Claim rewards for a specific validator.
Get all validators.
Get current staking information for an address.
Get all available rewards for an address.
Get current account information.
Get block information.
Execute a generic network query against chain APIs.
Send tokens via IBC transfer.
Query a smart contract by executing a read-only function.
Execute a function on a smart contract that changes state.
Get all available liquidity pools from the DEX.
Find available swap routes between two tokens.
Simulate a token swap to get expected outcome without executing it.
Execute a token swap on the DEX with slippage protection.
Sign and broadcast a generic transaction.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!