/klazify | Type: Application | PCID required: Yes
Application MCP Servers
klazify
Website Categorization
Server path:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Website Categorization
/klazify | Type: Application | PCID required: Yes
| Tool | Description |
|---|---|
klazify_categorize | Fetch full company profile including IAB categories, company data, logo, social media, and tech stack for a URL |
klazify_get_domain_company | Fetch company information for a URL including name, description, and industry |
klazify_get_domain_expiration | Fetch domain registration and expiration date information for a URL |
klazify_get_domain_iab_categories | Fetch IAB content taxonomy categories for a URL |
klazify_get_domain_logo | Fetch the logo URL for a given domain |
klazify_get_domain_social_media | Fetch social media profile links associated with a URL |
klazify_get_domain_tech | Detect the technology stack used by a URL including frameworks, CMS, and analytics tools |
klazify_get_domain_traffic_intelligence | Fetch traffic intelligence data for a URL including estimated visits and traffic sources |
klazify_get_similar_domains | Find domains similar to a given URL based on content and category analysis |
klazify_real_time_categorization | Classify a URL in real time using machine learning and return IAB categories with confidence scores |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to analyze (e.g., “https://example.com”) |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to analyze (e.g., \"https://example.com\")"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to get company data for |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to get company data for"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to check expiration for |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to check expiration for"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to get IAB categories for |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to get IAB categories for"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to get the logo for |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to get the logo for"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to get social media profiles for |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to get social media profiles for"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to detect tech stack for |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to detect tech stack for"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to get traffic intelligence for |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to get traffic intelligence for"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to find similar domains for |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to find similar domains for"
}
},
"required": [
"PCID",
"url"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL or domain to classify in real time |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"url": {
"type": "string",
"description": "The URL or domain to classify in real time"
}
},
"required": [
"PCID",
"url"
]
}
