MCP.so
Sign In

1. 概括

@Makia9879

About 1. 概括

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

Makia9879

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "monad-mcp-server-go": {
      "type": "http",
      "url": "http://127.0.0.1:8080/sse"
    }
  }
}

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 monad-mcp-server-go?

monad-mcp-server-go is a browser-based simulation MCP server that automates jumping to a specified meme coin trading page and quickly selecting 0.5 MON to execute a trade. It is intended as a preliminary prototype; future versions will use direct RPC calls for faster on-chain execution.

How to use monad-mcp-server-go?

The server requires Go 1.24.0+, a recent Chrome browser, and port 8080 free. Compile with go build -o monadmcpgo main.go then run ./monadmcpgo. Configure your MCP client with an SSE connection to http://127.0.0.1:8080/sse. Instruct the AI to "打狗" (literally "hit the dog", a trigger phrase), then send any meme contract address; the AI will open a browser, install a wallet plugin, navigate to the trading page, pre-select 0.5 MON, and prompt the user to confirm the transaction in the wallet.

Key features of monad-mcp-server-go

  • Browser automation to open and control Chrome
  • Installs wallet plugin and connects to dApp
  • Navigates to any meme contract trading page
  • Pre-selects 0.5 MON for trade amount
  • Triggers transaction after wallet confirmation
  • Operates via SSE transport with MCP client

Use cases of monad-mcp-server-go

  • Quickly trade meme coins on Monad by providing a contract address
  • AI-assisted token trading with minimal manual steps
  • Prototyping on-chain trading automation via browser simulation

FAQ from monad-mcp-server-go

What does this server do?

It automatically opens a browser, installs a wallet, navigates to the specified meme token trading page, pre-selects 0.5 MON, and prepares a transaction for the user to confirm in their wallet.

What are the system requirements?

Go 1.24.0+, latest Chrome browser, and port 8080 must be free.

How do I start the server?

Compile with go build -o monadmcpgo main.go and run ./monadmcpgo, or directly run go run main.go.

How does the AI interact with the server?

The AI calls MCP tools to open the browser, install the wallet, and navigate to the contract. The user first says "打狗" to activate the process, then provides the contract address.

Is this production-ready?

No, the README describes it as a preliminary prototype. Future versions will use direct RPC calls for faster execution without browser simulation.

Comments

More Other MCP servers