FoundryNet / OEMs / MiR (Mobile Industrial Robots)

AUTONOMOUS MOBILE ROBOT · TELEMETRY NORMALIZATION

MiR (Mobile Industrial Robots) telemetry normalization: connect your MiR (Mobile Industrial Robots) equipment to any AI agent

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

Forge turns raw MiR (Mobile Industrial Robots) tags into one clean, governed schema your AI agent already understands. One MCP call, no per-AMR integration project.

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

The problem

Why MiR (Mobile Industrial Robots) data is hard to integrate

MiR fleets expose state through a REST fleet API and ROS 2 topics (/robot_status/battery_percentage, /robot_pose/x) that read differently from every other AMR vendor.

Typical MiR (Mobile Industrial Robots) equipment communicates over ROS 2 (DDS), HTTP / REST, MQTT Sparkplug B. 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 MiR (Mobile Industrial Robots) AMR

Forge normalizes MiR (Mobile Industrial Robots) telemetry into Forge's canonical field set, the same 366 canonical fields used across all 18 manufacturers. Point Forge at the AMR, pass oem: "mir", and spindle speed is spindle_speed_rpm whether it came from a MiR (Mobile Industrial Robots) controller or anything else on the floor.

ROS 2 (DDS)HTTP / RESTMQTT Sparkplug B
99%Field coverage
10Canonical autonomous mobile robot fields
16,908Corpus mappings

Field coverage

What Forge normalizes for MiR (Mobile Industrial Robots)

Confirmed canonical fields your agent gets from MiR (Mobile Industrial Robots) AMRs, drawn from Forge's 16,908-mapping corpus:

amr.battery.chargeamr.battery.voltageamr.battery.chargingamr.position.xamr.position.yamr.position.thetaamr.velocity.linearamr.velocity.angularamr.operating_modeamr.safety.estop

Sample normalization

Raw tag inCanonical field outMeaning
/robot_status/battery_percentage: 82amr.battery.charge: 82battery %
/robot_pose/x: 12.4amr.position.x: 12.4map X (m)
/robot_status/mode_text: "Ready"amr.operating_mode: "Ready"operating mode
/cmd_vel/linear/x: 1.1amr.velocity.linear: 1.1linear velocity

30-second deployment

Add MiR (Mobile Industrial Robots) to your agent with one call

No SDK, no per-tag mapping, no historian project. Connect the MCP server and normalize live MiR (Mobile Industrial Robots) data:

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# normalize raw MiR (Mobile Industrial Robots) telemetry into the universal schema
curl -s https://forge.foundrynet.io/v1/normalize \
  -H 'Content-Type: application/json' \
  -d '{"data": {"/robot_status/battery_percentage": 82, "/robot_pose/x": 12.4, "/robot_status/mode_text": "Ready"}, "oem": "mir"}'
{"amr.battery.charge": 82, "amr.position.x": 12.4, "amr.operating_mode": "Ready", "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 →