{
  "x402Version": 2,
  "resource": "https://x402.selflabbs.com/mcp",
  "transport": "http",
  "protocol": "mcp",
  "server": {
    "name": "selflabbs-security-intel-x402",
    "version": "1.0.0"
  },
  "network": "eip155:8453",
  "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
  "payTo": "0xdff934182e4ffc1d7a3f58186c92197c6a0868d2",
  "facilitator": "https://facilitator.payai.network",
  "currency": "USDC",
  "tools": [
    {
      "name": "cve_lookup",
      "description": "CVE details from NVD incl. CVSS, severity, CISA KEV status. PAID: $0.002 USDC/call via x402.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "cve_id": {
            "type": "string",
            "description": "e.g. CVE-2021-44228"
          }
        },
        "required": [
          "cve_id"
        ]
      },
      "paid": true,
      "priceAtomicUsdc": 2000,
      "priceUsd": 0.002
    },
    {
      "name": "package_vulnerabilities",
      "description": "Known vulnerabilities for a package/version via OSV.dev. PAID: $0.002 USDC/call via x402.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "ecosystem": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "version": {
            "type": "string"
          }
        },
        "required": [
          "ecosystem",
          "name"
        ]
      },
      "paid": true,
      "priceAtomicUsdc": 2000,
      "priceUsd": 0.002
    }
  ],
  "docs": "https://x402.selflabbs.com"
}