{
  "name": "IP Info",
  "description": "IP reverse DNS lookup and type detection. Identify geolocation, ISP and whether an IP is residential, datacenter or proxy.",
  "url": "https://x402.fatihai.app/api/ip-info",
  "provider": {
    "organization": "IP Info",
    "url": "https://x402.fatihai.app/api/ip-info"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/b0eb36da-cda8-489d-a5a1-66cba07c22fb",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "data-enrichment",
      "name": "IP Info",
      "description": "IP reverse DNS lookup and type detection. Identify geolocation, ISP and whether an IP is residential, datacenter or proxy.",
      "tags": [
        "ip",
        "network",
        "geolocation"
      ],
      "examples": [
        "curl https://x402.fatihai.app/api/ip-info?GET+%2Fapi%2Fip-info%3Fip=8.8.8.8"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://x402.fatihai.app/api/ip-info",
    "chain": "base",
    "priceUSDC": 0.001,
    "wallet": "0x0451CF4084B8E2fD8E3e14E2667F045127898cb4",
    "method": "GET",
    "mode": "native"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/b0eb36da-cda8-489d-a5a1-66cba07c22fb",
    "managed": false,
    "verified": true,
    "listingTier": "starter"
  }
}