Skip to main content
Glama

Server Details

Burn-to-create looksmaxxing engine on MegaETH. 14 MCP tools for DeFi, NFTs, and burns.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
megachadxyz/mega-chad
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

20 tools
chat_with_megachadInspect

Send a plain English message and get back structured, actionable responses. Supports intents: price, stats, wallet, looksmaxx, swap, gallery, leaderboard, bridge, gasless, referral, about.

ParametersJSON Schema
NameRequiredDescriptionDefault
walletNoWallet address for context (0x...). Optional.
messageYesNatural language query (e.g. "What is the current MEGACHAD price?")
cross_chain_looksmaxxInspect

Build a cross-chain looksmaxx plan from any supported chain (Ethereum, Base, Arbitrum, Optimism, Polygon, BNB, Avalanche, Scroll, zkSync, Linea) to MegaETH. Returns step-by-step execution plan with bridge URLs, swap calldata, and burn instructions.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountNoETH amount to bridge (e.g. "0.15")
walletNoWallet address for pre-built calldata (0x...)
referrerNoReferrer agent address for 5% commission (0x...)
sourceChainYesSource chain name (e.g. "base", "arbitrum", "ethereum")
gasless_burn_infoInspect

Get EIP-712 typed data for a gasless burn. Returns the signature payload a wallet must sign, plus approval status. After signing, POST the signature to /api/gasless/burn to relay the burn without paying gas.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesWallet address (0x...)
get_agent_infoInspect

Returns ERC-8004 registration metadata, on-chain agent identity (ID, owner, wallet), reputation client count, and contract addresses.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_bridge_infoInspect

Returns bridge information for moving assets to MegaETH from Ethereum, Arbitrum, Base, and other chains. Lists canonical and aggregator bridges.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_chadboardInspect

Returns the burner leaderboard ranked by total burns. Includes ERC-8004 reputation scores, .mega domain names, profile info, and all looksmaxxed images per burner.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_identityInspect

Resolve a wallet address or .mega name into a unified MegaETH identity profile. Returns: MegaNames data, token balances, burn history & rank, reputation score, referral stats, tier level, and social links. Works as the social identity layer for MegaETH.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressOrNameYesWallet address (0x...) or .mega name (e.g. "chad.mega" or "chad")
get_looksmaxx_planInspect

Returns a complete, ordered set of transaction instructions for the full looksmaxx flow: swap → burn → tren fund → submit. Each step includes pre-built calldata ready to sign.

ParametersJSON Schema
NameRequiredDescriptionDefault
walletYesWallet address (0x...)
ethAmountNoETH to swap (e.g. "0.5"). Omit if wallet already has enough $MEGACHAD.
get_looksmaxx_requirementsInspect

Returns the x402 payment requirements and $MEGACHAD burn requirements for looksmaxxing. Includes step-by-step instructions, contract addresses, and amounts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_megachad_statsInspect

Returns current $MEGACHAD token statistics: total supply, circulating supply, tokens burned, and total burn count.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_megaeth_protocolsInspect

Returns a curated directory of protocols on MegaETH: DEXes, bridges, payment infra, storage, identity systems. Includes contract addresses, features, and links.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_nft_metadataInspect

Returns ERC-721 metadata for a looksmaxxed NFT including image URL (IPFS or Warren on-chain), attributes, and storage properties.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenIdYesNFT token ID (numeric string)
get_portfolioInspect

Get all MegaETH token balances for a wallet: ETH, WETH, $MEGACHAD, USDm. Returns formatted balances with raw values.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesWallet address (0x...)
get_priceInspect

Returns the current $MEGACHAD price in ETH from Kumbaya DEX, plus the estimated ETH cost to burn 225,000 tokens.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_referral_statsInspect

Get referral statistics for a registered agent — total referrals, earnings, reward per burn, and calldata for referred burns.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesAgent wallet address (0x...)
get_swap_quoteInspect

Get a swap quote for buying $MEGACHAD with ETH on Kumbaya DEX (MegaETH). Returns router address, calldata params, and slippage-adjusted minimum output. Omit ethAmount for general swap info and contract addresses.

ParametersJSON Schema
NameRequiredDescriptionDefault
ethAmountNoAmount of ETH to swap (e.g. "0.1"). Omit for general info.
get_wallet_infoInspect

Check a wallet's ETH balance, $MEGACHAD balance, NFT count, burn eligibility, and early access status.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum wallet address (0x...)
register_early_accessInspect

Register a wallet for MegaChad testnet beta access. Checks on-chain eligibility ($MEGACHAD balance or looksmaxxed NFTs). Returns referral code and access status.

ParametersJSON Schema
NameRequiredDescriptionDefault
walletYesEthereum wallet address (0x...)
twitterNoX/Twitter handle (optional for agents)
referralCodeNoReferral code from existing registrant
register_referral_agentInspect

Register a wallet as a MegaChad referring agent. Returns registration transaction calldata and a referral code. Referring agents earn 10% of the tren fund portion (11,250 $MEGACHAD) for every burn they refer.

ParametersJSON Schema
NameRequiredDescriptionDefault
walletYesAgent wallet address (0x...)
descriptionNoAgent description (optional)
mcpEndpointNoAgent MCP server URL (optional)

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.