{
  "info": {
    "name": "BuiltWith — mcp.ai",
    "description": "REST API for the BuiltWith 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/builtwith",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "builtwith_create_domain_list_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/domain/list/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "domain",
            "list",
            "file"
          ]
        },
        "description": "Tool to create a TXT or ZIP file from a list of domains. Use when preparing a domain list for bulk or firehose lookups.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"format\": \"\",\n  \"domains\": \"\",\n  \"file_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_datasets_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/datasets/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "datasets",
            "lookup"
          ]
        },
        "description": "Tool to access mass Internet technology usage information from 2000 to today. Use when you need historical technology usage trends for a domain.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"TECH\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_domain_api_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/domain/api/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "domain",
            "api",
            "lookup"
          ]
        },
        "description": "Tool to retrieve current and historical technology information of a website. Use after confirming the domain to lookup.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"nopii\": \"\",\n  \"trust\": \"\",\n  \"hidedl\": \"\",\n  \"lookup\": \"\",\n  \"noattr\": \"\",\n  \"nolive\": \"\",\n  \"nometa\": \"\",\n  \"hidetext\": \"\",\n  \"liveonly\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_financial_api_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/api/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "api",
            "lookup"
          ]
        },
        "description": "Tool to fetch financial data for a domain. Use when you need company financials for US or UK registered websites.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lookup\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_free_api_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/free/api/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "free",
            "api",
            "lookup"
          ]
        },
        "description": "Tool to access last updated dates and counts for technology groups and categories for websites. Use when you need a snapshot of technology usage timing for a domain.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"LOOKUP\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_lists_api_get_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lists/api/get/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lists",
            "api",
            "get",
            "list"
          ]
        },
        "description": "Tool to retrieve a list of websites using a specific technology. Use when you want to find sites leveraging a particular tech.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"all\": \"\",\n  \"meta\": \"\",\n  \"tech\": \"\",\n  \"since\": \"\",\n  \"offset\": \"\",\n  \"country\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_mcp_api_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mcp/api/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mcp",
            "api",
            "lookup"
          ]
        },
        "description": "DEPRECATED: Use BUILTWITH_DOMAIN_API_LOOKUP instead. Tool to query live web technologies for a root domain. Use after confirming a valid domain name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_product_api_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/product/api/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "product",
            "api",
            "lookup"
          ]
        },
        "description": "Tool to find websites selling specific eCommerce products. Use when you need to discover online retailers offering a given product name or query a domain's product listings (e.g., 'dom:jbhifi.com.au')",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"PAGE\": 0,\n  \"LIMIT\": 0,\n  \"QUERY\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_recommendations_api_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recommendations/api/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recommendations",
            "api",
            "lookup"
          ]
        },
        "description": "Tool to generate a list of websites with similar technology profiles. Use when you need technology recommendations for a given domain lookup.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lookup\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_redirects_api_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/redirects/api/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "redirects",
            "api",
            "lookup"
          ]
        },
        "description": "Tool to retrieve live and historical redirects for a website. Use after confirming the exact root domain to gather inbound and outbound redirect timelines.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"LOOKUP\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "builtwith_social_api_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/social/api/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "social",
            "api",
            "lookup"
          ]
        },
        "description": "Tool to retrieve domains associated with social media profile URLs. Use when you need to map social profiles to root domains.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lookup\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}