MRD1/MD1 // MD1CP001 // OM 654 // OM 656 // Emissions Service

€299.00*

Available, delivery time: 1-3 days

Product number: SW10144.2
Product information "MRD1/MD1 // MD1CP001 // OM 654 // OM 656 // Emissions Service"

This service is exclusively designed for Mercedes models equipped with MD1CP001 or MRD1/MD1 ECUs.
Choose the perfect option for your vehicle—transparent pricing, no hidden fees, just the results you need.

Same-Day In-House Tuning

We know your time is valuable. Skip the long shop wait times and get back on the road faster.
Experience our on-site service:
Once you've placed your order, we’ll schedule a appointment for you.
Average turnaround time is just 2 to 4 hours, meaning you’ll have your vehicle back the very same day.
To book, simply select "Pickup" at checkout and contact us to lock in your time slot.

Remote Service

Can’t make it to our location? No problem. We offer professional Remote Tuning.
Simply ship us your ECU for the initial unlock. We’ll flash our custom software and ship it back to you.
If you need any fine-tuning or adjustments later, we can handle it all via a secure remote connection.
Your Advantage: By monitoring your vehicle’s live data in real-time, we deliver a precision-engineered tune that’s perfectly dialed in—just as if we were in the driver's seat.

⚠️ Remote Tuning Requirements:

  • Windows 10 / 11 Laptop with a stable high-speed internet connection
  • TeamViewer or AnyDesk installed
  • Supported Hardware: KM eFlash USB, Tactrix Openport 2.0, or Scanmatik 2/3
  • A scheduled appointment to ensure a fast turnaround
We offer the following Return Shipping Options during checkout:

  • DHL Standard (Insured up to €500)
  • DHL Express (Insured up to €500)
  • Self-Provided Label – Include a pre-paid shipping label in the box and select "Own Label" at checkout.
  • View Shipping & Payment Details
  • Include your order confirmation or a note with your order number inside the package to ensure a fast processing time.

Notice

For AdBlue Off, the AdBlue module must be disconnected.

Mercedes Models from 2020 Onwards

Vehicles equipped with MD1/MRD1 feature a highly protected engine control unit that must be unlocked before any ECU tuning can be performed. When purchasing this service, the ECU unlock is already included at no extra cost. The ECU unlock is only used internally so we can carry out the required work. You will not be able to tune the ECU yourself. If you want to unlock the ECU for self-tuning, please choose our separate Unlock Service.

Terms of Service

  • In very rare cases, the unlock may not be possible due to the software version on your ECU. Unfortunately, this can only be determined during the unlocking process. If this happens, you will receive a full refund for the service – however, shipping costs are not refundable.
  • The customer assumes full responsibility for the shipment while in transit. We do not accept liability for lost or damaged packages.
  • Only original, unopened ECUs are accepted.
  • Previously opened, tampered with, or modified ECUs will not be processed under any circumstances.
  • If any manipulation is detected, or if the control unit has been previously opened, modified, or is not in its original condition, the service will not be performed. In such cases, no refund will be granted.
  • Product Safety

    Provider:
    KM Engineers GmbH
    Albert-Einstein-Str. 2 b
    77656 Offenburg
    Germany

    Contact:
    Email: info@km-tuning.com
    Phone: +49 781 12559870

    Important Information Regarding Road Use

    • The use of this software is strictly prohibited on public roads. It is intended exclusively for research, development, motorsport, or testing purposes on private property.
    • The user is solely responsible for ensuring compliance with all applicable laws and regulatory requirements.

    Disclaimer of Liability

    Use of this software and hardware is at your own risk. Any modifications to vehicle control units may result in unexpected behavior, malfunctions, or damage to the vehicle. The provider accepts no liability for direct or indirect damages, consequential damages, vehicle breakdowns, or legal infringements arising from the use of this software or hardware.

    The user is fully responsible for ensuring legal compliance and the operational safety of the vehicle. In particular, the provider disclaims any responsibility for use on public roads or for any resulting consequences.

    0 of 0 reviews

    Leave a review!

    Share your experiences with other customers.


    Recommended

    KM eFlash USB
    The KM eFlash USB Dongle is a compact OBD2 tuning tool that allows vehicles to be programmed directly via the OBD2 port. Ideal for professional ECU flashing and ECU tuning. It uses a flexible licensing system: you only purchase the flashing protocols you actually need. Additional protocols can be added anytime – tailored exactly to your needs. 💡 Special Advantage: Our tuning files can be used at no extra cost and flashed directly via the dongle! ✅ Highlights: Flash tuning files directly via OBD2 – no ECU removal required Direct USB connection to your Windows PC Flexible booking of tuning protocols for a wide range of control units 🧩 More than just flashing – powerful software features: Live data and logging for up to 100 parameters with a 60 Hz sample rate Detailed data logs for analysis, diagnostics, and optimization Read and clear DTC error codes directly via the software 📦 What’s included: KM eFlash USB Dongle – the core of your tuning setup USB cable (1.5 meters) to connect to your Windows PC Durable storage case for safe transport ℹ️ Licensing notice:The KM eFlash USB Dongle comes without tuning protocols. Required flashing protocols must be purchased separately through our shop. This way, you only pay for the features you actually need – ideal for professional work with a wide range of vehicle brands and models. .table_tuning-container { display: inline-block; min-width: max-content; } .table_tuning-wrapper { overflow-x: auto; /* für Responsive */ } /* Styling for tuning tables */ table.table_tuning { border-collapse: separate; border-spacing: 0; border: none; margin-bottom: 1rem; box-shadow: 0 4px 8px rgba(0,0,0,0.1); border-radius: 8px; overflow: hidden; width: 100%; /* GEÄNDERT: war width: auto; */ } table.table_tuning thead tr { background-color: #e7e6e6; } table.table_tuning thead tr th { color: #ff0000; font-weight: bold; padding: 8px 12px; text-align: left; } table.table_tuning thead tr th:first-child { border-top-left-radius: 8px; } table.table_tuning thead tr th:last-child { border-top-right-radius: 8px; } table.table_tuning tbody tr:nth-child(even) { background-color: #f7f7f7; } table.table_tuning tbody tr:nth-child(odd) { background-color: #ffffff; } table.table_tuning tbody tr td { padding: 8px 12px; border-top: 1px solid #fff; text-align: left; color: #000; } /* New performance values highlight - placed after td styling to override */ table.table_tuning tbody tr td.new-performance { font-weight: bold; font-size: 18px; color: rgb(7, 170, 34); /* green */ } /* Hover-Effekt für Tabellenzeilen - betrifft alle Zellen */ table.table_tuning tbody tr:hover { cursor: pointer; } /* Hover-Effekt nur für Zellen OHNE rowspan/colspan */ table.table_tuning tbody tr:hover td:not([rowspan]):not([colspan]) { background-color: #ffcccc !important; /* hellrot */ transition: background-color 0.2s ease; } /* Hellgrauer Hintergrund für Zellen mit rowspan */ table.table_tuning tbody tr td[rowspan] { background-color: #f7f7f7 !important; /* hellgrau */ } Minimum System Requirements Processor 1 GHz RAM 512 MB Minimum disk space 4.5 GB Windows 11 (64-bit) Version 22H2 .NET Framework Version 4.8 Internet Connection Stable connection required Not sure if your vehicle is supported or which protocol you need? Contact us – our team will be happy to assist!

    €79.00*