Analytics
megachad.xyz
Provides analytics and data for the $MEGACHAD token ecosystem, including statistics, swap quotes, and burn leaderboard.
ENDPOINT 1
https://megachad.xyz/api/mcp
MCP server metadata
- Name
- megachad
- Version
- 1.0.0
Known tools 38
get_megachad_statsReturns current $MEGACHAD token statistics: total supply, circulating supply, tokens burned, and total burn count.
Inferred read-onlyget_swap_quoteGet a swap quote for buying $MEGACHAD with ETH on Kumbaya DEX (MegaETH).
Inferred read-onlyget_looksmaxx_requirementsReturns the x402 payment requirements and $MEGACHAD burn requirements for looksmaxxing.
Potential side effectsget_galleryBrowse recent looksmaxxed burns with IPFS image URLs, burner addresses, timestamps, and NFT token IDs.
Inferred read-onlyget_agent_infoReturns ERC-8004 registration metadata, on-chain agent identity (ID, owner, wallet), reputation client count, and contract addresses.
Inferred read-onlyget_nft_metadataReturns ERC-721 metadata for a looksmaxxed NFT including image URL (IPFS or Warren on-chain), attributes, and storage properties.
Inferred read-onlyget_priceReturns the current $MEGACHAD price in ETH from Kumbaya DEX, plus the estimated ETH cost to burn 225,000 tokens.
Inferred read-onlyget_wallet_infoCheck a wallet's ETH balance, $MEGACHAD balance, NFT count, burn eligibility, and early access status.
Inferred read-onlyget_looksmaxx_planReturns a complete, ordered set of transaction instructions for the full looksmaxx flow: swap → burn → tren fund → submit.
Inferred read-onlyget_referral_statsGet referral statistics for a registered agent — total referrals, earnings, reward per burn, and calldata for referred burns.
Inferred read-onlychat_with_megachadSend a plain English message and get back structured, actionable responses.
Potential side effectsget_bridge_infoReturns bridge information for moving assets to MegaETH from Ethereum, Arbitrum, Base, and other chains.
Inferred read-onlycross_chain_looksmaxxBuild a cross-chain looksmaxx plan from any supported chain (Ethereum, Base, Arbitrum, Optimism, Polygon, BNB, Avalanche, Scroll, zkSync, Linea) to MegaETH.
Inferred read-onlyget_identityResolve a wallet address or .mega name into a unified MegaETH identity profile.
Inferred read-onlyget_portfolioGet all MegaETH token balances for a wallet: ETH, WETH, $MEGACHAD, USDm.
Inferred read-onlyget_protocol_registryCanonical 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-onlyget_staking_positionReturns combined position across both staking venues: MoggerStaking (stake MEGACHAD → earn MEGAGOONER) and JESTERGOONER V4 (stake MC/MG LP → earn MEGAGOONER).
Inferred read-onlybuild_staking_txReturns 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-onlyget_amm_quoteQuote a swap on the MegaChadLP MC/MG pair (constant-product, 0.3% fee).
Inferred read-onlybuild_amm_swap_txBuild a two-step plan to swap MEGACHAD↔MEGAGOONER through MegaChadLP: ERC20.transfer(pair, amountIn) → pair.swap(amountAIn, amountBIn, to).
Potential side effectsbuild_amm_add_liquidity_txBuild approve(MC) + approve(MG) + addLiquidity on MegaChadLP MC/MG.
Inferred read-onlylist_governance_proposalsList recent Jestermogger governance proposals with state (Pending / Active / Defeated / Succeeded / Queued / Executed / Expired / Vetoed), vote tallies, timing, and per-proposal lookup URLs.
Inferred read-onlyget_governance_proposalFull 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-onlyget_emission_scheduleReturns the full 225-week MEGAGOONER emission schedule plus current week, on-chain weekly emission, and the EmissionController split (mogger / jester / treasury).
Inferred read-onlybuild_queue_txBuild queue(proposalId) calldata for a Succeeded Jestermogger proposal.
Inferred read-onlybuild_execute_txBuild execute(proposalId) calldata for a Queued Jestermogger proposal past its 2-day timelock.
Potential side effectsbuild_propose_txGET form returns Framemogger top-3-burner eligibility for the proposer (only top 3 can propose each week).
Inferred read-onlyget_nft_inventoryMEGACHADNFT count for a wallet + boost tier (1+/10+/25+) + verdict on staking-reward eligibility (1+ NFT required).
Inferred read-onlyget_protocol_safetyCircuitBreaker state (paused?, guardian votes, auto-unpause timer) + NFTVetoCouncil composition (20 seats, threshold, current members).
Inferred read-onlyget_activity_feedUnified 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-onlyget_agent_indexMaster directory of every MegaChad endpoint, MCP tool, manifest URL, and example.
Inferred read-onlyget_megaeth_protocolsReturns a curated directory of protocols on MegaETH: DEXes, bridges, payment infra, storage, identity systems.
Potential side effectsCONNECT 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.
megachad.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.