Skip to main content
Glama

Monad MCP Server

by lispking

send-mon-transaction

Initiate MON token transfers on the Monad testnet by specifying recipient addresses and transaction amounts using this MCP server tool.

Instructions

Send MON transaction on Monad testnet

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of MON to send
toYesRecipient address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of MON to send", "type": "string" }, "to": { "description": "Recipient address", "type": "string" } }, "required": [ "to", "amount" ], "type": "object" }

Other Tools from Monad MCP Server

Related Tools

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/lispking/monad-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server