← Registry

Analytics

megachad.xyz

Provides analytics and data for the $MEGACHAD token ecosystem, including statistics, swap quotes, and burn leaderboard.

x402 supported1 endpoint38 known toolsFirst detected May 13, 2026Last detected September 17, 2026

ENDPOINT 1

https://megachad.xyz/api/mcp

No auth detected

MCP server metadata

Name
megachad
Version
1.0.0
Capabilities
tools.listChanged

Known tools 38

get_megachad_stats

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

Inferred read-only
get_swap_quote

Get a swap quote for buying $MEGACHAD with ETH on Kumbaya DEX (MegaETH).

Inferred read-only
get_looksmaxx_requirements

Returns the x402 payment requirements and $MEGACHAD burn requirements for looksmaxxing.

Potential side effects
get_gallery

Browse recent looksmaxxed burns with IPFS image URLs, burner addresses, timestamps, and NFT token IDs.

Inferred read-only
get_chadboard

Returns the burner leaderboard ranked by total burns.

Inferred read-only
get_agent_info

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

Inferred read-only
register_early_access

Register a wallet for MegaChad testnet beta access.

Inferred read-only
get_nft_metadata

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

Inferred read-only
get_price

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

Inferred read-only
get_wallet_info

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

Inferred read-only
get_looksmaxx_plan

Returns a complete, ordered set of transaction instructions for the full looksmaxx flow: swap → burn → tren fund → submit.

Inferred read-only
gasless_burn_info

Get EIP-712 typed data for a gasless burn.

Inferred read-only
register_referral_agent

Register a wallet as a MegaChad referring agent.

Inferred read-only
get_referral_stats

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

Inferred read-only
chat_with_megachad

Send a plain English message and get back structured, actionable responses.

Potential side effects
get_bridge_info

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

Inferred read-only
cross_chain_looksmaxx

Build a cross-chain looksmaxx plan from any supported chain (Ethereum, Base, Arbitrum, Optimism, Polygon, BNB, Avalanche, Scroll, zkSync, Linea) to MegaETH.

Inferred read-only
get_identity

Resolve a wallet address or .mega name into a unified MegaETH identity profile.

Inferred read-only
get_portfolio

Get all MegaETH token balances for a wallet: ETH, WETH, $MEGACHAD, USDm.

Inferred read-only
get_protocol_registry

Canonical machine-readable registry of every MEGA Protocol contract: tokens (MEGACHAD, MEGAGOONER), AMM pair (MC/MG), staking (MoggerStaking, JESTERGOONER), governance (Jestermogger, NFTVetoCouncil, Framemogger), emissions (EmissionController), and safety (CircuitBreaker).

Inferred read-only
get_staking_position

Returns combined position across both staking venues: MoggerStaking (stake MEGACHAD → earn MEGAGOONER) and JESTERGOONER V4 (stake MC/MG LP → earn MEGAGOONER).

Inferred read-only
build_staking_tx

Returns ready-to-sign transactions for stake / unstake / claim on either MoggerStaking (venue=mogger, stake MEGACHAD) or JESTERGOONER V4 (venue=jester, stake MC/MG LP).

Inferred read-only
get_amm_quote

Quote a swap on the MegaChadLP MC/MG pair (constant-product, 0.3% fee).

Inferred read-only
build_amm_swap_tx

Build a two-step plan to swap MEGACHAD↔MEGAGOONER through MegaChadLP: ERC20.transfer(pair, amountIn) → pair.swap(amountAIn, amountBIn, to).

Potential side effects
build_amm_add_liquidity_tx

Build approve(MC) + approve(MG) + addLiquidity on MegaChadLP MC/MG.

Inferred read-only
list_governance_proposals

List recent Jestermogger governance proposals with state (Pending / Active / Defeated / Succeeded / Queued / Executed / Expired / Vetoed), vote tallies, timing, and per-proposal lookup URLs.

Inferred read-only
get_governance_proposal

Full state for one Jestermogger proposal: actions (target/value/calldata), vote tally, NFT veto council status, and (if voter passed) the voter receipt with vote weight.

Inferred read-only
build_vote_tx

Build a castVote tx on Jestermogger.

Inferred read-only
get_emission_schedule

Returns the full 225-week MEGAGOONER emission schedule plus current week, on-chain weekly emission, and the EmissionController split (mogger / jester / treasury).

Inferred read-only
build_queue_tx

Build queue(proposalId) calldata for a Succeeded Jestermogger proposal.

Inferred read-only
build_execute_tx

Build execute(proposalId) calldata for a Queued Jestermogger proposal past its 2-day timelock.

Potential side effects
build_propose_tx

GET form returns Framemogger top-3-burner eligibility for the proposer (only top 3 can propose each week).

Inferred read-only
build_veto_tx

Build castVetoVote calldata on NFTVetoCouncil.

Inferred read-only
get_nft_inventory

MEGACHADNFT count for a wallet + boost tier (1+/10+/25+) + verdict on staking-reward eligibility (1+ NFT required).

Inferred read-only
get_protocol_safety

CircuitBreaker state (paused?, guardian votes, auto-unpause timer) + NFTVetoCouncil composition (20 seats, threshold, current members).

Inferred read-only
get_activity_feed

Unified time-ordered feed of recent on-chain events across the MEGA Protocol stack: burns, Framemogger sends, stakes / unstakes / claims (Mogger + Jester), proposal lifecycle (created / voted / queued / executed).

Inferred read-only
get_agent_index

Master directory of every MegaChad endpoint, MCP tool, manifest URL, and example.

Inferred read-only
get_megaeth_protocols

Returns a curated directory of protocols on MegaETH: DEXes, bridges, payment infra, storage, identity systems.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.megachad]
url = "https://megachad.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "megachad": {
      "type": "http",
      "url": "https://megachad.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: megachad
Remote MCP URL: https://megachad.xyz/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "megachad": {
      "type": "http",
      "url": "https://megachad.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "megachad",
  "transport": "streamable-http",
  "url": "https://megachad.xyz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for megachad.xyz was fetched 2026-08-03T13:24:20.322Z and is being refreshed.

Trust status Trusted

megachad.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.