Skip to main content
Glama

Clicky MCP Server

by colintoh

get_domain_visitors

Retrieve website visitor analytics from specific domains using Clicky data, including visitor counts and page-level traffic details for any date range.

Instructions

Get visitors filtered by domain from Clicky analytics with optional segmentation data

Input Schema

NameRequiredDescriptionDefault
domainYesDomain name to filter by (e.g., "facebook.com", "google.com")
end_dateYesEnd date in YYYY-MM-DD format
limitNoOptional limit for results (max 1000)
segmentsNoOptional array of segments to include (pages, visitors). Defaults to visitors only. "visitors" gets the total number of visitors from the domain. "pages" get the list of pages and its visited count from the domain.
start_dateYesStart date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain name to filter by (e.g., \"facebook.com\", \"google.com\")", "type": "string" }, "end_date": { "description": "End date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "limit": { "description": "Optional limit for results (max 1000)", "maximum": 1000, "minimum": 1, "type": "number" }, "segments": { "description": "Optional array of segments to include (pages, visitors). Defaults to visitors only. \"visitors\" gets the total number of visitors from the domain. \"pages\" get the list of pages and its visited count from the domain.", "items": { "enum": [ "pages", "visitors" ], "type": "string" }, "type": "array" }, "start_date": { "description": "Start date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "domain", "start_date", "end_date" ], "type": "object" }

Other Tools from Clicky MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/colintoh/clicky-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server