{
  "name": "ExactGate x402 Validator",
  "description": "Deterministic Base transaction diagnostics. Paid per request through x402; no account or API key.",
  "url": "https://exactgate-x402.insertnameheree.chatgpt.site",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "base-preflight",
      "name": "Base transaction preflight",
      "description": "Simulate a Base contract call, estimate gas, check bytecode and nonce, and surface RPC revert details. Never broadcasts.",
      "tags": [
        "base",
        "preflight",
        "simulation",
        "gas",
        "contract"
      ]
    },
    {
      "id": "base-receipt",
      "name": "Base receipt diagnostics",
      "description": "Verified Base transaction and receipt diagnostics with status, gas, block, and confirmations.",
      "tags": [
        "base",
        "receipt",
        "transaction",
        "verification"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ]
}