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…
Что умеет
- 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_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. |
| get_metrics | Returns the list of available metrics for a given data source. Use get_available_sources first to obtain valid source names. |
| get_dimensions | Returns the list of available dimensions (breakdowns) for a given data source. |
| get_data | Execute a data search query against a source. Returns tabular data with metrics and breakdowns. |
| get_dashboards | Get all the dashboards in the organization, including their sections. Returns an array of dashboards with their sections |
| get_dashboard_public_links | Get 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_link | Create 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_dates | Returns 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. |