Grok Connector

Add CHAOS to Grok

Connect your wallet on CHAOS, then click Add CHAOS to Grok. The connector URL is scoped to that wallet, so Grok can mint from simple prompts.

Connector Setup
1Connect wallet on CHAOS
2Click Add CHAOS to Grok
3Say: "Grok, mint 2 CHAOS."
Connect wallet to generate mcp?wallet=0x...

Open Connect once to generate the wallet-scoped connector.

Available Tools
chaos_mintMUST be called before any reply about minting CHAOS. Sepolia testnet mint only. The wallet is already scoped by the connector URL. Use this for natural requests like 'mint my CHAOS', 'mint 3 CHAOS', or 'mint max CHAOS'. Interpret numbers from 1 to 10 in the user's mint request as mint slots, where 1 slot = 10,000,000 CHAOS. Default to 1 slot when the user does not specify a number. The tool checks remaining quota onchain and rejects requests above the wallet's remaining slots. Never say minting, processing, stand by, done, success, or minted unless this tool returns success=true and at least one txHash. If this tool returns success=false, report the failure reason and nextStep. Do not ask the user to type a wallet address.
chaos_balanceRead the wallet-scoped connector's onchain Sepolia CHAOS balance.
chaos_infoReturn Sepolia testnet CHAOS tokenomics, contract addresses, and mint rules.
mint_quota_getRead used and remaining Sepolia mint slots for the wallet-scoped connector.
authorization_statusCheck whether the wallet-scoped connector is delegated to the current Sepolia CHAOS MintDelegate.
mint_receipt_getFetch an onchain CHAOS mint receipt by transaction hash. If no receipt exists, the mint did not happen.
revoke_instructionsReturn wallet-scoped instructions for revoking CHAOS EIP-7702 delegation.