DevOps
bimmerpower.studio
A server management tool monitoring vehicle flash logs, DTC codes, and search performance.
ENDPOINT 1
https://api.bimmerpower.studio/api/mcp
MCP server metadata
- Name
- BimmerPowerStudioBackEnd
- Version
- 2.0.0.0
Known tools 37
get_server_healthReturns the current server health and platform status: database reachability, log processing queue depth, background service status, and aggregation timestamps.
Inferred read-onlyget_top_dtcsReturns the most frequently occurring DTC codes across all flash logs (both before and after flash).
Inferred read-onlyget_flash_log_detailReturns 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-onlyget_search_trendReturns a day-by-day search performance trend: clicks, impressions, CTR, and average position over time.
Inferred read-onlyget_ga4_daily_trendReturns a day-by-day trend of key GA4 metrics for the period: users, sessions, and pageviews per day.
Inferred read-onlyget_user_detailReturns 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-onlylist_pending_credit_requestsLists pending credit purchase requests awaiting approval.
Potential side effectssend_whats_app_messageSends a WhatsApp message to a specific phone number via the BPS WhatsApp Business API.
Potential side effectsget_vehicle_flash_historyReturns 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-onlyget_ga4_overviewReturns 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-onlysearch_dtc_codesSearches the BMW DTC (fault code) database by code or description text.
Inferred read-onlyget_search_overviewReturns 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-onlycreate_flash_profileCreates a new FlashProfile documentation entry for an HWEL version.
Inferred read-onlyget_insights_summaryReturns 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-onlyupdate_flash_profile_notesUpdates the Notes and/or Warnings fields on a FlashProfile.
Inferred read-onlyget_search_by_countryReturns Google search performance broken down by country: which countries generate the most clicks and impressions.
Inferred read-onlyget_ga4_event_statsReturns the top GA4 custom events tracked on BPS — button clicks, form submissions, tool launches, flash initiations, etc.
Inferred read-onlyget_active_subscriptionsReturns a summary of all active subscriptions grouped by tier, including counts expiring soon (within 7 days) and recently created (last 30 days).
Inferred read-onlyget_ga4_user_acquisitionReturns user acquisition breakdown: how visitors arrive at BPS — organic search, direct, social media, referral, email, paid, etc.
Potential side effectsdecode_vinDecodes a BMW VIN and returns the vehicle's series, model, engine, sales designation, color, model year, and all option codes (SA codes).
Inferred read-onlyget_ga4_top_pagesReturns the top pages on the BPS website by pageviews, with page path, title, views, unique users, and average engagement time.
Inferred read-onlyget_flash_profileGets 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-onlyget_revenue_summaryReturns revenue and sales summary: total sales records, total revenue (BRL), paid vs unpaid breakdown, monthly trend, and top revenue-generating users.
Inferred read-onlyget_top_search_queriesReturns the top Google search queries driving traffic to the BPS website: query text, clicks, impressions, CTR, and average position.
Inferred read-onlyget_ga4_realtime_usersReturns real-time active users currently on the BPS website, broken down by top pages they are viewing.
Inferred read-onlyget_ecu_statisticsReturns 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-onlyget_top_search_pagesReturns the top pages on the BPS website by organic Google search performance: URL, clicks, impressions, CTR, and average position.
Inferred read-onlyget_conversion_funnelReturns the conversion funnel analytics: overlay → pricing → checkout start → checkout success.
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.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.
bimmerpower.studio is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.