# Universal API MCP Integration

> Unlock the full potential of the IT universe with our one-stop API.

## Overview

| Property | Value |
|----------|-------|
| Category | PIPEDREAM |
| Type | PIPEDREAM |
| Tools | 27 |
| URL | https://jelou.ai/es/marketplace/universal_api |

## Available Tools (27)

### Create Consumer

Create a new consumer via the Platform API on Universal API. [See the documentation](https://docs.universalapi.io/reference/create-consumer).

### Create Distributor Order

Create a new order via the Distributors API on Universal API. Use **List Distributor Products** to discover valid product identifiers for the order items. [See the documentation](https://docs.universalapi.io/reference/create-order).

### Delete Connection

Permanently delete a connection identified by `universalApi` and `serviceId` via the Platform API on Universal API. This is irreversible. Run **List Connections** first to find the correct `serviceId`. [See the documentation](https://docs.universalapi.io/reference/revoke-connection).

### Delete Consumer

Permanently delete a consumer via the Platform API on Universal API. This is irreversible. Run **List Consumers** first to find the consumer ID. [See the documentation](https://docs.universalapi.io/reference/delete-consumer).

### Get Connection

Retrieve a single connection identified by `universalApi` and `serviceId` from the Platform API on Universal API. Run **List Connections** first to find the correct `serviceId`. [See the documentation](https://docs.universalapi.io/reference/get-connection).

### Get Distributor Order

Retrieve a single distributor order by ID from Universal API. Run **List Distributor Orders** first to discover valid IDs. [See the documentation](https://docs.universalapi.io/reference/get-order).

### Get Distributor Product

Retrieve a single distributor product by ID from Universal API. Run **List Distributor Products** first to discover valid IDs. [See the documentation](https://docs.universalapi.io/reference/get-product).

### Get HRIS Employee

Retrieve a single HRIS employee by ID from Universal API. Run **List HRIS Employees** first to discover valid employee IDs. [See the documentation](https://docs.universalapi.io/reference/get-employee).

### Get MDM APN Certificate

Retrieve the APN certificate from the MDM API on Universal API. [See the documentation](https://docs.universalapi.io/reference/get-apn-cert).

### Get MDM DEP Token

Retrieve a single DEP token by ID from the MDM API on Universal API. Run **List MDM DEP Tokens** first to discover valid IDs. [See the documentation](https://docs.universalapi.io/reference/get-dep-tokens).

### Get MDM VPP Token

Retrieve a single VPP token by ID from the MDM API on Universal API. Run **List MDM VPP Tokens** first to discover valid IDs. [See the documentation](https://docs.universalapi.io/reference/get-vpp-token).

### List Asset Management Budgets

List budgets from the Asset Management (AM) API on Universal API. Returns an array of budget objects. [See the documentation](https://docs.universalapi.io/reference/list-budgets).

### List Asset Management Employees

List employees from the Asset Management (AM) API on Universal API. Returns an array of AM employee objects (paginated internally, up to `maxResults`). This hits a different endpoint than **List HRIS Employees**. [See the documentation](https://docs.universalapi.io/reference/list-employees-1).

### List Asset Management Equipment Items

List equipment items from the Asset Management (AM) API on Universal API. Returns an array of equipment item objects (paginated internally, up to `maxResults`). [See the documentation](https://docs.universalapi.io/reference/list-equipment-items).

### List Asset Management Orders

List orders from the Asset Management (AM) API on Universal API. Returns an array of AM order objects. This hits a different endpoint than **List Distributor Orders**. [See the documentation](https://docs.universalapi.io/reference/list-orders)

### List Connections

List connections from the Platform API on Universal API. Returns an array; use the returned IDs with **Get Connection**, **Update Connection**, or **Delete Connection**. [See the documentation](https://docs.universalapi.io/reference/list-connections).

### List Consumers

List consumers from the Platform API on Universal API. Returns an array (paginated internally, up to `maxResults`); use the returned IDs with **Delete Consumer**. [See the documentation](https://docs.universalapi.io/reference/get-consumer).

### List Distributor Orders

List orders from the Distributors API on Universal API. Returns an array; use the returned IDs with **Get Distributor Order**. This hits a different endpoint than **List Asset Management Orders**. [See the documentation](https://docs.universalapi.io/reference/list-orders-1).

### List Distributor Products

List products from the Distributors API on Universal API. [See the documentation](https://docs.universalapi.io/reference/list-products).

### List HRIS Employees

List employees from the connected HRIS integration on Universal API. Returns an array of employee objects (paginated internally, up to `maxResults`); use the returned IDs with **Get HRIS Employee**. Provide `serviceId` only when the consumer has multiple active HRIS integrations. [See the documentation](https://docs.universalapi.io/reference/list-employees).

### List MDM APN Certificates

List APN (Apple Push Notification) certificates from the MDM API on Universal API. [See the documentation](https://docs.universalapi.io/reference/list-apn-certs).

### List MDM DEP Tokens

List DEP (Device Enrollment Program) tokens from the MDM API on Universal API. Returns an array; use the returned IDs with **Get MDM DEP Token**. [See the documentation](https://docs.universalapi.io/reference/list-dep-tokens).

### List MDM Device Apps

List device apps from the MDM API on Universal API. Returns an array of device-app objects. [See the documentation](https://docs.universalapi.io/reference/list-device-apps).

### List MDM Devices

List devices from the MDM API on Universal API. Returns an array of device objects. [See the documentation](https://docs.universalapi.io/reference/list-devices).

### List MDM VPP Tokens

List VPP (Volume Purchase Program) tokens from the MDM API on Universal API. Returns an array; use the returned IDs with **Get MDM VPP Token**. [See the documentation](https://docs.universalapi.io/reference/list-vpp-tokens).

### Track Shipment

Retrieve tracking statuses for a shipment by tracking ID from the Shipment API on Universal API. Provide `serviceId` to pick the carrier when a consumer has multiple active shipment integrations. [See the documentation](https://docs.universalapi.io/reference/track-shipment).

### Update Connection

Update a connection identified by `universalApi` and `serviceId` via the Platform API on Universal API (PATCH; only supplied fields are changed). Run **List Connections** first to find the correct `serviceId`. [See the documentation](https://docs.universalapi.io/reference/update-connection).

## Supported Channels

This integration works with:
- WhatsApp Business API
- Facebook Messenger
- Instagram Direct Messages
- Web Chat Widget

## AI Assistants Compatible

- ChatGPT (via MCP)
- Claude (via MCP)
- Gemini (via MCP)
- Custom AI Agents

## Quick Start

1. Sign up at https://apps.jelou.ai/signup
2. Navigate to Marketplace and add Universal API
3. Authenticate your Universal API account
4. Configure your messaging channels (WhatsApp, Facebook, etc.)
5. Copy the MCP server URL to your AI assistant

## Example Use Cases

- Automate customer inquiries using Universal API data
- Send notifications via WhatsApp when Universal API events occur
- Query Universal API data directly from ChatGPT or Claude
- Build AI agents that interact with Universal API

## Resources

- [All Integrations](https://jelou.ai/es/marketplace)
- [Full Documentation](https://jelou.ai/llms-full.txt)
- [API Docs](https://docs.jelou.ai)
- [Help Center](https://help.jelou.ai)
