MegaChad MCP Server
OfficialMegaChad — 基于 MegaETH 的 MCP 服务器与销毁创造引擎
MegaChad 是一个基于 MegaETH 的 Model Context Protocol (MCP) 服务器和销毁创造颜值最大化引擎。它提供 20 个 MCP 工具,让 AI 代理能够在 MegaETH 实时区块链上与 DeFi、NFT、身份和跨链操作进行交互。
MCP 服务器
端点: https://megachad.xyz/api/mcp(Streamable HTTP)
连接任何兼容 MCP 的客户端(Claude Desktop、Cursor 等):
{
"mcpServers": {
"megachad": {
"url": "https://megachad.xyz/api/mcp"
}
}
}MCP 工具(20)
工具 | 描述 |
| 代币供应量、流通供应量、销毁次数 |
| 来自 Kumbaya DEX 的 $MEGACHAD 以 ETH 计价的价格 |
| ETH → $MEGACHAD 的交换报价,附带 calldata |
| 钱包余额、NFT 数量、销毁资格 |
| 完整的 MegaETH 代币投资组合(ETH、WETH、MEGACHAD、USDm) |
| 浏览带有 IPFS 图像的颜值最大化销毁 |
| 销毁者排行榜,包含声誉评分和 .mega 名称 |
| 将钱包或 .mega 名称解析为统一身份档案 |
| 颜值最大化 NFT 的 ERC-721 元数据 |
| 销毁要求和 x402 支付信息 |
| 完整交易计划:交换 → 销毁 → tren 基金 → 提交 |
| 从 10+ 条链到 MegaETH 的跨链计划 |
| 用于无 Gas 元交易销毁的 EIP-712 类型化数据 |
| 将资产转移到 MegaETH 的桥接选项 |
| ERC-8004 代理注册和声誉数据 |
| 注册为推荐代理(每次销毁赚取 11,250 $MEGACHAD) |
| 推荐数量、收益和奖励信息 |
| 注册钱包以获取测试版访问权限 |
| 用于所有操作的自然语言界面 |
| 精选的 MegaETH 协议目录 |
Related MCP server: SolarPlex Arbitrum MCP
它能做什么
销毁创造: 销毁 225,000 个 $MEGACHAD 代币,在 MegaETH 上生成 AI 增强的颜值最大化肖像并铸造 NFT
跨链: 从 Ethereum、Base、Arbitrum、Optimism、Polygon 以及另外 5 条链进行桥接 + 交换 + 销毁
身份层: 来自链上数据、MegaNames(.mega 域名)、销毁历史、声誉评分的统一档案
Chadboard 与等级: 按销毁次数排名的排行榜 — Normie (0) → Mewer (1+) → Bonesmasher (3+) → Chad (10+) → Gigachad (25+)
ChadChat: 面向持有者(Mewer 等级及以上)的销毁门控实时消息,由 Ably 提供支持
代理推荐: 链上推荐经济 — 代理每推荐一次销毁赚取 11,250 $MEGACHAD(5%)
MEGA 协议治理: $MEGAGOONER 代币(5000 万上限,225 周二次方发行),包含 Framemogger、MoggerStaking、JESTERGOONER 质押和 Jestermogger 治理投票
x402 支付: 通过 Meridian 实现的 HTTP 402 支付协议,用于 API 变现
ERC-8004: 已注册的链上代理(#12408),带有声誉追踪
Telegram 提醒: 通过 @megachads 发送实时销毁/铸造通知
自然语言: NLP 交易引擎 — 输入纯英文,获得结构化 calldata
无 Gas 销毁: 通过中继器实现 EIP-712 元交易 — 无需 Gas 费
MegaETH 门户: 投资组合查看器、协议目录、实时网络统计、NLP 命令栏
Farcaster Frames: 基于 Frame 的销毁画廊、排行榜和价格发现
分析: 按端点和按 MCP 工具的使用情况追踪
API 端点(36)
核心
GET /api/stats— 代币供应量、销毁次数GET /api/price— 当前价格 + 销毁成本GET /api/wallet?address=0x— 余额 + 资格GET /api/gallery?limit=20— 最近的销毁GET /api/chadboard— 排行榜
销毁与生成
GET|POST /api/x402/looksmaxx— x402 门控的颜值最大化GET /api/x402/quote?ethAmount=0.1— 交换报价POST /api/generate— 直接销毁 + 生成GET|POST /api/gasless/burn— EIP-712 无 Gas 销毁POST /api/warren/deploy— Warren 链上存储GET /api/metadata/{tokenId}— NFT 元数据
代理与 NLP
POST /api/agent/chat— 自然语言交易GET /api/agent/looksmaxx?wallet=0x— 完整销毁计划GET /api/agent/info— ERC-8004 身份GET|POST /api/agent/register— 代理注册GET /api/agent/referrals?address=0x— 推荐统计
跨链与桥接
GET /api/cross-chain/intent?sourceChain=base— 跨链计划GET /api/cross-chain/status?id=cc_— 意图追踪GET /api/bridge— 桥接基础设施
身份与门户
GET /api/identity/{address}— 统一身份档案GET /api/portal/tokens?address=0x— MegaETH 投资组合GET /api/portal/protocols— 协议目录
社交与消息
POST /api/chat/auth— ChadChat Ably 认证令牌GET|POST /api/chat/messages— 聊天消息存储GET|POST /api/chat/name— 显示名称管理POST /api/telegram— Telegram 机器人 webhookPOST /api/telegram/alerts— 销毁/铸造通知GET /api/frame— Farcaster frame 导航
基础设施
GET /api/events— SSE 事件流GET /api/analytics— 使用情况追踪POST /api/early/register— 测试版访问注册
技术栈
Next.js 14(App Router),部署在 Vercel 上
MegaETH(链 ID 4326,~250ms 出块,100k+ TPS)
Wagmi + viem 用于钱包交互
mcp-handler 用于 MCP 服务器实现
Kumbaya DEX 用于交换
Warren Protocol 用于链上图像存储
Ably 用于 ChadChat 实时消息
Upstash Redis 用于元数据缓存
Pinata 用于 IPFS 存储
Replicate 用于 AI 生成(Flux 2 Max)
Meridian 用于 x402 支付(USDm)
设置
git clone https://github.com/megachadxyz/mega-chad.git
cd mega-chad
npm install
cp env.example .env.local # fill in API keys
npm run dev链接
应用: megachad.xyz
MCP 端点: megachad.xyz/api/mcp
X: @megachadxyz
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityFmaintenanceMCP server for DeFi execution — lets AI agents swap, provide liquidity, lend, bridge, and run yield strategies across 22 chains in a single transaction. 7 tools for token discovery, portfolio analysis, quoting, and execution via the Haiku API.7682MIT- AlicenseNot gradedqualityDmaintenanceMulti-chain MCP server enabling AI agents to interact with Arbitrum — ERC-8004 identity registration, GMX ecosystem integration, cross-chain reputation via RepuLayer, and 37 governance tools across 6 chains.16MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents real-time access to DeFi across multiple chains, enabling non-custodial crypto trading, portfolio queries, and transaction execution.97MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that lets any AI agent operate a wallet directly on-chain: create wallets, send, swap, bridge, and deploy contracts across EVM and Bitcoin networks.2MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
HiveCapital MCP Server — autonomous investment layer for AI agents
Shared long-term memory vault for AI agents with 20 MCP tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/megachadxyz/mega-chad'
If you have feedback or need assistance with the MCP directory API, please join our Discord server