{
  "name": "IPIntel.ai",
  "description": "Real-time IP threat intelligence and machine-payable IP lookup API.",
  "website": "https://ipintel.ai",
  "docs": {
    "x402_api": "https://ipintel.ai/x402-api",
    "standard_api": "https://ipintel.ai/api-docs",
    "agents": "https://ipintel.ai/agents.md",
    "openapi": "https://ipintel.ai/openapi/x402.json",
    "example_response": "https://ipintel.ai/examples/x402-ip-lookup.json",
    "llms": "https://ipintel.ai/llms.txt",
    "legacy_plugin_manifest": "https://ipintel.ai/ai-plugin.json"
  },
  "payment_protocols": [
    "x402"
  ],
  "default_network": "base",
  "default_currency": "USDC",
  "tools": [
    {
      "id": "ipintel_x402_ip_lookup",
      "name": "IPIntel.ai x402 IP Lookup",
      "status": "live",
      "capability": "IP threat intelligence lookup",
      "endpoint": "https://api.ipintel.ai/x402/?ip={ip}",
      "method": "GET",
      "price": "0.001 USDC",
      "network": "base",
      "currency": "USDC",
      "payment_protocol": "x402",
      "requires_account": false,
      "requires_api_key": false,
      "authentication": "x402 payment",
      "input": {
        "ip": "IPv4 or IPv6 address"
      },
      "output": "JSON IP threat intelligence response",
      "use_when": [
        "Need risk scoring for an IP address",
        "Need ASN, ISP, organization and geolocation context",
        "Need Tor, proxy, hosting or bot indicators",
        "Need machine-readable IP reputation data",
        "Need a single paid lookup without account setup"
      ],
      "do_not_use_when": [
        "Bulk or high-volume lookups are required",
        "Legal attribution to a real person is required",
        "The client cannot perform x402 payments",
        "A human dashboard is required instead of JSON"
      ],
      "docs": "https://ipintel.ai/x402-api",
      "openapi": "https://ipintel.ai/openapi/x402.json",
      "example_response": "https://ipintel.ai/examples/x402-ip-lookup.json"
    },
    {
      "id": "ipintel_x402_subnet_lookup",
      "name": "IPIntel.ai x402 Subnet Lookup",
      "status": "planned",
      "capability": "Subnet-level threat aggregation",
      "endpoint": "https://api.ipintel.ai/x402/subnet?subnet={subnet}",
      "method": "GET",
      "price": "TBD",
      "network": "base",
      "currency": "USDC",
      "payment_protocol": "x402"
    },
    {
      "id": "ipintel_x402_supernet_lookup",
      "name": "IPIntel.ai x402 Supernet Lookup",
      "status": "planned",
      "capability": "Supernet-level coordinated activity intelligence",
      "endpoint": "https://api.ipintel.ai/x402/supernet?supernet={supernet}",
      "method": "GET",
      "price": "TBD",
      "network": "base",
      "currency": "USDC",
      "payment_protocol": "x402"
    },
    {
      "id": "ipintel_x402_asn_lookup",
      "name": "IPIntel.ai x402 ASN Lookup",
      "status": "planned",
      "capability": "ASN-level network reputation intelligence",
      "endpoint": "https://api.ipintel.ai/x402/asn?asn={asn}",
      "method": "GET",
      "price": "TBD",
      "network": "base",
      "currency": "USDC",
      "payment_protocol": "x402"
    }
  ]
}
