{
  "info": {
    "name": "Klazify — mcp.ai",
    "description": "REST API for the Klazify 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/klazify",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "klazify_categorize_url",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/categorize/url",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "categorize",
            "url"
          ]
        },
        "description": "Tool to retrieve IAB and Klazify category classifications for a specified domain or URL with confidence scores. Use when you need to categorize websites into 620+ IAB V3 categories using machine learn",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "klazify_get_company_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/company/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "company",
            "data"
          ]
        },
        "description": "Tool to retrieve comprehensive company information for a specified domain including business data, location, employee count, revenue, funding, and industry classifications. Use when you need detailed ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "klazify_get_domain_expiration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/domain/expiration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "domain",
            "expiration"
          ]
        },
        "description": "Tool to retrieve domain registration and expiration information for a specified domain. Use when you need to check domain age, registration date, expiration date, or days until expiration.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "klazify_get_domain_logo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/domain/logo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "domain",
            "logo"
          ]
        },
        "description": "Tool to obtain the logo URL associated with a given domain. Use when you need to retrieve a company's logo from their website URL.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "klazify_get_similar_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/similar/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "similar",
            "companies"
          ]
        },
        "description": "Tool to identify companies similar to the specified domain by analyzing category and target market. Use when you need to find competitors or similar businesses to a given domain.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "klazify_get_social_media_links",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/social/media/links",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "social",
            "media",
            "links"
          ]
        },
        "description": "Tool to retrieve the list of social media links for a given domain. Use when you need to extract social media profile URLs across multiple platforms (Facebook, Twitter, Instagram, LinkedIn, YouTube, M",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "klazify_get_tech_stack",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tech/stack",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tech",
            "stack"
          ]
        },
        "description": "Tool to retrieve the technological stack utilized by a website including frameworks, platforms, and services. Use when you need to identify what technologies a domain uses for competitive analysis, le",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "klazify_real_time_categorization",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/real/time/categorization",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "real",
            "time",
            "categorization"
          ]
        },
        "description": "Tool to perform real-time website categorization with immediate AI-powered analysis and classification. Use when you need instant domain categorization into 621+ IAB V3 categories with confidence scor",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}