FoundryNet / OEMs / Caterpillar

HEAVY VEHICLE / OFF-HIGHWAY · TELEMETRY NORMALIZATION

Caterpillar telemetry normalization: connect your Caterpillar equipment to any AI agent

16,908 confirmed mappings·18 OEM families·14 protocols·99% field coverage

Forge turns raw Caterpillar tags into one clean, governed schema your AI agent already understands. One MCP call, no per-vehicle integration project.

Try it free: 3 machines, no credit card → See the full demo →

The problem

Why Caterpillar data is hard to integrate

Cat engines and mining trucks broadcast everything as J1939 SPNs on the CAN bus, SPN 100 (oil pressure), SPN 175 (oil temp), plus proprietary parameter groups that VIMS and third-party telematics each decode differently.

Typical Caterpillar equipment communicates over J1939 (CAN), HTTP / REST. Each firmware revision, model line and integrator names the same physical quantity differently, so every AI or analytics project pays the integration tax again, the tax that cancels 40% of industrial AI deployments before they ship.


The solution

One universal schema for every Caterpillar vehicle

Forge normalizes Caterpillar telemetry into Forge's canonical field set, the same 366 canonical fields used across all 18 manufacturers. Point Forge at the vehicle, pass oem: "caterpillar", and spindle speed is spindle_speed_rpm whether it came from a Caterpillar controller or anything else on the floor.

J1939 (CAN)HTTP / REST
99%Field coverage
11Canonical heavy vehicle / off-highway fields
16,908Corpus mappings

Field coverage

What Forge normalizes for Caterpillar

Confirmed canonical fields your agent gets from Caterpillar vehicles, drawn from Forge's 16,908-mapping corpus:

vehicle.engine.oil_pressurevehicle.engine.oil_tempvehicle.engine.fuel_rail_pressurevehicle.engine.intake_manifold_pressurevehicle.turbocharger.rpmvehicle.transmission.oil_tempvehicle.brake.air_pressurevehicle.brake.primary_air_pressurevehicle.wheel_speed_flvehicle.tire_pressure_flvehicle.dtc_description

Sample normalization

Raw tag inCanonical field outMeaning
SPN_100: 55vehicle.engine.oil_pressure: 55engine oil pressure (psi)
SPN_175: 98vehicle.engine.oil_temp: 98engine oil temp (°C)
SPN_103: 78000vehicle.turbocharger.rpm: 78000turbo speed
SPN_1636: "P0087"vehicle.dtc_description: "Fuel rail pressure low"active DTC

30-second deployment

Add Caterpillar to your agent with one call

No SDK, no per-tag mapping, no historian project. Connect the MCP server and normalize live Caterpillar data:

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# normalize raw Caterpillar telemetry into the universal schema
curl -s https://forge.foundrynet.io/v1/normalize \
  -H 'Content-Type: application/json' \
  -d '{"data": {"SPN_100": 55, "SPN_175": 98, "SPN_103": 78000}, "oem": "caterpillar"}'
{"vehicle.engine.oil_pressure": 55, "vehicle.engine.oil_temp": 98, "vehicle.turbocharger.rpm": 78000, "coverage": "100%", "confidence": 0.97}

Unknown tags never get force-mapped. Fields below the confidence floor abstain rather than guess, so your agent never acts on a bad reading.

Start free: Forge Connect, 3 machines → See the full demo →