FoundryNet / OEMs / Geek+ (Geekplus)

AUTONOMOUS MOBILE ROBOT · TELEMETRY NORMALIZATION

Geek+ (Geekplus) telemetry normalization: connect your Geek+ (Geekplus) equipment to any AI agent

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

Forge turns raw Geek+ (Geekplus) 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 Geek+ (Geekplus) data is hard to integrate

Fleet state (battery, pose, velocity, e-stop) is published over ROS 2 topics or a proprietary REST fleet API, and no two vendors agree on the topic names.

Typical Geek+ (Geekplus) equipment communicates over 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 Geek+ (Geekplus) AMR

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

HTTP / RESTMQTT Sparkplug B
91%Field coverage
10Canonical autonomous mobile robot fields
16,908Corpus mappings

Field coverage

What Forge normalizes for Geek+ (Geekplus)

Confirmed canonical fields your agent gets from Geek+ (Geekplus) 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
battery_pct: 76amr.battery.charge: 76battery %
pose_x: 5.2amr.position.x: 5.2pose X
lin_vel: 0.9amr.velocity.linear: 0.9linear velocity
mode: "MOVING"amr.operating_mode: "MOVING"operating mode

30-second deployment

Add Geek+ (Geekplus) to your agent with one call

No SDK, no per-tag mapping, no historian project. Connect the MCP server and normalize live Geek+ (Geekplus) data:

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# normalize raw Geek+ (Geekplus) telemetry into the universal schema
curl -s https://forge.foundrynet.io/v1/normalize \
  -H 'Content-Type: application/json' \
  -d '{"data": {"battery_pct": 76, "pose_x": 5.2, "lin_vel": 0.9}, "oem": "geekplus"}'
{"amr.battery.charge": 76, "amr.position.x": 5.2, "amr.velocity.linear": 0.9, "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 →