exclude_my_ip
Exclude an IP address from analytics tracking for a site. Prevents your own visits from appearing in the data. Specify the site domain and optionally the IP.
Instructions
Exclude an IP address from analytics tracking for a site. Prevents the user's own visits from appearing in the data. In Claude Code, detect the IP with curl -s api.ipify.org first. In conversation agents, ask the user to check their IP at api.ipify.org and paste it. Must be done per site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site domain (e.g. 'example.com') or UUID | |
| ip_address | No | The IP address to exclude. If omitted, uses the request's origin IP (only works from local MCP). |