Master Metrics

Master Metrics MCP v1.0.0 Master Metrics MCP brings your marketing data directly into your favourite LLM, enabling you to explore, analyze, and generate…

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные

Что умеет

  • Health Check: Check if the MCP server and API are operational. Returns status ok when healthy.
  • Get Available Sources: Returns the list of data sources connected to the organization (e.g. meta, google, tiktok). Organization is derived from the API key.
  • Get Accounts: Returns the list of connected accounts for a given data source. Use get_available_sources first to obtain valid source names.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

Master Metrics MCP v1.0.0

Master Metrics MCP brings your marketing data directly into your favourite LLM, enabling you to explore, analyze, and generate insights without leaving the conversation.

What you can do:

Connect and browse your available marketing data sources Explore accounts, metrics, dimensions, and date ranges Query performance data in real time Generate reports and insights using natural language Access and share dashboards via public links

Use cases:

Analyze campaign performance across platforms Build quick reports without logging into multiple tools Ask your LLM to identify trends, anomalies, or opportunities Share dashboards with teammates via public links

Technical capabilities: Includes read and write tools for accessing structured marketing data, dashboards, and shareable links.

Список инструментов сервера (10)

Технические названия из tools/list. Нужны только разработчикам.

health_checkCheck if the MCP server and API are operational. Returns status ok when healthy.
get_available_sourcesReturns the list of data sources connected to the organization (e.g. meta, google, tiktok). Organization is derived from the API key.
get_accountsReturns the list of connected accounts for a given data source. Use get_available_sources first to obtain valid source names.
get_metricsReturns the list of available metrics for a given data source. Use get_available_sources first to obtain valid source names.
get_dimensionsReturns the list of available dimensions (breakdowns) for a given data source.
get_dataExecute a data search query against a source. Returns tabular data with metrics and breakdowns.
get_dashboardsGet all the dashboards in the organization, including their sections. Returns an array of dashboards with their sections
get_dashboard_public_linksGet public links for a dashboard group, including the sections in the group. This is used to share a dashboard with someone without authorization. Returns an array of public links with their associated sections.
create_dashboard_public_linkCreate a public link for a dashboard group, including the sections in the group. This is used to share a dashboard with someone without authorization. Returns the created public link with its associated sections.
get_datesReturns the available date fields for sources that require date fields on get_data requests. For example, Kommo, GoHighLevel, Close, Pipedrive, and Hubspot require a date field to be specified on get_data requests. Use this tool to discover the available date fields for these sources.