Welcome to MCR Safety's
Integration Development Portal

Learn about our integration APIs and Development tools to help you get the most from MCR Safety.
#WeProtectPeople.

Explore APIs

How does this work?

Line art graphic with flow charts and gears

Step 1: Explore & Learn

Learn what APIs and integrations are available. Explore the available APIs, view sample requests and responses, and collaborate with MCR IT resources to answer any questions.

Explore APIs
Line picture with hand holding monitor and a clock with gears

Step 2: Get your Developer Key

When ready to connect, contact the MCR Safety Integration Team and they will walk you through the onboarding process and assign your unique integration key.

Connect with Us
Line art graphic with a software developer and hand on keyboard

Step 3: Connect your way!

Now that you're connected, you can access MCR Safety data via our integration API's 365 days a year; 24 hours a day on your terms! Get detailed information on how to connect and make the API calls.

Get Coding Details

Our APIs

GraphQL Logo with MCR Safety's mascot in the middle

Product Metadata API

A GraphQL based API allowing you to retrieve metadata for all MCR Safety Products. Metadata includes marketing descriptions, product and packaging weights and dimensions, UPC codes, product attributes, and more.

Start Now Metadata Properties & values

Our GraphQL APIs are designed to allow you to request exactly the data you need, reducing the amount of unnecessary data sent over the network. This results in faster times and reduced bandwidth usage.

You can specify the exact shape of the data you want, rather than relying on predefined endpoints with fixed response structures.

All of this provides a better experience, making it easier to understand and connect with MCR Safety!

POST /product-metadata

{
products {
items {
productNumber
attributes {
key
value
}
measures {
unitWeight
}
marketingContent {
detailedDescription
}
features {
featureText
}
}
}
}

About us