# pitwall-mcp (pypi · pitwall-mcp)

Solo lectura sobre BMW CarData: mantenimiento, neumaticos y bateria de 12V. No afiliado a BMW AG.

- Trust score: 53/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- pypi · `pitwall-mcp`: 53/100 (this document), [markdown](https://verifymcp.io/servers/sergioprats-pitwall-mcp/pitwall-mcp.md), [page](https://verifymcp.io/servers/sergioprats-pitwall-mcp/pitwall-mcp)

## Channel facts

- Registry: `pypi`
- Package: `pitwall-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Supply Chain Security**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 2 of 41 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (MIT License) isn't a recognized OSI-approved license.
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1030 tokens (~85/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the pitwall-mcp server?

pitwall-mcp runs locally as a PyPI package, launched with uvx pitwall-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add sergioprats-pitwall-mcp -- uvx pitwall-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "sergioprats-pitwall-mcp": {
      "command": "uvx",
      "args": [
        "pitwall-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sergioprats-pitwall-mcp": {
      "command": "uvx",
      "args": [
        "pitwall-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add sergioprats-pitwall-mcp -- uvx pitwall-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sergioprats-pitwall-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "pitwall-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sergioprats-pitwall-mcp --command uvx --arg pitwall-mcp
```

### Hermes

```yaml
mcp_servers:
  sergioprats-pitwall-mcp:
    command: "uvx"
    args: ["pitwall-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "sergioprats-pitwall-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "pitwall-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add sergioprats-pitwall-mcp -t stdio -c uvx -a pitwall-mcp
```

### Other

```json
{
  "mcpServers": {
    "sergioprats-pitwall-mcp": {
      "command": "uvx",
      "args": [
        "pitwall-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 53, +2)

- [functional improvement] Stability: unverified → 0.10
- [functional] Package version: 0.1.0 → 0.1.1

### 2026-09-20 (score 51, −15)

- [security regression] Malware scan: pass → unverified

### 2026-09-19 (score 66)

First indexed and scored.

## MCP tools (12)

### `search_descriptors` (~91 tokens)

Buscar descriptores telematicos

Busca en el catalogo telematico local de BMW CarData (294 descriptores). Acepta consultas en espanol o en ingles. NO gasta cuota de la API: el catalogo es un fichero local. Es la unica fuente de verdad sobre que descriptores existen.

Input parameters:

- `include_electric` (boolean)
- `limit` (integer)
- `query` (string, required)

Output parameters:

- `result` (string)

### `get_api_quota` (~54 tokens)

Estado de la cuota de la API

Cuantas peticiones REST se han gastado hoy, cuantas quedan, cuando se estima que se reinicia la ventana, y el estado de la cache local. Todo se deriva de SQLite: NO gasta cuota.

Output parameters:

- `result` (string)

### `list_vehicles` (~46 tokens)

Listar vehiculos de la cuenta

VINs mapeados a la cuenta, con mappedSince y mappingType (PRIMARY o SECONDARY). Fuente: GET /customers/vehicles/mappings. Cache de 30 dias.

Output parameters:

- `result` (string)

### `get_vehicle_basic_data` (~48 tokens)

Datos basicos del vehiculo

Modelo, serie, motor, fecha de construccion, lista de equipamiento y puStep. Fuente: GET /customers/vehicles/{vin}/basicData. Cache de 30 dias.

Output parameters:

- `result` (string)

### `report_product_update_step` (~77 tokens)

Paso de actualizacion de producto (puStep)

Expone puStep, el paso de actualizacion de PRODUCTO. NO es la version de software del vehiculo: ese descriptor no existe en el catalogo de BMW. Verificado en este vehiculo: /basicData NO devuelve puStep, asi que la herramienta explica esa ausencia en vez de sustituirla por otra cosa.

Output parameters:

- `result` (string)

### `get_telematic_data` (~53 tokens)

Datos telematicos del contenedor

Lee el contenedor de mantenimiento completo: kilometraje, CBS, bateria de 12V, presiones y estado de sueno. Fuente: GET /telematicData. Cache de 12 h.

Output parameters:

- `result` (string)

### `get_vehicle_status` (~51 tokens)

Estado del vehiculo: kilometraje y CBS

Kilometraje y avisos de mantenimiento (CBS). El desglose CBS por partida esta pendiente de verificar contra una respuesta real: la estructura de El desglose por partida esta verificado contra una respuesta real.

Output parameters:

- `result` (string)

### `get_tyre_diagnosis` (~80 tokens)

Diagnostico de neumaticos

Desgaste, defectos, dimensiones, fechas de montaje y fabricacion, temporada, runflat y dibujo. NO devuelve presiones: esas vienen del contenedor telematico. Verificado en este vehiculo: BMW responde con la estructura vacia, y los ceros que trae NO son medidas. Cache de 7 dias.

Output parameters:

- `result` (string)

### `get_maintenance_summary` (~53 tokens)

Resumen de mantenimiento

Bloque de texto listo para pegar en un prompt: kilometraje, partidas CBS con km y fecha restantes, presiones de las cuatro ruedas en bar contra su objetivo, y la fecha del dato mas antiguo utilizado.

Output parameters:

- `result` (string)

### `diagnose_software_update` (~76 tokens)

Diagnostico de actualizaciones de software

Informe acotado sobre por que no llega una Remote Software Upgrade. De las tres condiciones que documenta BMW, CarData solo permite observar una (la bateria de 12V); sobre las otras dos declara 'no observable por CarData'. Trabaja sobre la SERIE del historico local, no sobre una foto puntual.

Output parameters:

- `result` (string)

### `get_fuel_status` (~96 tokens)

Combustible: deposito, repostajes y consumo

Deposito en % y litros (+/-6 L segun el catalogo), autonomia, repostajes detectados en el historico local y consumo real desde el ultimo, con su margen de error. Incluye el consumo homologado OBFCM, marcado como lo que es: una cifra de por vida congelada desde la ultima visita al taller, no el consumo actual. Comparte la cache del contenedor (12 h).

Output parameters:

- `result` (string)

### `get_fault_memory` (~82 tokens)

Memoria de averias

Codigos de la memoria de averias del coche, agrupados por centralita, y que codigos han aparecido o desaparecido desde la lectura anterior. Cada codigo solo trae centralita y codigo: sin estado, fecha ni descripcion, y NO se traduce porque el catalogo no dice que significa. Comparte la cache del contenedor (12 h).

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/sergioprats-pitwall-mcp/pitwall-mcp#diagnostics

## Score history

- 2026-09-22: 53
- 2026-09-21: 51
- 2026-09-20: 51
- 2026-09-19: 66

## Common questions

### What is the pitwall-mcp server?

pitwall-mcp is listed in the public MCP registry as io.github.sergioprats/pitwall-mcp. Solo lectura sobre BMW CarData: mantenimiento, neumaticos y bateria de 12V. No afiliado a BMW AG. This page covers its PyPI package (pitwall-mcp).

### Is the pitwall-mcp server safe to use?

pitwall-mcp scores 53 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the pitwall-mcp server expose?

pitwall-mcp exposes 12 tools: search_descriptors, get_api_quota, list_vehicles, get_vehicle_basic_data, report_product_update_step, and 7 more. Their descriptions and schemas cost roughly 807 tokens of context every time the server is loaded.

### Is the pitwall-mcp server still maintained?

pitwall-mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- PyPI project: https://pypi.org/project/pitwall-mcp/
- Socket report: https://socket.dev/pypi/package/pitwall-mcp
- Repository: https://github.com/sergioprats/pitwall-mcp
- Changelog RSS feed: https://verifymcp.io/servers/sergioprats-pitwall-mcp/pitwall-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/sergioprats-pitwall-mcp/pitwall-mcp.json
- HTML version of this page: https://verifymcp.io/servers/sergioprats-pitwall-mcp/pitwall-mcp
