get_looksmaxx_plan and get_swap_quote return the transaction shape rather than performing it, so the server never holds a key. Reads — price, portfolio, leaderboard, identity — need no wallet at all, which makes it usable for looking before anything is committed.
A hosted server for the MegaChad burn-to-create project on MegaETH. It exposes token and market data, wallet and portfolio reads, identity resolution, and transaction plans that an agent can hand to a signer.
- 20 tools over DeFi, NFT, identity and cross-chain operations
- get_megachad_stats, get_price and get_swap_quote — supply and burn counts, price in ETH, and a swap quote with calldata
- get_wallet_info and get_portfolio — balances, NFT count, burn eligibility and the full MegaETH token portfolio
- get_looksmaxx_requirements and get_looksmaxx_plan — what a burn requires, and the full swap-to-submit transaction plan
- cross_chain_looksmaxx and get_bridge_info — a plan from other chains, and the bridge options
- gasless_burn_info — the typed data for a meta-transaction burn
- get_gallery, get_chadboard, get_identity and get_nft_metadata
- get_agent_info, register_referral_agent and get_referral_stats
- chat_with_megachad and get_megaeth_protocols
Nothing to install — point a client at https://megachad.xyz/api/mcp over Streamable HTTP. Reads work without a wallet; anything that burns or mints needs your own signer, since the tools return a plan rather than executing it.
One command — npx -y mcp-remote https://megachad.xyz/api/mcp
