# Gosquared — MCP server on mcp.ai > Connect your Gosquared account and use 90 tools for analytics straight from your AI agent. Connect with your own API key. GoSquared provides real-time web analytics and customer engagement tools to help businesses understand and interact with their website visitors. By: mcp.ai · official Page: https://mcp.ai/gosquared ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_gosquared?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/gosquared/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/gosquared/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/gosquared/skill.md Postman collection (v2.1): https://mcp.ai/gosquared/postman.json ## Tools - gosquared_account_add_shared_user(role?: string, email: string, notify?: boolean) — Tool to add a new shared user to a project. Use when inviting team members via their email address. - gosquared_account_remove_shared_user(email: string) — Removes a shared user from a GoSquared project by their email address, revoking their access to the site. Requires owner-level API key permissions. Use GOSQUARED_ACCOUNT_SHARED_USERS first to list cur - gosquared_account_shared_users() — Retrieves all team members who have access to the current GoSquared project. Returns each user's ID, email, access state (owner/active/pending), and role (owner/admin/member). Requires an API key with - gosquared_account_sites(presenter?: string) — List all projects/sites accessible to the authenticated account. Requires 'read_account' API key scope. Use 'grouped' format to see owned vs shared sites, or 'flat' for a simple list. - gosquared_auth_token_info(api_key: string) — Tool to check whether an API key is valid and retrieve its enabled scopes. Use when verifying API credentials before making further API calls. - gosquared_block_visitor(visitor_id: string) — Tool to block a specific visitor from being tracked. Use when you need to prevent tracking for a particular visitor ID. - gosquared_chat_chat(chatID: string) — Retrieve detailed information about a chat conversation by its ID. Use this tool when you need to: - Get the current state of a chat conversation (agent assignment, read status) - View the latest mess - gosquared_chat_chat_messages(limit?: string, chatID: string, to_date?: string, from_date?: string) — Retrieve messages from a GoSquared chat conversation by chat ID. Use this tool to: - Fetch message history from a specific chat conversation - Page through chat messages with offset and limit - Filter - gosquared_chat_chats(limit?: string, to_date?: string, from_date?: string) — Tool to retrieve chat data for reporting purposes. Use when you need to list active chat conversations within a specific time window. - gosquared_chat_feed(limit?: string, chat_id: string, to_date?: string, from_date?: string) — Retrieve the complete feed of messages and events from a chat conversation. Use this action to: - Fetch chat history and conversation timeline for a specific person - Review messages exchanged between - gosquared_create_account_webhook(url: string, name?: string, value?: string, trigger?: string, include_unverified?: boolean) — Tool to create a webhook to receive notifications about events in a GoSquared project. Use when you need to register a new webhook endpoint for real-time event notifications. - gosquared_create_webhook_trigger(value: string, trigger: string, webhookID: integer) — Tool to add a trigger to an existing GoSquared webhook. Use when configuring webhook alerts for traffic spikes, traffic dips, chat messages, or smart group events. - gosquared_delete_account_webhook(webhook_id: integer) — Tool to delete a webhook from a GoSquared account. Use when you need to remove an existing webhook by its ID. - gosquared_delete_person(blacklist?: boolean, person_id: string) — Tool to delete a person profile and all associated data. Use when you need to permanently remove a person's record and optionally blacklist them. - gosquared_end_visitor_sessions(page?: object, visitor_id: string) — Tool to end all tracking sessions for a specified visitor in GoSquared. Use when you need to manually terminate a visitor's session, such as when a user logs out or closes their browser. Optionally sp - gosquared_get_account_blocked(presenter?: string) — Tool to retrieve a list of blocked IP addresses, bots, and visitors for a project. Use when you need to see all blocked items across all categories. - gosquared_get_account_blocked_bots() — Tool to retrieve the bot blocking status for a GoSquared project. Use when you need to check whether automatic bot blocking is enabled. - gosquared_get_account_blocked_ips() — Tool to retrieve the list of blocked IP addresses for the account. Use when you need to view which IP addresses are currently blocked from tracking or accessing the site. - gosquared_get_account_blocked_visitors(presenter?: string) — Tool to retrieve visitor IDs that have been blocked for a project. Use when you need to list visitors who were blocked (typically via the 'Ignore' button in the visitor widget). - gosquared_get_account_site(site_token: string) — Tool to retrieve detailed information about a specific site/project by its site_token. Use when you need to fetch configuration details, ownership info, or metadata for a particular GoSquared project. - gosquared_get_account_sites_usage(to?: string, from?: string) — Tool to retrieve all sites and their pageview counts for the authenticated account. Use when you need to get usage statistics across all sites. Optionally filter by date range using 'from' and 'to' pa - gosquared_get_account_tagged_visitors(limit?: string, presenter?: string) — Tool to retrieve the list of tagged visitors from the account. Use when you need to see which visitors have been tagged and their associated tags. - gosquared_get_account_trigger_type(trigger_type: string) — Tool to retrieve details of a specific trigger type from GoSquared. Use when you need to understand the payload structure and fields for a particular trigger type before setting up automation workflow - gosquared_get_account_trigger_types() — Tool to retrieve available types of triggers in GoSquared. Use when you need to discover what trigger types are supported for automation workflows or webhook configurations. - gosquared_get_account_webhook(webhook_id: integer) — Tool to retrieve a specific webhook by ID from a GoSquared account. Use when you need to fetch details about an existing webhook configuration. - gosquared_get_account_webhook_triggers(webhook_id: integer) — Retrieves all triggers for a webhook. Use when you need to view which events are configured to fire a specific webhook. - gosquared_get_account_webhooks() — Retrieves a list of webhooks configured for the GoSquared project. Returns webhook details including ID, URL, event type, and active status. Use this to audit configured webhooks or verify webhook int - gosquared_get_chat_chat_message(chat_id: string, message_id: string) — Retrieve a specific chat message by its message ID from a chat conversation. Use this tool when you need to fetch details of a particular message, such as its content, sender, and timestamp. Requires - gosquared_get_now_browsers(limit?: string, presenter?: string) — Tool to retrieve browsers used by currently online visitors, sorted by visitor count. Use when you need real-time breakdown of which browsers active visitors are using. - gosquared_get_now_campaigns(limit?: string) — Tool to retrieve currently running campaigns with real-time visitor counts. Use when you need to see which campaigns are actively driving visitors to the site right now. - gosquared_get_now_countries(limit?: string, presenter?: string) — Tool to retrieve countries where currently online visitors are located, sorted by visitor count. Use when you need real-time geographic distribution of active site visitors. - gosquared_get_now_engagement() — Tool to retrieve engagement information of currently online users. Use when you need real-time metrics about visitor behavior including time on site and visit depth. - gosquared_get_now_geo(limit?: string, dateFormat?: string, visitorsMode?: string) — Tool to retrieve real-time geographic coordinates for currently online visitors. Returns latitude/longitude coordinates with visitor counts for each location. Use when you need to visualize or analyze - gosquared_get_now_languages(limit?: string, presenter?: string) — Tool to retrieve languages for currently online visitors sorted by visitor count. Use when you need a real-time breakdown of active visitor languages. - gosquared_get_now_notifications(limit?: string, to_date?: string, from_date?: string, dateFormat?: string) — Tool to retrieve notifications stored in GoSquared. Use when you need to access Traffic Alerts, RSS feed items, or Milestones. - gosquared_get_now_organisations(limit?: string, presenter?: string) — Tool to retrieve internet organisations currently being used by online visitors, sorted by visitor count. Use when you need real-time data about which ISPs or network providers your visitors are using - gosquared_get_now_sources_by_section(limit?: string, minimal?: boolean, sections: string, drillLimit?: string) — Tool to retrieve a specific group of real-time traffic sources such as 'site', 'organic', or 'social'. Use when you need up-to-the-minute data about a particular source category driving visitors to yo - gosquared_get_now_time(dateFormat?: string) — Tool to retrieve the current time according to GoSquared infrastructure. Use when you need a synchronized timestamp from GoSquared's servers. - gosquared_get_now_visitor(limit?: string, presenter?: string, visitorID: string, visitorsMode?: string) — Retrieves real-time session information for a specific online visitor. Use this tool after obtaining a visitorID from GOSQUARED_NOW_VISITORS to get detailed information about a visitor including their - gosquared_get_people_event_types() — Retrieve all event types tracked in GoSquared People CRM, ordered by frequency. Use this to discover available events for filtering or building Smart Groups. - gosquared_get_people_property_types(custom_only?: boolean, property_id?: string) — Retrieve property types (schema definitions) from GoSquared People CRM. Use this tool to: - Discover all available profile properties and their data types - Get custom property definitions - Look up a - gosquared_get_person(person_id: string) — Retrieve a specific person's profile from GoSquared People CRM by their unique ID. Use this tool when you need to: - Fetch detailed profile information for a known person - Look up custom properties s - gosquared_get_person_feed(sort?: string, type?: string, limit?: string, query?: string, to_time?: string, personID: string, from_time?: string) — Retrieve a person's complete event feed from GoSquared People CRM. Returns a chronologically ordered list of all events (custom events and session events) for a specific person. Use this tool to: - Vi - gosquared_get_trends_browser(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Tool to retrieve summarised browser metrics over a specified time period. Use when analyzing which browsers were used to access the site during a specific date range. - gosquared_get_trends_campaign_content(limit?: string, to_date: string, from_date: string, date_format?: string, response_format?: string) — Retrieve UTM content metrics (utm_content) aggregated over a specified date range. Use this to analyze which content variations (e.g., banner ads, sidebar links, footer CTAs) are driving traffic to yo - gosquared_get_trends_campaign_name(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Retrieve UTM campaign name metrics (utm_campaign) aggregated over a specified date range. Use this to analyze which marketing campaigns (e.g., 'spring_sale', 'newsletter_2024') are driving traffic to - gosquared_get_trends_campaign_source(limit?: string, to_date: string, from_date: string, date_format?: string, response_format?: string) — Retrieve UTM source metrics (utm_source) aggregated over a specified date range. Use this to analyze which traffic sources (e.g., google, facebook, newsletter) are driving visitors to your site. - gosquared_get_trends_campaign_term(limit?: string, to_date: string, from_date: string, date_format?: string, response_format?: string) — Retrieve UTM term metrics (utm_term) aggregated over a specified date range. Use this to analyze which specific keywords or terms are driving traffic to your site. - gosquared_get_trends_category(limit?: string, format?: string, to_date: string, interval?: string, from_date: string, dateFormat?: string) — Tool to retrieve summarised category metrics over a specified time period. Use when analyzing which content categories were accessed during a specific date range. - gosquared_get_trends_country(limit?: string, to_date: string, from_date: string, date_format?: string, response_format?: string) — Retrieve country-level visit metrics aggregated over a specified date range. Use this to analyze which countries are driving traffic to your site during a specific period. - gosquared_get_trends_language(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Retrieve summarised language metrics over a given time period. Use this to analyze which languages your visitors are using based on browser settings. Returns a ranked list of languages by visitor coun - gosquared_get_trends_organisation(limit?: string, to_date: string, from_date: string, date_format?: string, response_format?: string) — Tool to retrieve summarised organisation metrics over a given time period. Use when analyzing which internet organisations (ISPs, network providers, companies) are driving traffic to your site during - gosquared_get_trends_os(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Tool to retrieve summarised operating system metrics over a specified time period. Use when analyzing which operating systems were used to access the site during a specific date range. - gosquared_get_trends_product(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Tool to retrieve summarised product metrics over a specified time period. Use when analyzing ecommerce product performance, revenue, and transaction data during a specific date range. - gosquared_get_trends_screen_dimensions(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Tool to retrieve summarised screen dimensions metrics over a specified time period. Use when analyzing which screen dimensions (resolutions) were used to access the site during a specific date range. - gosquared_get_trends_sources(group?: boolean, limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string, sourceType?: string) — Tool to retrieve a historical list of traffic sources that referred visitors to the site over a specified period. Sources are grouped by category: direct, organic (search engines), site (referrals), s - gosquared_get_trends_sources_by_type(group?: boolean, limit?: string, format?: string, to_date: string, from_date: string, date_format?: string, source_type: string) — Tool to retrieve a historical list of sources for the given section type. Use when analyzing which sources (referring websites, social media, search engines, or internal) drove traffic during a specif - gosquared_get_trends_transaction(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Tool to retrieve summarised transaction metrics over a specified time period. Use when analyzing transaction data including revenue and quantity during a specific date range. - gosquared_list_people(sort?: string, limit?: string, query?: string, fields?: string, filters?: object[], presenter?: string, dateFormat?: string) — Search and filter tracked people in GoSquared People CRM. Use this tool to: - List all tracked people or search by text query - Filter people by properties (email, name, etc.) or tracked events - Sort - gosquared_now_concurrents() — Tool to retrieve the number of concurrent visitors currently on your site. Use when you need live, real-time visitor metrics. - gosquared_now_pages(href?: string, limit?: string) — Retrieve the most popular pages currently being viewed on your site in real-time. Returns pages ordered by visitor count. Use this tool when you need to know which pages are currently active and how m - gosquared_now_platforms(limit?: string, presenter?: string) — Tool to retrieve platforms used by online visitors sorted by visitor count. Use when you need a real-time breakdown of active visitor platforms. - gosquared_now_v3_overview(to_date?: string, from_date?: string, dateFormat?: string) — Tool to retrieve a summary of real-time data for the site. Use when a snapshot of current online visitor metrics and summary statistics is needed. - gosquared_now_v3_sources(limit?: string, minimal?: boolean, sections?: string, drillLimit?: string) — Tool to retrieve the most influential traffic sources currently driving visitors to your site. Use when you need an up-to-the-minute breakdown of referrer sources. - gosquared_now_v3_time_series(to_time?: string, interval?: string, from_time?: string, dateFormat?: string) — Retrieves time series data showing the number of concurrent visitors to your site over time. Use this tool when you need to analyze visitor traffic patterns, identify peak hours, or track historical v - gosquared_now_visitors(limit?: string, to_date?: string, from_date?: string, dateFormat?: string, visitorsMode?: string) — Tool to retrieve a list of current online visitors. Use when you need detailed real-time visitor information. - gosquared_people_devices(limit?: string) — Retrieve a paginated list of all devices tracked in GoSquared People CRM. This tool returns information about every device that has ever been tracked, including platform (OS), browser, screen size, IS - gosquared_people_smart_groups() — Retrieve all Smart Groups for a GoSquared People CRM project. Smart Groups are saved user segments based on property or event filters. Use this action to list all configured Smart Groups and their fil - gosquared_people_smartgroup_feed(to_date?: string, group_id: string, from_date?: string) — Export all pageview activity for users in a Smart Group to a downloadable CSV file. Returns a time-limited URL (valid for 15 minutes) to download the CSV. Supports filtering by date range (max 60 days - gosquared_people_smartgroup_people(sort?: string, limit?: string, query?: string, fields?: string, group_id: string, presenter?: string, dateFormat?: string) — Retrieve people (user profiles) from a specific Smart Group in GoSquared People CRM. Smart Groups are saved user segments defined by property or event filters. Use this action to list users matching a - gosquared_post_account_sites(url: string, name?: string, timezone?: string) — Creates a new site/project in the GoSquared account for analytics tracking. Returns the site_token needed to configure tracking on the new site. Requires: API key with 'write_account' scope (not suppo - gosquared_post_chat_chat_archive(chatID: string) — Archives a chat conversation in GoSquared Inbox. Use this action to close out completed chat sessions, move resolved conversations out of the active inbox, or organize chat history. Archived chats can - gosquared_post_chat_chat_message(auth?: string, chatID: string, sender?: string, content: string, timestamp?: integer) — Send a message to a visitor in a GoSquared chat conversation. Use this tool to: - Send messages as an agent to website visitors - Send automated bot responses - Send messages on behalf of a client (re - gosquared_post_chat_chat_note(chatID: string, sender?: string, content: string, timestamp?: integer) — Adds an internal note to a GoSquared chat conversation. Notes are visible only to agents in the Inbox and are useful for leaving context, follow-up reminders, or team coordination messages. The chatID - gosquared_post_chat_chat_unarchive(chatID: string) — Unarchives a chat conversation in GoSquared Inbox. Use this action to restore an archived chat back to active state, making it visible in the active inbox again. This is useful when you need to resume - gosquared_post_people_smartgroups(name: string, prefs?: object, filters: object[], sortDir?: string, sortField?: string) — Create a new Smart Group in GoSquared People CRM to segment users by custom criteria. Smart Groups are dynamic user segments based on property filters (like email, name, status) or event-based filters - gosquared_send_tracking_ping(page: object, visitor_id: string) — Sends a ping to keep the visitor session active in GoSquared. Must be received at least once every 30 seconds to maintain the session, otherwise the session will time out. Use this when implementing c - gosquared_tag_visitor(tag: string, visitorID: string) — Tool to add a tag to an identified visitor in GoSquared. Use when you need to categorize, segment, or label visitors for organizational purposes or marketing campaigns. - gosquared_track_properties(name?: string, email?: string, phone?: string, avatar?: string, custom?: object, status?: string, company?: object, username?: string, last_name?: string, person_id?: string, created_at?: string, first_name?: string, visitor_id?: string, description?: string) — Track user properties for a visitor in GoSquared. Use to set or update profile information for identified users or anonymous visitors. Properties include email, name, company details, and custom field - gosquared_tracking_event(ip?: string, page?: object, event: object, total?: object, screen?: object, campaign?: object, language?: string, location?: object, referrer?: string, person_id?: string, returning?: boolean, user_agent?: string, visitor_id?: string, character_set?: string, last_pageview?: string) — Track custom events in GoSquared analytics. Use to record user actions like signups, purchases, button clicks, or any custom event. Events are associated with visitors/people and appear in their activ - gosquared_tracking_identify(person_id: string, properties?: object, visitor_id?: string) — Identify a user in GoSquared and set their profile properties. Links anonymous visitor activity to a known user identity and creates/updates their profile in the People dashboard. Requires 'write_trac - gosquared_tracking_pageview(ip?: string, page: object, total?: object, screen?: object, campaign?: object, language?: string, location?: object, referrer?: string, returning?: boolean, timestamp?: string, user_agent?: string, visitor_id: string, character_set?: string, last_pageview?: string) — Tracks a pageview event in GoSquared Analytics. Use this to record when a visitor views a page on your site. Requires visitor_id (unique identifier for the visitor) and page URL. Optionally include ad - gosquared_tracking_transaction(ip?: string, page?: object, total?: object, screen?: object, campaign?: object, language?: string, location?: object, person_id?: string, returning?: boolean, timestamp?: string, user_agent?: string, visitor_id?: string, transaction: object, character_set?: string, last_pageview?: string) — Track e-commerce transactions in GoSquared analytics. Use this when a customer completes a purchase to record the transaction details including items purchased, revenue, and customer identification. T - gosquared_trends_aggregate(limit?: string, format?: string, to_date: string, interval?: string, from_date: string, dateFormat?: string) — Retrieve aggregate web analytics metrics for a specified time period. Returns key metrics like pageviews, unique visitors, visits, bounce rate, engaged time, and e-commerce data, grouped by hour, day, - gosquared_trends_campaign_medium(limit?: string, to_date: string, from_date: string, date_format?: string, response_format?: string) — Retrieve UTM medium metrics (utm_medium) aggregated over a specified date range. Use this to analyze which marketing mediums (e.g., email, social, cpc, organic) are driving traffic to your site. - gosquared_trends_event(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Retrieve counts of tracked event triggers over a specified time period. Use this tool to analyze how frequently custom events have been triggered on your site. Events must first be tracked using the G - gosquared_trends_page(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Retrieve page-level visit metrics over a specified time period. Returns a ranked list of pages by visit count within the date range. Use this to analyze which pages received the most traffic during a - gosquared_trends_path1(limit?: string, format?: string, to_date: string, from_date: string, dateFormat?: string) — Retrieves base path metrics (first URL path segments) over a time period. Use this to analyze which top-level URL paths (e.g., '/blog', '/products', '/wiki') receive the most traffic. Useful for under - gosquared_update_account_blocked_bots(block: boolean) — Tool to update the automatic bot blocking feature for a project. Use when you need to enable or disable bot filtering for analytics tracking. - gosquared_update_account_blocked_ips(ip: string) — Tool to update the list of IP addresses to be blocked for a GoSquared project. Use when you need to block specific IP addresses from being tracked in analytics. ## Example prompts - "What can I do in Gosquared?" - "Show me a summary of my Gosquared account" ## Links Docs: https://mcp.ai/docs/mcps/gosquared Website: https://mcp.ai/mcps/gosquared