MCP Fathom Analytics

get-current-visitors

Get current visitors for a Fathom Analytics site

Input Schema

NameRequiredDescriptionDefault
detailedNoWhether to include detailed content and referrer information
site_idYesID of the site to retrieve current visitors for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "detailed": { "description": "Whether to include detailed content and referrer information", "type": "boolean" }, "site_id": { "description": "ID of the site to retrieve current visitors for", "type": "string" } }, "required": [ "site_id" ], "type": "object" }