ClickMeter MCP connector
ClickMeter is a link tracking and analytics platform for monitoring clicks, conversions, and campaign performance across marketing channels. The ClickMeter MCP connector allows AI agents to manage tracking links, monitor click data, and configure domain settings for redirects. It also supports managing guest user access, retrieving account information, and analyzing campaign metrics.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the ClickMeter MCP connector to perform the following actions:
- Track clicks and conversions across marketing campaigns in real time
- Monitor campaign performance metrics grouped by day, week, or month
- Manage team access by creating guest accounts and assigning permissions
- Block IP addresses from skewing click and conversion data
- Configure redirect domains for branded link tracking
- Retrieve detailed event logs to audit account activity
- Create and manage conversion tracking for specific marketing initiatives
Example prompts
Use the following example prompts to invoke ClickMeter MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me total clicks and conversions for my campaigns this month in ClickMeter.Create a new guest account in ClickMeter for my marketing manager.What were my click statistics last week grouped by day in ClickMeter?Add a new domain to my redirect allowlist in ClickMeter.Retrieve the latest 100 events from my ClickMeter account.Block the IP address 192.168.1.1 from tracking in ClickMeter.How many conversions did I track across all campaigns in ClickMeter?Update my account settings in ClickMeter.Delete a conversion that was recorded incorrectly in ClickMeter.Show me conversion statistics for a specific date range in ClickMeter.
ClickMeter MCP connector tools
The ClickMeter MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| Account_Get | Retrieves the current account information and settings. |
| Account_Post | Updates the current account information and settings. |
| Account_GetDomainWhitelist | Retrieves the list of domains allowed for redirects. |
| Account_PutDomainWhitelist | Adds a new domain to the whitelist. |
| Account_DeleteDomainWhitelist | Removes a domain from the whitelist. |
| Account_GetGuests | Retrieves the list of guest users on the account. |
| Account_PutGuest | Adds a new guest user to the account. |
| Account_GetGuestsCount | Retrieves the total number of guest users. |
| Account_DeleteGuest | Removes a guest user from the account. |
| Account_GetGuest | Retrieves details for a specific guest user. |
| Account_PostGuest | Updates information for a specific guest user. |
| Account_GetPermissions | Retrieves the permissions assigned to a guest. |
| Account_GetPermissionsCount | Retrieves the total number of permissions for a guest. |
| createAccountGuestsPermissionsPatch | Modifies the permissions for a shared object. |
| Account_PatchPermissions | Modifies the permissions for a shared object. |
| Account_GetIpBlacklist | Retrieves the list of blacklisted IP addresses. |
| Account_PutIpBlacklist | Adds a new IP address to the blacklist. |
| Account_DeleteIpBlacklist | Removes an IP address from the blacklist. |
| Account_GetPlan | Retrieves the current account subscription plan details. |
| Aggregated_GetStatisticsSingle | Retrieves statistics for a specified time period. |
| Aggregated_GetStatisticsList | Retrieves statistics grouped by time period. |
| Aggregated_GetConversionsSummary | Retrieves conversion statistics for a time period. |
| Aggregated_GetDatapointsSummary | Retrieves datapoint statistics for a time period. |
| Aggregated_GetGroupsSummary | Retrieves group statistics for a time period. |
| ClickStream_Get | Retrieves the latest 100 events from the account. |
| Conversions_Get | Retrieves the list of conversions. |
| Conversions_Put | Creates a new conversion. |
| Conversions_GetStatisticsAllList | Retrieves conversion statistics grouped by time period. |
| Conversions_Count | Retrieves the total number of conversions. |
| Conversions_Delete | Removes a conversion by its identifier. |
| getConversions | Retrieve conversion specified by id. |
| Conversions_Post | Update conversion specified by id. |
| Conversions_GetStatisticsSingle | Retrieve statistics about this conversion for a timeframe. |
| Conversions_GetStatisticsList | Retrieve statistics about this conversion for a timeframe grouped by some temporal entity (day/week/month). |
| Conversions_GetDatapoints | Retrieve a list of datapoints connected to this conversion. |
| updateConversionsDatapointsBatchPatch | Modify the association between a conversion and multiple datapoints. |
| Conversions_GetDatapointsCount | Retrieve a count of datapoints connected to this conversion. |
| Conversions_Patch | Modify the association between a conversion and a datapoint. |
| Conversions_GetHits | Retrieve the list of events related to this conversion. |
| Conversions_PatchNotes | Fast patch the "notes" field of a conversion. |
| DataPoints_Get | List of all the datapoints associated to the user. |
| DataPoints_Put | Create a datapoint. |
| DataPoints_GetStatisticsAggregatedSingle | Retrieve statistics about this customer for a timeframe by groups. |
| DataPoints_GetStatisticsAllList | Retrieve statistics about all datapoints of this customer for a timeframe grouped by some temporal entity (day/week/mont. |
| DataPoints_BatchDelete | Delete multiple datapoints. |
| DataPoints_BatchPost | Update multiple datapoints. |
| DataPoints_BatchPut | Create multiple datapoints. |
| DataPoints_Count | Count the datapoints associated to the user. |
| DataPoints_Delete | Delete a datapoint. |
| getDatapoints | Get a datapoint. |
| DataPoints_Post | Update a datapoint. |
| DataPoints_GetStatisticsSingle | Retrieve statistics about this datapoint for a timeframe. |
| DataPoints_GetStatisticsList | Retrieve statistics about this datapoint for a timeframe grouped by some temporal entity (day/week/month). |
| DataPoints_PatchFavourite | Fast switch the "favourite" field of a datapoint. |
| DataPoints_GetHits | Retrieve the list of events related to this datapoint. |
| DataPoints_PatchNotes | Fast patch the "notes" field of a datapoint. |
| Domains_Get | Retrieve a list of domains. |
| Domains_Put | Create a domain. |
| Domains_Count | Retrieve count of domains. |
| Domains_Delete | Delete a domain. |
| getDomains | Get a domain. |
| Domains_Update | Update a domain. |
| Groups_Get | List of all the groups associated to the user. |
| Groups_Put | Create a group. |
| Groups_GetStatisticsAggregatedSingle | Retrieve statistics about this customer for a timeframe by groups. |
| Groups_GetStatisticsAllList | Retrieve statistics about all groups of this customer for a timeframe grouped by some temporal entity (day/week/month). |
| Groups_Count | Count the groups associated to the user. |
| Groups_Delete | Delete group specified by id. |
| getGroups | Get a group. |
| Groups_Post | Update a group. |
| Groups_GetStatisticsSingle | Retrieve statistics about this group for a timeframe. |
| Groups_GetStatisticsList | Retrieve statistics about this group for a timeframe grouped by some temporal entity (day/week/month). |
| Groups_GetDatapointsSummary | Retrieve statistics about a subset of datapoints for a timeframe with datapoints data. |
| Groups_GetDatapoints | List of all the datapoints associated to the user in this group. |
| Groups_PutDatapoint | Create a datapoint in this group. |
| Groups_GetDatapointsCount | Count the datapoints associated to the user in this group. |
| Groups_PatchFavourite | Fast switch the "favourite" field of a group. |
| Groups_GetHits | Retrieve the list of events related to this group. |
| Groups_PatchNotes | Fast patch the "notes" field of a group. |
| Hits_GetHits | Retrieve the list of events related to this account. |
| Me_GetMe | Retrieve current account data. |
| Me_GetMePlan | Retrieve current account plan. |
| Retargeting_Get | List of all the retargeting scripts associated to the user. |
| Retargeting_Put | Creates a retargeting script. |
| Retargeting_Count | Retrieve count of retargeting scripts. |
| Retargeting_Delete | Deletes a retargeting script (and remove associations). |
| getRetargeting | Get a retargeting script object. |
| Retargeting_Post | Updates a retargeting script. |
| Retargeting_GetDatapoints | List of all the datapoints associated to the retargeting script. |
| Retargeting_GetDatapointsCount | Count the datapoints associated to the retargeting script. |
| Tags_Get | List of all the groups associated to the user filtered by this tag. |
| Tags_Put | Create a tag. |
| Tags_Count | List of all the groups associated to the user filtered by this tag. |
| Tags_Delete | Delete a tag. |
| getTags | Retrieve a tag. |
| Tags_DeleteRelatedDatapoints | Delete the association of this tag with all datapoints. |
| Tags_GetDatapoints | List of all the datapoints associated to the user filtered by this tag. |
| Tags_GetDatapointsCount | Count the datapoints associated to the user filtered by this tag. |
| Tags_PatchDataPoint | Associate/Deassociate a tag with a datapoint. |
| Tags_DeleteRelatedGroups | Delete the association of this tag with all groups. |
| Tags_GetGroups | List of all the groups associated to the user filtered by this tag. |
| Tags_GetGroupsCount | Count the groups associated to the user filtered by this tag. |
| Tags_PatchGroup | Associate/Deassociate a tag with a group. |
| Tags_PatchTagName | Fast patch a tag name. |