★ 0 stars
TypeScript
🔌 API Integration
Updated 1d ago
MCP server for vTurb Analytics API — 15 tools for real-time and historical video analytics, with built-in rate limiting (Pro tier: 120 req/min)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"vturb-mcp": {
"command": "npx",
"args": [
"-y",
"hiperbold/vturb-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add vturb-mcp npx -y hiperbold/vturb-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"vturb-mcp": {
"command": "npx",
"args": [
"-y",
"hiperbold/vturb-mcp"
]
}
}
}
📋 Copy
README Excerpt
MCP server for the [vTurb Analytics API](https://vturb.gitbook.io/analytics-api/pt) — exposes 15 tools to query real-time and historical video analytics directly from Claude. Built with the same pattern as [hotmart-mcp](https://github.com/theYahia/hotmart-mcp): TypeScript + `@modelcontextprotocol/sdk` + `zod`.
Tools (15)
find_active_players get_clicks_by_day get_clicks_timed get_conversions_by_day get_events_by_day get_events_total get_headlines_stats get_live_users get_quota_usage get_session_stats get_session_stats_by_day get_traffic_origin_stats get_user_engagement get_user_engagement_by_day list_players