monad-mcp-server-go
This document provides an overview and deployment instructions for a model context protocol server designed to facilitate quick transactions on meme trading platforms.
1. 概括
目前是基于浏览器模拟操作实现快速跳转到指定 meme 的交易页面,而且仅支持快速选中 0.5 MON
后执行交易。
之后我深入研究 RPC 调用,开发出可以更快速的执行交易功能,当前项目只能算打样。
2. 如何部署
需要环境安装
- go v1.24.0+
- 最新的 chrome 浏览器
- 程序默认端口
8080
不被占用
-
使用
go build -o monadmcpgo main.go
编译出二进制程序,或直接运行命令go run main.go
-
如果是选择编译二进制程序,请保证执行权限
chmod a+x monadmcpgo
-
直接执行二进制程序
./monadmcpgo
-
进入 mcp client 程序,设置 mcp-server 连接配置,例如:
{ "mcpServers": { "monad-mcp-server-go": { "name": "monad-mcp-server-go", "type": "sse", "description": "", "isActive": true, "baseUrl": "http://127.0.0.1:8080/sse" } } }
-
随意选择一个大模型连接设置好的 mcp-server 配置,例如:
-
先提示 AI:”我要 「打狗」“
-
接着大模型会调用 mcp-server 打开一个浏览器,在里面安装好钱包插件并切换到连接 dapp 的钱包
-
向 AI 发送任意 meme 合约地址,它会立即操作浏览器跳转到指定合约地址的交易界面,快速选中
0.5 MON
后发出交易 -
在钱包插件确认交易
-
结束
3. 挖坑
等我熟悉链上操作后会更新出可以快速链上交易的 mcp-server。有对 AI 做链上操作感兴趣或者有 AI 功能 idea 的朋友可以提 issue 留下你的 DC / twitter / TG,我会主动联系你 <3
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
mcp-server-weibo
by Selenium39
The Weibo MCP Server (TypeScript Version) is designed for scraping Weibo user information, feeds, and search functionality using the Model Context Protocol.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
browser-tools-mcp
by AgentDeskAI
BrowserTools MCP is a browser monitoring and interaction tool that enhances AI applications by capturing and analyzing browser data through a Chrome extension.