{
  "info": {
    "name": "Whoisfreaks — mcp.ai",
    "description": "REST API for the Whoisfreaks MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/whoisfreaks",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "whoisfreaks_asn_whois_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/asn/whois/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "asn",
            "whois",
            "lookup"
          ]
        },
        "description": "Tool to retrieve comprehensive ASN WHOIS information including ownership, network infrastructure, and IP address ranges. Use when you need to identify ASN ownership, organization details, or associate",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"asn\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_bulk_dns_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bulk/dns/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bulk",
            "dns",
            "lookup"
          ]
        },
        "description": "Tool to process multiple domains or IPs simultaneously, returning all DNS records in a single request (max 100). Use when you need to retrieve DNS records for multiple domains at once for efficient ba",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"format\": \"\",\n  \"domainNames\": \"\",\n  \"ipAddresses\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_bulk_domain_availability_check",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bulk/domain/availability/check",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bulk",
            "domain",
            "availability",
            "check"
          ]
        },
        "description": "Tool to check availability of multiple domains in one request (max 100 domains). Use when you need to verify if domain names are available for registration. Response time ranges from 16 seconds to 1 m",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"format\": \"\",\n  \"domainNames\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_bulk_whois_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bulk/whois/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bulk",
            "whois",
            "lookup"
          ]
        },
        "description": "Tool to query WHOIS information for up to 100 domains in a single request. Use when you need comprehensive registration details, contact information, name servers, and domain status for multiple domai",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"format\": \"\",\n  \"domainNames\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_dns_live_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/dns/live/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "dns",
            "live",
            "lookup"
          ]
        },
        "description": "Tool to perform real-time DNS record resolution for network diagnostics and configuration verification. Use when you need to retrieve current DNS records for a domain or perform reverse DNS lookup for",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"format\": \"\",\n  \"ipAddress\": \"\",\n  \"domainName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_domain_availability_check",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/domain/availability/check",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "domain",
            "availability",
            "check"
          ]
        },
        "description": "Tool to check if a domain is available for registration with optional suggestions. Use when you need to verify domain availability or get alternative domain suggestions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sug\": false,\n  \"count\": 0,\n  \"domain\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_get_domainer_files_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/domainer/files/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "domainer",
            "files",
            "status"
          ]
        },
        "description": "Tool to check availability and update status of domain data files including newly registered, expired, and dropped domains. Use when you need to verify that domain data files are prepared and ready fo",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_ip_geolocation_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ip/geolocation/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ip",
            "geolocation",
            "lookup"
          ]
        },
        "description": "Tool to retrieve geographic location information for an IP address including country, city, coordinates, ISP, and security details. Use when you need to identify the physical location of an IP, detect",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_ip_whois_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ip/whois/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ip",
            "whois",
            "lookup"
          ]
        },
        "description": "Tool to retrieve comprehensive WHOIS information for an IP address including organization, ISP, and network details. Use when you need to identify IP ownership, allocation status, or contact informati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_security_threat_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/security/threat/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "security",
            "threat",
            "lookup"
          ]
        },
        "description": "Tool to check if an IP address is associated with malicious activity, security threats, or appears on blocklists. Use when you need to assess IP reputation, detect VPN/proxy/Tor usage, identify bots o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_ssl_certificate_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ssl/certificate/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ssl",
            "certificate",
            "lookup"
          ]
        },
        "description": "Tool to fetch live SSL certificate with full secure cert chain, validity dates, and issuer information. Use when you need to retrieve SSL certificate details for a domain, including certificate valida",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chain\": false,\n  \"format\": \"\",\n  \"sslRaw\": false,\n  \"domainName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_subdomains_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subdomains/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subdomains",
            "lookup"
          ]
        },
        "description": "Tool to discover all subdomains associated with a domain name. Use when you need to enumerate subdomains for security assessment, asset discovery, or domain reconnaissance. Supports filtering by activ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"after\": \"\",\n  \"before\": \"\",\n  \"domain\": \"\",\n  \"format\": \"\",\n  \"status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_whois_historical_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/whois/historical/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "whois",
            "historical",
            "lookup"
          ]
        },
        "description": "Tool to access historical domain records from comprehensive database with up to 100 records per page. Use when you need to retrieve historical WHOIS data for a domain dating back to 1986. Database is ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"format\": \"\",\n  \"domainName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_whois_live_lookup_v2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/whois/live/lookup/v2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "whois",
            "live",
            "lookup",
            "v2"
          ]
        },
        "description": "Tool to fetch real-time WHOIS domain data using v2.0 endpoint. Use when you need current domain ownership, registration dates, contact information, or nameserver details via the updated v2.0 API. Note",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"format\": \"\",\n  \"domainName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_whois_reverse_lookup_by_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/whois/reverse/lookup/by/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "whois",
            "reverse",
            "lookup",
            "by",
            "company"
          ]
        },
        "description": "Tool to search for domains registered by a specific company or organization using reverse WHOIS lookup. Use when you need to find all domains associated with a particular company name. Performs full-t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"mode\": \"\",\n  \"page\": 0,\n  \"exact\": false,\n  \"format\": \"\",\n  \"company\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_whois_reverse_lookup_by_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/whois/reverse/lookup/by/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "whois",
            "reverse",
            "lookup",
            "by",
            "email"
          ]
        },
        "description": "Tool to search for domains registered with a specific email address. Use when you need to find all domains associated with an email in WHOIS records. Supports exact or regex email matching. Returns pa",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"mode\": \"\",\n  \"page\": 0,\n  \"email\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "whoisfreaks_whois_reverse_lookup_by_owner",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/whois/reverse/lookup/by/owner",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "whois",
            "reverse",
            "lookup",
            "by",
            "owner"
          ]
        },
        "description": "Tool to search for domains registered by a specific owner name using reverse WHOIS lookup. Use when you need to find all domains associated with a particular registrant or owner name. Performs pattern",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"mode\": \"\",\n  \"page\": 0,\n  \"exact\": false,\n  \"owner\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}