How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MTConnect

MTConnect is the open standard for retrieving data from manufacturing equipment — an information model plus a read-only HTTP interface returning XML, so machine tools, CNCs and shop-floor equipment report state in a common vocabulary. It is deliberately read-only: it observes, it does not command.

MTConnect is the rare industrial standard that is actually an HTTP API. An agent asks a device for probe, current or sample and receives a structured document describing what the machine is and what it is doing — a discovery document and a telemetry stream, over the protocol the web already speaks.

  • An information model - Devices, components and data items in a defined vocabulary, so a spindle is a spindle everywhere.
  • HTTP and XML - Read-only requests over ordinary HTTP, which is unusual in this market and consequential.
  • probe / current / sample - Discovery, snapshot and stream, in three verbs.
  • Read-only by design - A deliberate safety boundary — observation without control.
  • Pairs with OPC UA - The two are frequently deployed together, with a published companion mapping.

MTConnect deserves more attention than it gets in discussions of agent-readable infrastructure. It is a machine-readable telemetry interface, over HTTP, with a discovery document — precisely the artifact The State of Robotics & Autonomous Systems APIs finds missing, and it has existed since 2008. That the industrial segment still scores 13.6 on public contracts says the standard is deployed inside plants rather than exposed beyond them, which is a deployment choice rather than a technical gap.

Industry: Manufacturing

Also in the data model catalog

This standard shows up on both sides of the house — as a standard applied in API operations here, and as a data model defining what information exists. Same standard, two lenses.

See it as a data model →

Related standards

Standards this one builds on, supersedes, profiles or is commonly deployed beside.

OPC UA

Frequently deployed alongside MTConnect, with a published companion mapping between the two.