MCP server URL or name
https://fanalytics.fanflix.co/api/mcp
How are you connecting to this server?
From a custom connector URL I entered manually
Where does the issue occur?
When pressing the Connect button
When did you last reproduce this?
2026-06-09 1:50PM PT
Browser and OS
Chrome 149 on macOS 26.5.1
Describe the issue
Our app is deployed on Google App Engine and utilizes the GAE firewall to filter traffic. We noticed that we weren't seeing any traffic when attempting to add our MCP connector despite allowlisting 160.79.104.0/21 per https://platform.claude.com/docs/en/api/ip-addresses#i-pv4-2. After some debugging, we briefly opened the app to the public internet and we were able to connect immediately without any issue. After re-enabling the firewall, the connector stops working but we had some traffic logs to inspect. To our surprise, all traffic coming from Anthropic (identified by Claude-User useragent) came from IPs like 0.0.0.0 or fda3:e722:ac3:cc00:94:f957:feff:9454. These are internal IPs from GCP's own routing infrastructure. In other words, it appears Anthropic's MCP services are also hosted on GCP and are routing internally to our host instead of going over the public inet / utilizing egress IPs documented at https://platform.claude.com/docs/en/api/ip-addresses#i-pv4-2.
This leaves us in the unfortunate position of either opening 0.0.0.0/32 and fda3:e722:ac3::/48 (i.e. all internal GCP routing) or implementing a hacky workaround (e.g. forwarding proxy outside GCP or custom L7 solution in our app).
Error details
Couldn't register with Fanalytics's sign-in service. You can try again, or add an OAuth Client ID in the connector settings. If this persists, share this reference with support: "ofid_c4bc7e36276e68bc"
Expected behavior
MCP traffic is routed over public IP range documented at https://platform.claude.com/docs/en/api/ip-addresses#i-pv4-2
Additional context
No response
MCP server URL or name
https://fanalytics.fanflix.co/api/mcp
How are you connecting to this server?
From a custom connector URL I entered manually
Where does the issue occur?
When pressing the Connect button
When did you last reproduce this?
2026-06-09 1:50PM PT
Browser and OS
Chrome 149 on macOS 26.5.1
Describe the issue
Our app is deployed on Google App Engine and utilizes the GAE firewall to filter traffic. We noticed that we weren't seeing any traffic when attempting to add our MCP connector despite allowlisting
160.79.104.0/21per https://platform.claude.com/docs/en/api/ip-addresses#i-pv4-2. After some debugging, we briefly opened the app to the public internet and we were able to connect immediately without any issue. After re-enabling the firewall, the connector stops working but we had some traffic logs to inspect. To our surprise, all traffic coming from Anthropic (identified byClaude-Useruseragent) came from IPs like0.0.0.0orfda3:e722:ac3:cc00:94:f957:feff:9454. These are internal IPs from GCP's own routing infrastructure. In other words, it appears Anthropic's MCP services are also hosted on GCP and are routing internally to our host instead of going over the public inet / utilizing egress IPs documented at https://platform.claude.com/docs/en/api/ip-addresses#i-pv4-2.This leaves us in the unfortunate position of either opening
0.0.0.0/32andfda3:e722:ac3::/48(i.e. all internal GCP routing) or implementing a hacky workaround (e.g. forwarding proxy outside GCP or custom L7 solution in our app).Error details
Expected behavior
MCP traffic is routed over public IP range documented at https://platform.claude.com/docs/en/api/ip-addresses#i-pv4-2
Additional context
No response