Analytics
bitmovin.com
Provides analytics and metrics for license usage and playback sessions, including time-series queries and aggregated totals.
ENDPOINT 1
https://analytics.mcp.bitmovin.com
MCP server metadata
- Name
- analytics-mcp
- Version
- 0.0.1
Known tools 11
queryQuery a metric over a time range (start/end) for a license as a TIME SERIES — always renders a chart.
Inferred read-onlyqueryTotalGet an aggregated value (one number) for a metric over a time range — no chart, no time bucketing.
Inferred read-onlypeekAllLicensesView a summary of all available licenses with their recent play counts and percentage distribution.
Inferred read-onlygetImpressionOverviewInspect a SINGLE playback session identified by a specific impressionId.
Inferred read-onlyanalyzeImpressionDeep-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.
Inferred read-onlyfetchImpressionsList the impression ids (individual playback session ids) for a license over a time range, optionally narrowed by filters.
Inferred read-onlygetAvailableMetricsList the full catalog of metrics with their supported aggregation methods.
Inferred read-onlygetAvailableFiltersList the full catalog of filter attributes with their supported operators.
Inferred read-onlysearchFiltersFind the exact filter/group-by attribute keyword for a topic or question (e.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.analytics-mcp]
url = "https://analytics.mcp.bitmovin.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"analytics-mcp": {
"type": "http",
"url": "https://analytics.mcp.bitmovin.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: analytics-mcp
Remote MCP URL: https://analytics.mcp.bitmovin.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"analytics-mcp": {
"url": "https://analytics.mcp.bitmovin.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"analytics-mcp": {
"type": "http",
"url": "https://analytics.mcp.bitmovin.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "analytics-mcp",
"transport": "streamable-http",
"url": "https://analytics.mcp.bitmovin.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bitmovin.com was fetched 2026-08-21T23:02:57.211Z.
bitmovin.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.