Skip to main content
Glama
sergioprats

io.github.sergioprats/pitwall-mcp

by sergioprats

Related Servers

Alternatives to io.github.sergioprats/pitwall-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      Provides access to Tesla vehicle telemetry data via the Tessie API, enabling real-time monitoring of battery status, charging state, climate controls, location, and other vehicle metrics through 30+ tools with intelligent caching.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Provides intelligent Tesla vehicle analytics and control through the Tessie API, including real-time status monitoring, charging cost optimization, efficiency trend analysis, trip planning, and predictive insights for Tesla owners.
      MIT
    • A
      license
      B
      quality
      B
      maintenance
      Provides read-only access to Evolute companion API, enabling retrieval of vehicle telemetry, trips, charge sessions, and authentication status without the official app.
      6
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables control and monitoring of Tesla vehicles through the Tessie API, providing access to vehicle state (battery, location, climate) and commands (lock/unlock, climate control, navigation) with support for both local and Cloudflare Worker deployment.
      11
      -

    TDQS

    A3.7/5.0

    Scored across 12 tools

    Disambiguation3/5

    Several tools overlap in scope: get_telematic_data and get_vehicle_status both return mileage and CBS data, and get_vehicle_basic_data vs report_product_update_step both touch puStep. The descriptions help somewhat, but agents could easily select the wrong tool when looking for basic maintenance information.

    Naming Consistency4/5

    Tool names largely follow a snake_case verb_noun pattern (get_*, list_*, search_*, report_*, diagnose_*). The consistent use of get_ for most data-access operations is clear, though the mix of verbs like report and diagnose with more generic get_/list_ prevents a perfect 5.

    Tool Count5/5

    12 tools is well within the ideal range for a vehicle-data-focused server. Each tool maps to a distinct BMW CarData concern (catalog search, quota, vehicle mappings, basic data, telematics, tyres, fuel, faults, etc.), and the count feels neither sparse nor bloated.

    Completeness3/5

    The toolset covers major vehicle data areas well, but there is no way to fetch arbitrary descriptor values even though search_descriptors exposes a local catalog of 294 descriptors. This creates a notable dead end: agents can discover descriptors but cannot retrieve their actual values through the MCP surface.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues