Query and analyse your data from Bitmovin Observability
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http, sse). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://analytics.mcp.bitmovin.com11 strumenti · 272 mshttps://analytics.mcp.bitmovin.com11 strumenti · 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.…
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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 strumenti su 11 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Query and analyse your data from Bitmovin Observability
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.