---
title: "MRPeasy Connector"
slug: "mrpeasy-connector"
updated: 2026-04-01T08:44:09Z
published: 2026-04-01T08:44:09Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.tulip.co/llms.txt
> Use this file to discover all available pages before exploring further.

# MRPeasy Connector

Additional Configuration Required

This connector is a good starting point that implements a core set of the service's most common functions. You should expect to extend it by adding functions for the specific endpoints your workflow requires. Additionally, some configuration may be required in MRPeasy to establish a connection with Tulip. Please review our [connector framework](/r230/docs/connectors) to learn more about how to build and modify connectors in Tulip.

To download the app, visit: [Library](https://tulip.co/library/connectors/mrpeasy-connector/)

## Introduction

MRPeasy is a lightweight MRP (Material Requirements Planning) for planning and scheduling production in a variety of operations. It is commonly geared towards small to midsize enterprises.

## Purpose

Connect MRPeasy to Tulip to query schedules, master data on materials and inventory, work order status, and more.

## API Doc

The following Connector Function highlighted in this document have leveraged [MRPeasy API Docs](https://www.mrpeasy.com/resources/api/).

## Pre-Requisites

Sign up for an account at MRPeasy and add the connector from the library.

## Tulip Connection Details

The following information would need to be configured on Tulip's HTTP connector.

Running On: Cloud Connector Host Host: api.mrpeasy.com Port:443 TLS: Yes Authentication: Basic Auth

## Example Prebuilt Connector Functions

#### GET - Manufacturing orders

Query and filter manufacturing orders to execute them with frontline operations Tulip apps

#### GET - Inventory Items

Understand real-time inventory visibility based upon MRPeasy inventory records

#### GET - Bill of Materials

Query bill of material (BOM) details on MRPeasy for a clear single source of truth on assembly details

## Next Steps

- Learn more about [*MRPeasy here*](https://www.mrpeasy.com/)
- Learn more about connectors [*here*](https://support.tulip.co/docs/what-are-connectors)
- [BusinessCentral JobManager integration](https://library.tulip.co/apps/jobmanager)
- Browse all the Connectors in [Library](https://library.tulip.co/search?section=Connectors)

**Connector Function**

**Connector Functions** are individual operations to interact with an HTTP or SQL Datasources. Connector Functions can have inputs and outputs, and can be called from: Triggers, Functions, Automations, and AI Agents.

Once pulled, data can be used throughout your applications.
