Mega Chad MCP Server

MegaChad is a **Model Context Protocol (MCP) server** and burn-to-create looksmaxxing engine on [MegaETH](https://megaeth.com). It exposes **20 MCP

Local serverstdio

What is the Mega Chad MCP server?

Mega Chad MCP server exists for a simple reason — assistants are far more useful when they can act on Mega Chad directly instead of describing what you should do. MegaChad is a Model Context Protocol (MCP) server and burn-to-create looksmaxxing engine on MegaETH. It exposes 20 MCP tools that let AI agents interact with DeFi, NFTs, identity, and cross-chain operations.

What you get

  • Burn-to-Create: — Burn 225,000 $MEGACHAD tokens to generate AI-enhanced looksmaxxed portraits and mint NFTs on MegaETH
  • Cross-Chain: — Bridge + swap + burn from Ethereum, Base, Arbitrum, Optimism, Polygon, and 5 more chains
  • Identity Layer: — Unified profiles from on-chain data, MegaNames (.mega domains), burn history, reputation scores
  • Chadboard & Tiers: — Leaderboard ranked by burns — Normie (0) → Mewer (1+) → Bonesmasher (3+) → Chad (10+) → Gigachad (25+)
  • ChadChat: — Burn-gated real-time messaging for holders (Mewer tier+), powered by Ably
  • Agent Referrals: — On-chain referral economy — agents earn 11,250 $MEGACHAD (5%) per referred burn

What the assistant can call

Once Mega Chad is connected, these are the calls the assistant has available:

  • get_megachad_stats — Token supply, circulating supply, burn count
  • get_price — $MEGACHAD price in ETH from Kumbaya DEX
  • get_swap_quote — Swap quote for ETH → $MEGACHAD with calldata
  • get_wallet_info — Wallet balances, NFT count, burn eligibility
  • get_portfolio — Full MegaETH token portfolio (ETH, WETH, MEGACHAD, USDm)
  • get_gallery — Browse looksmaxxed burns with IPFS images
  • get_chadboard — Burner leaderboard with reputation scores and .mega names
  • get_identity — Resolve wallet or .mega name into unified identity profile
  • get_nft_metadata — ERC-721 metadata for looksmaxxed NFTs
  • get_looksmaxx_requirements — Burn requirements and x402 payment info
  • get_looksmaxx_plan — Full transaction plan: swap → burn → tren fund → submit
  • cross_chain_looksmaxx — Cross-chain plan from 10+ chains to MegaETH

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Choosing this one

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Mega Chad's toolset — get_megachad_stats, get_price, get_swap_quote and 11 more — is a fair guide to whether it matches your workflow. It is maintained by megachadxyz; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Mega Chad.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mega chad mcp server does with a few real requests.

Available tools

ToolWhat it does
get_megachad_statsToken supply, circulating supply, burn count
get_price$MEGACHAD price in ETH from Kumbaya DEX
get_swap_quoteSwap quote for ETH → $MEGACHAD with calldata
get_wallet_infoWallet balances, NFT count, burn eligibility
get_portfolioFull MegaETH token portfolio (ETH, WETH, MEGACHAD, USDm)
get_galleryBrowse looksmaxxed burns with IPFS images
get_chadboardBurner leaderboard with reputation scores and .mega names
get_identityResolve wallet or .mega name into unified identity profile
get_nft_metadataERC-721 metadata for looksmaxxed NFTs
get_looksmaxx_requirementsBurn requirements and x402 payment info
get_looksmaxx_planFull transaction plan: swap → burn → tren fund → submit
cross_chain_looksmaxxCross-chain plan from 10+ chains to MegaETH
gasless_burn_infoEIP-712 typed data for gasless meta-transaction burns
get_bridge_infoBridge options for moving assets to MegaETH

How to install the Mega Chad MCP server

{
  "mcpServers": {
    "megachad": {
      "url": "https://megachad.xyz/api/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Mega Chad to get megachad stats.
  • Use Mega Chad to get price.
  • Use Mega Chad to get swap quote.

Frequently asked questions

It connects Mega Chad to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (get_megachad_stats, get_price, get_swap_quote, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mega Chad directly.