← Registry

DevOps

bimmerpower.studio

A server management tool monitoring vehicle flash logs, DTC codes, and search performance.

1 endpoint37 known toolsFirst detected May 18, 2026Last detected July 26, 2026

ENDPOINT 1

https://api.bimmerpower.studio/api/mcp

No auth detected

MCP server metadata

Name
BimmerPowerStudioBackEnd
Version
2.0.0.0
Capabilities
loggingtools.listChanged

Known tools 37

get_server_health

Returns the current server health and platform status: database reachability, log processing queue depth, background service status, and aggregation timestamps.

Inferred read-only
get_top_dtcs

Returns the most frequently occurring DTC codes across all flash logs (both before and after flash).

Inferred read-only
send_telegram_alert

Sends a Telegram message to the configured BPS admin chat.

Potential side effects
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.

Inferred read-only
get_search_trend

Returns a day-by-day search performance trend: clicks, impressions, CTR, and average position over time.

Inferred read-only
get_ga4_daily_trend

Returns a day-by-day trend of key GA4 metrics for the period: users, sessions, and pageviews per day.

Inferred read-only
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.

Inferred read-only
get_google_setup_status

Checks the Google API integration setup status.

Inferred read-only
list_pending_credit_requests

Lists pending credit purchase requests awaiting approval.

Potential side effects
list_users

Lists platform users with optional filter.

Inferred read-only
send_whats_app_message

Sends a WhatsApp message to a specific phone number via the BPS WhatsApp Business API.

Potential side effects
get_sgbm_description

Looks up the description of a BMW SGBM component ID (e.g.

Inferred read-only
get_vehicle_flash_history

Returns the complete flash history for a specific VIN: all flash operations with timestamps, results, DTCs before/after, BTLD used, duration, and CBS data.

Inferred read-only
list_recent_flash_logs

Lists the most recent flash operations across all users.

Inferred read-only
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.

Inferred read-only
search_dtc_codes

Searches the BMW DTC (fault code) database by code or description text.

Inferred read-only
get_search_overview

Returns a high-level Google Search Console summary for the BPS website: total clicks, impressions, average CTR (%), and average position in Google search results.

Inferred read-only
create_flash_profile

Creates a new FlashProfile documentation entry for an HWEL version.

Inferred read-only
get_insights_summary

Returns a high-level snapshot of the BPS platform: total vehicles flashed, DTC codes tracked, ECUs on record, and when stats were last computed.

Inferred read-only
update_flash_profile_notes

Updates the Notes and/or Warnings fields on a FlashProfile.

Inferred read-only
get_search_by_country

Returns Google search performance broken down by country: which countries generate the most clicks and impressions.

Inferred read-only
analyze_dtc_patterns

Analyzes post-flash DTC patterns grouped by HWEL version.

Potential side effects
get_ga4_event_stats

Returns the top GA4 custom events tracked on BPS — button clicks, form submissions, tool launches, flash initiations, etc.

Inferred read-only
get_user_segments

Segments users by activity level and subscription tier.

Inferred read-only
get_active_subscriptions

Returns a summary of all active subscriptions grouped by tier, including counts expiring soon (within 7 days) and recently created (last 30 days).

Inferred read-only
get_dtc_by_code

Gets the full BMW description for a specific DTC code.

Inferred read-only
get_ga4_user_acquisition

Returns user acquisition breakdown: how visitors arrive at BPS — organic search, direct, social media, referral, email, paid, etc.

Potential side effects
decode_vin

Decodes a BMW VIN and returns the vehicle's series, model, engine, sales designation, color, model year, and all option codes (SA codes).

Inferred read-only
update_flash_profile_known_dtcs

Updates the KnownDtcs list on a FlashProfile.

Inferred read-only
get_ga4_top_pages

Returns the top pages on the BPS website by pageviews, with page path, title, views, unique users, and average engagement time.

Inferred read-only
get_flash_profile

Gets the flash profile for a specific HWEL version, including the full list of known DTCs that appear after flashing (KnownDtcs), warnings, and which ones trigger the injection/MIL light.

Inferred read-only
get_revenue_summary

Returns revenue and sales summary: total sales records, total revenue (BRL), paid vs unpaid breakdown, monthly trend, and top revenue-generating users.

Inferred read-only
get_top_search_queries

Returns the top Google search queries driving traffic to the BPS website: query text, clicks, impressions, CTR, and average position.

Inferred read-only
get_ga4_realtime_users

Returns real-time active users currently on the BPS website, broken down by top pages they are viewing.

Inferred read-only
get_ecu_statistics

Returns flash performance statistics per ECU (bootloader SGBM ID): total flashes, success/failure counts, success rate %, average duration in seconds, and unique VINs affected.

Inferred read-only
get_top_search_pages

Returns the top pages on the BPS website by organic Google search performance: URL, clicks, impressions, CTR, and average position.

Inferred read-only
get_conversion_funnel

Returns the conversion funnel analytics: overlay → pricing → checkout start → checkout success.

Inferred read-only

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.bimmerpowerstudiobackend]
url = "https://api.bimmerpower.studio/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bimmerpowerstudiobackend": {
      "type": "http",
      "url": "https://api.bimmerpower.studio/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bimmerpowerstudiobackend
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": {
    "bimmerpowerstudiobackend": {
      "url": "https://api.bimmerpower.studio/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bimmerpowerstudiobackend": {
      "type": "http",
      "url": "https://api.bimmerpower.studio/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bimmerpowerstudiobackend",
  "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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bimmerpower.studio was fetched 2026-07-28T04:00:17.817Z and is being refreshed.

Trust status Neutral

bimmerpower.studio is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.