INDIVIDUAL MCP TOOL
getAvailableMetrics
List the full catalog of metrics with their supported aggregation methods.
LIVE ENDPOINT
https://analytics.mcp.bitmovin.com
Connect to this endpoint to inspect the live schema for getAvailableMetrics and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
query— Query a metric over a time range (start/end) for a license as a TIME SERIES — always renders a chart.queryGroupBy— query metric grouped by categories.queryTotal— Get an aggregated value (one number) for a metric over a time range — no chart, no time bucketing.peekAllLicenses— View a summary of all available licenses with their recent play counts and percentage distribution.getImpressionOverview— Inspect a SINGLE playback session identified by a specific impressionId.analyzeImpression— 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.fetchImpressions— List the impression ids (individual playback session ids) for a license over a time range, optionally narrowed by filters.getAvailableFilters— List the full catalog of filter attributes with their supported operators.