# Ip2Proxy

IP2Proxy is a proxy detection web service that identifies anonymous proxies, VPNs, TOR exit nodes, search engine robots, and residential proxies by IP address.

- **Category:** security & identity tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `IP2PROXY`
- **Version:** 20260211_00

## Tools

### Check Proxy Status of an IP

**Slug:** `IP2PROXY_CHECK_PROXY`

Tool to check if an IP address is a proxy. Use after obtaining an IP to detect proxy, VPN, or Tor status.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ip` | string | No | IPv4 or IPv6 address to look up. If omitted, the server IP is used. |
| `format` | string ("json" | "xml") | No | Response format; defaults to json. Valid values: json or xml. |
| `package` | string ("PX1" | "PX2" | "PX3" | "PX4" | "PX5" | "PX6" | "PX7" | "PX8" | "PX9" | "PX10" | "PX11") | No | Data package level; defaults to PX1. Valid values: PX1–PX11. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
