MCP Servers / development / Monad MCP Server

Monad MCP Server

JSON →
httpnone1development

Interact with the Monad testnet, query blockchain data, and engage with the CoinflipGame smart contract.

Install
How to run this server
[ { "cmd": "npx tsc`", "imports": [] } ]
server path: monad-mcp-server
Tools
What this server exposes
get-mon-balance
Check the MON balance for a Monad testnet address.
get-token-balance
Check the balance of a specific ERC-20 token for an address.
get-transaction-details
Retrieve detailed information about a transaction by its hash.
get-gas-price
Get the current gas price on the Monad testnet.
get-latest-block
Fetch information about the latest block on the Monad testnet.
get-multiple-balances
Check balances for multiple tokens for an address.
send-mon
Send MON tokens to a specified address on the Monad testnet.
send-token
Send ERC-20 tokens to a specified address from a token contract.
play-coinflip
Play a coinflip game by betting MON on Heads or Tails (minimum bet: 0.01 MON).
get-coinflip-history
View the history of coinflip games for an address, including wins, losses, and profit.
stake-aprmon
Stake your MON tokens in the Apriori staking platform.
unstake-aprmon
Unstake all your MON tokens from the Apriori platform.
claim-aprmon
Claim pending unstaked MON tokens.
swap
Integrated Uniswap V2 swap feature for Monad Testnet network.
Configuration
Environment & auth
authnone
envPRIVATE_KEY
Resources
Monad MCP Server — MCP Server · libregistry