MCP.so
ログイン

1. 概括

@Makia9879

1. 概括 について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

Makia9879

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ