{
  "info": {
    "name": "Ip2Location — mcp.ai",
    "description": "REST API for the Ip2Location 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/ip2location",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "ip2location_bulk_ip_geolocation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bulk/ip/geolocation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bulk",
            "ip",
            "geolocation"
          ]
        },
        "description": "Retrieve geolocation information for multiple IP addresses in a single request. Supports batch processing of 1-1000 IPv4 or IPv6 addresses with flexible output formats (JSON or CSV) and customizable f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ips\": \"\",\n  \"fields\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "ip2location_check_credits",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/credits",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "credits"
          ]
        },
        "description": "Tool to check remaining IP2Location API credits. Use after setting up authentication to monitor usage.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "ip2location_distance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/distance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "distance"
          ]
        },
        "description": "Calculate the great-circle distance between two IP addresses based on their geographic locations. This tool looks up the geolocation (latitude/longitude) for each IP address and calculates the shortes",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip1\": \"\",\n  \"ip2\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "ip2location_get_hosted_domains",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/hosted/domains",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "hosted",
            "domains"
          ]
        },
        "description": "Retrieves a list of domain names hosted on a specific IP address (IPv4 or IPv6). Use this tool when you need to: - Discover which domains are hosted on a particular IP - Investigate shared hosting env",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\",\n  \"key\": \"\",\n  \"page\": 0,\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "ip2location_get_ip_geolocation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ip/geolocation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ip",
            "geolocation"
          ]
        },
        "description": "Tool to retrieve geolocation data for an IP address. Use when detailed IP location info is needed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\",\n  \"lang\": \"\",\n  \"addon\": \"\",\n  \"format\": \"\",\n  \"package\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "ip2location_get_proxy_detection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/proxy/detection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "proxy",
            "detection"
          ]
        },
        "description": "Tool to detect if an IP is a proxy, VPN, or TOR exit node. Use when verifying anonymizing services.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\",\n  \"check\": 0,\n  \"package\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "ip2location_ip2_whois_domain_whois",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ip2/whois/domain/whois",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ip2",
            "whois",
            "domain",
            "whois"
          ]
        },
        "description": "Tool to retrieve WHOIS information for a domain. Use when you need domain registration details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domain\": \"\",\n  \"format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "ip2location_list_ips",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/ips",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "ips"
          ]
        },
        "description": "Tool to list a curated set of test IPv4 and IPv6 addresses. Use when sample IPs are needed for IP2Location or IP2Proxy lookups during development or testing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}