{
  "format": "delx/intent-card/v1",
  "id": "x402-server-audit-api",
  "intent": "audit an x402 server before listing it",
  "title": "Audit an x402 server before listing it",
  "description": "Check payment discovery, OpenAPI coverage, pricing signals and marketplace readiness in one structured report.",
  "keywords": [
    "x402 server audit",
    "x402 listing readiness",
    "payment API discovery",
    "x402 marketplace"
  ],
  "updated_at": "2026-07-30",
  "canonical_url": "https://commerce.delx.ai/intents/x402-server-audit-api",
  "machine_url": "https://commerce.delx.ai/intents/x402-server-audit-api.json",
  "recommendation": {
    "tool_name": "util_x402_server_audit",
    "service_name": "Delx X402 Server Audit",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/server-audit",
    "price_usdc": "0.01",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "x402 server origin"
        },
        "timeout": {
          "type": "integer",
          "description": "Timeout in seconds (1-15)",
          "default": 8,
          "minimum": 1,
          "maximum": 15
        }
      },
      "required": [
        "url"
      ]
    },
    "example_input": {
      "url": "https://api.delx.ai"
    },
    "example_output": {
      "tool_name": "util_x402_server_audit",
      "result": {
        "audit_score": 100,
        "audit_level": "excellent",
        "gaps": []
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/server-audit -m POST -H 'x-delx-source: intent-card-x402-server-audit-api' --max-amount 0.01 -b '{\"url\":\"https://api.delx.ai\"}'",
      "max_amount_usdc": "0.01"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-x402-server-audit-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/server-audit"
  }
}
