mcpbeat Sign in

pitwall-mcp MCP Server

by sergioprats Your server? Claim it
local only

pitwall-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

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

Installs / week
pypi · pitwall-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 6 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    source = env if env is not None else dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pitwall-mcp -- uvx pitwall-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pitwall-mcp": {
      "args": [
        "pitwall-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pitwall-mcp]
command = "uvx"
args = ["pitwall-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pitwall-mcp": {
      "args": [
        "pitwall-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pitwall-mcp": {
      "args": [
        "pitwall-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PITWALL_CLIENT_ID (Client id de tu aplicacion BMW CarData, creada en https://bmw-cardata.bmwgroup.com. Se obtiene en el portal; no lo comparte nadie contigo.), PITWALL_VIN (VIN del vehiculo, 17 caracteres. Debe estar mapeado como PRIMARY en la cuenta.), PITWALL_CONTAINER_ID (Id del contenedor telematico creado por scripts/bootstrap_containers.py. El servidor solo lo consume: nunca crea ni borra contenedores.), PITWALL_TOKEN_FILE (Ruta del fichero de tokens OAuth. Por defecto ~/.config/pitwall-mcp/tokens.json, con permisos 600 y fuera del repositorio.), PITWALL_DB_PATH (Ruta de la base SQLite con la cache, el registro de cuota y el historico. Por defecto ~/.local/share/pitwall-mcp/pitwall.db.), PITWALL_DAILY_QUOTA (Tope duro de peticiones REST al dia. BMW permite 50 cada 24 h por cuenta; el valor por defecto es 20 para dejar margen. Nunca puede superar 50.), PITWALL_LOG_LEVEL (DEBUG, INFO, WARNING o ERROR. Los logs van a stderr: stdout es el canal MCP.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to pitwall-mcp

same job, measured the same way
Interbanking
by rje1974

Saldos y movimientos bancarios de Interbanking (Argentina). Solo lectura.

186 installs/wk local only
Arca Agro
by rje1974

Cartas de porte, padron y comprobantes de ARCA (Argentina). Solo lectura.

385 installs/wk local only
MCP humanista.digital
by pedro-ortega-ventureira

MCP de solo lectura del directorio, Radar y Observatorio de humanista.digital.

21 tools answering
Neo
by ioai-labs

Portafolio argentino consolidado, precios BYMA en vivo, cauciones y ordenes. Solo lectura.

answering
Neo
by neocapital

Portafolio argentino consolidado, precios BYMA en vivo, cauciones y ordenes. Solo lectura.

answering
Renacer Psicologico
by renacerpsicologico

Solo lectura: tarifa vigente, colegiación del equipo y hubs del blog clínico de psicología.

4 tools answering
MCP Matera
by codespar

MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático

21 installs/wk local only
SpinHire iGaming Jobs
by spinhire

Live iGaming jobs — casino, betting, studios, affiliates — plus market data. No auth.

7 tools answering

pitwall-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for pitwall-mcp?
pitwall-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pitwall-mcp.
How do I connect pitwall-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pitwall-mcp straight from pypi; nothing to host, nothing to sign up for.
Is pitwall-mcp open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.