Monad MCP Server

by lispking

deploy-mon-contract

Deploy smart contracts on the Monad testnet by providing contract bytecode, ABI, and constructor arguments. Ideal for testing and development on the Monad MCP Server.

Instructions

Deploy a smart contract on Monad testnet

Input Schema

NameRequiredDescriptionDefault
abiYesContract ABI
bytecodeYesContract bytecode
constructorArgsNoConstructor arguments

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "abi": { "description": "Contract ABI", "type": "string" }, "bytecode": { "description": "Contract bytecode", "type": "string" }, "constructorArgs": { "description": "Constructor arguments", "type": "array" } }, "required": [ "bytecode", "abi" ], "type": "object" }

You must be authenticated.

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