← bimmerpower.studio
INDIVIDUAL MCP TOOL
get_ga4_overview
Returns a high-level GA4 overview for the BPS website: total users, new users, sessions, pageviews, bounce rate, average session duration (seconds), and engagement rate.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.bimmerpower-studio]
url = "https://api.bimmerpower.studio/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bimmerpower-studio": {
"type": "http",
"url": "https://api.bimmerpower.studio/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bimmerpower-studio
Remote MCP URL: https://api.bimmerpower.studio/api/mcp
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": {
"bimmerpower-studio": {
"url": "https://api.bimmerpower.studio/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bimmerpower-studio": {
"type": "http",
"url": "https://api.bimmerpower.studio/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bimmerpower-studio",
"transport": "streamable-http",
"url": "https://api.bimmerpower.studio/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_server_health— Returns the current server health and platform status: database reachability, log processing queue depth, background service status, and aggregation timestamps.get_top_dtcs— Returns the most frequently occurring DTC codes across all flash logs (both before and after flash).send_telegram_alert— Sends a Telegram message to the configured BPS admin chat.get_flash_log_detail— Returns the full detail of a specific flash execution log by ID, including DTC lists before and after, SVK before and after, execution steps, and CBS backup data.get_search_trend— Returns a day-by-day search performance trend: clicks, impressions, CTR, and average position over time.get_ga4_daily_trend— Returns a day-by-day trend of key GA4 metrics for the period: users, sessions, and pageviews per day.get_user_detail— Returns detailed information about a specific user by their numeric ID: profile, subscription, credit balance, all activated VINs, recent flash history, and login audit.get_google_setup_status— Checks the Google API integration setup status.