← megachad.xyz

INDIVIDUAL MCP TOOL

get_megaeth_protocols

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

megachad.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

megachad.xyz

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-xyz]
url = "https://megachad.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: megachad-xyz
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-xyz": {
      "url": "https://megachad.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_megachad_stats — Returns current $MEGACHAD token statistics: total supply, circulating supply, tokens burned, and total burn count.
  • get_swap_quote — Get a swap quote for buying $MEGACHAD with ETH on Kumbaya DEX (MegaETH).
  • get_looksmaxx_requirements — Returns the x402 payment requirements and $MEGACHAD burn requirements for looksmaxxing.
  • get_gallery — Browse recent looksmaxxed burns with IPFS image URLs, burner addresses, timestamps, and NFT token IDs.
  • get_chadboard — Returns the burner leaderboard ranked by total burns.
  • get_agent_info — Returns ERC-8004 registration metadata, on-chain agent identity (ID, owner, wallet), reputation client count, and contract addresses.
  • register_early_access — Register a wallet for MegaChad testnet beta access.
  • get_nft_metadata — Returns ERC-721 metadata for a looksmaxxed NFT including image URL (IPFS or Warren on-chain), attributes, and storage properties.