SyncGTM logo
All enrichments & signals

Reverse IP Lookup

Find all domains hosted on the same IP address as a company's website.

Configure MCP server with Reverse IP Lookup

Access the Reverse IP Lookup action via MCP to find co-hosted domains from AI tools like Claude, ChatGPT, Cursor, or Windsurf.

MCP server configuration

Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):

json
{
  "mcpServers": {
    "syncgtm": {
      "type": "http",
      "url": "https://api.syncgtm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example prompt

What other domains are hosted on the same IP as example.com?

Example response

json
{
  "domain": "example.com",
  "ip_address": "93.184.216.34",
  "total_domains": 5,
  "co_hosted_domains": ["example.org", "example.net"]
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →