Query and analyse your data from Bitmovin Observability
Inferido de los transportes que declara este listado (streamable-http, sse). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://analytics.mcp.bitmovin.com11 herramientas · 272 mshttps://analytics.mcp.bitmovin.com11 herramientas · 272 msqueryQuery a metric over a time range (start/end) for a license as a TIME SERIES — always renders a chart. Use this for trends and license-wide analytics over a period (e.g. 'last week', 'last 30 days', 'yesterday'). Bucket size is chosen automatically from start/end; there is no interval field to set.…Query a metric over a time range (start/end) for a license as a TIME SERIES — always renders a chart. Use this for trends and license-wide analytics over a period (e.g. 'last week', 'last 30 days', 'yesterday'). Bucket size is chosen automatically from start/end; there is no interval field to set.…
| Parámetro | Tipo | Descripción |
|---|---|---|
| licenseKey* | string | license key (uuid) to query |
| metric* | string | the metric to query. before setting a value, resolve the keyword with the `searchMetrics` tool |
| start* | string | start date/time in ISO 8601 format (e.g., '2025-10-01T00:00:00') |
| end* | string | end date/time in ISO 8601 format (e.g., '2025-10-02T00:00:00') |
| aggregation | string | aggregation method: 'average', 'median', or 'percentile'. If not specified, uses the metric's default aggregation method |
| percentile | number | percentile value (0-100) - required when aggregation is 'percentile' |
| filters | array | optional filters to apply to the query |
queryGroupByquery metric grouped by categories. Queries resolve against API metric keywords, which can differ from a metric's common name — 'plays', for example, is 'impression_id'. The 'searchMetrics' tool resolves a keyword cheaply; 'getAvailableMetrics' returns the full catalog. Every query needs a licenseK…query metric grouped by categories. Queries resolve against API metric keywords, which can differ from a metric's common name — 'plays', for example, is 'impression_id'. The 'searchMetrics' tool resolves a keyword cheaply; 'getAvailableMetrics' returns the full catalog. Every query needs a licenseK…
| Parámetro | Tipo | Descripción |
|---|---|---|
| licenseKey* | string | license key (uuid) to query |
| metric* | string | the metric to query. before setting a value, resolve the keyword with the `searchMetrics` tool |
| start* | string | start date/time in ISO 8601 format (e.g., '2025-10-01T00:00:00') |
| end* | string | end date/time in ISO 8601 format (e.g., '2025-10-02T00:00:00') |
| groupBy* | — | category (or array of categories) to group results by — e.g. Case-insensitive: ['BROWSER', 'COUNTRY'] or just 'BROWSER'. Prefer an array even for a single valu… |
| aggregation | string | aggregation method: 'average', 'median', or 'percentile'. If not specified, uses the metric's default aggregation method |
| percentile | number | percentile value (0-100) - required when aggregation is 'percentile' |
| filters | array | optional filters to apply to the query |
queryTotalGet an aggregated value (one number) for a metric over a time range — no chart, no time bucketing. Can fetch SEVERAL metrics in one call: pass an array to `metric` to get one value per metric (e.g. the ad completion funnel), instead of calling this tool repeatedly. Use ONLY when the user asks for t…Get an aggregated value (one number) for a metric over a time range — no chart, no time bucketing. Can fetch SEVERAL metrics in one call: pass an array to `metric` to get one value per metric (e.g. the ad completion funnel), instead of calling this tool repeatedly. Use ONLY when the user asks for t…
| Parámetro | Tipo | Descripción |
|---|---|---|
| licenseKey* | string | license key (uuid) to query |
| metric* | — | the metric to query: a single keyword, or an array of up to 6 keywords resolved together in one call, which returns one value per metric. A multi-metric ask su… |
| start* | string | start date/time in ISO 8601 format (e.g., '2025-10-01T00:00:00') |
| end* | string | end date/time in ISO 8601 format (e.g., '2025-10-02T00:00:00') |
| aggregation | string | aggregation method: 'average', 'median', or 'percentile'. If not specified, uses the metric's default aggregation method |
| percentile | number | percentile value (0-100) - required when aggregation is 'percentile' |
| filters | array | optional filters to apply to the query |
peekAllLicensesView a summary of all available licenses with their recent play counts and percentage distribution. Use this to understand what licenses exist and their relative usage. When a user asks about licenses by ranking (e.g., 'biggest', 'most active', 'first'), use this to identify which license matches t…View a summary of all available licenses with their recent play counts and percentage distribution. Use this to understand what licenses exist and their relative usage. When a user asks about licenses by ranking (e.g., 'biggest', 'most active', 'first'), use this to identify which license matches t…
No se publicó ningún esquema de entrada para esta herramienta.
getImpressionOverviewInspect a SINGLE playback session identified by a specific impressionId. Returns that one session's static properties (device, location, player) and its aggregated metrics (total played time, buffering, video quality). REQUIRES an impressionId. Do NOT use this for license-wide metrics, totals, tren…Inspect a SINGLE playback session identified by a specific impressionId. Returns that one session's static properties (device, location, player) and its aggregated metrics (total played time, buffering, video quality). REQUIRES an impressionId. Do NOT use this for license-wide metrics, totals, tren…
| Parámetro | Tipo | Descripción |
|---|---|---|
| impressionId* | string | Impression ID |
| licenseKey* | string | license key (uuid) to query |
analyzeImpressionDeep-dive analysis of a SINGLE playback session identified by a specific impressionId: static properties, aggregated metrics, state-transition timeline, and an AI-powered interpretation of session quality. Use for detailed single-session troubleshooting. REQUIRES an impressionId. Do NOT use this fo…Deep-dive analysis of a SINGLE playback session identified by a specific impressionId: static properties, aggregated metrics, state-transition timeline, and an AI-powered interpretation of session quality. Use for detailed single-session troubleshooting. REQUIRES an impressionId. Do NOT use this fo…
| Parámetro | Tipo | Descripción |
|---|---|---|
| impressionId* | string | Impression ID |
| licenseKey* | string | license key (uuid) to query |
fetchImpressionsList the impression ids (individual playback session ids) for a license over a time range, optionally narrowed by filters. Returns the ids themselves — NOT counts, totals, or trends. Use this to enumerate sessions before drilling into specific ones with `getImpressionOverview` or `analyzeImpression…List the impression ids (individual playback session ids) for a license over a time range, optionally narrowed by filters. Returns the ids themselves — NOT counts, totals, or trends. Use this to enumerate sessions before drilling into specific ones with `getImpressionOverview` or `analyzeImpression…
| Parámetro | Tipo | Descripción |
|---|---|---|
| licenseKey* | string | license key (uuid) to query |
| start* | string | start date/time in ISO 8601 format (e.g., '2025-10-01T00:00:00') |
| end* | string | end date/time in ISO 8601 format (e.g., '2025-10-02T00:00:00') |
| filters | array | optional filters to apply to the query |
| limit | integer | maximum number of impression ids to return (1-200, default 100) |
getAvailableMetricsList the full catalog of metrics with their supported aggregation methods. Prefer searchMetrics to resolve a single keyword; use this only when you need every metric.List the full catalog of metrics with their supported aggregation methods. Prefer searchMetrics to resolve a single keyword; use this only when you need every metric.
No se publicó ningún esquema de entrada para esta herramienta.
getAvailableFiltersList the full catalog of filter attributes with their supported operators. Prefer searchFilters to resolve a single attribute; use this only when you need every filter.List the full catalog of filter attributes with their supported operators. Prefer searchFilters to resolve a single attribute; use this only when you need every filter.
| Parámetro | Tipo | Descripción |
|---|---|---|
| licenseKey | string | license key (uuid) to query |
searchMetricsFind the exact metric keyword for a topic or question (e.g. 'buffering', 'how many errors'). Preferred way to resolve a metric keyword; use getAvailableMetrics only to list the full catalog.Find the exact metric keyword for a topic or question (e.g. 'buffering', 'how many errors'). Preferred way to resolve a metric keyword; use getAvailableMetrics only to list the full catalog.
| Parámetro | Tipo | Descripción |
|---|---|---|
| query* | string | free-text term or question describing the metric/filter you want (e.g., 'buffering', 'browser', 'how many errors') |
| limit | integer | maximum number of results to return (default 5) |
searchFiltersFind the exact filter/group-by attribute keyword for a topic or question (e.g. 'browser', 'device type', 'content tier'). Preferred way to resolve an attribute; use 'licenseKey' to resolve custom namings of attributes; use getAvailableFilters only to list the full static catalog.Find the exact filter/group-by attribute keyword for a topic or question (e.g. 'browser', 'device type', 'content tier'). Preferred way to resolve an attribute; use 'licenseKey' to resolve custom namings of attributes; use getAvailableFilters only to list the full static catalog.
| Parámetro | Tipo | Descripción |
|---|---|---|
| query* | string | free-text term or question describing the metric/filter you want (e.g., 'buffering', 'browser', 'how many errors') |
| limit | integer | maximum number of results to return (default 5) |
| licenseKey | string | license key (uuid) to query |
11 de 11 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Query and analyse your data from Bitmovin Observability
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.