Integrate Universal API MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Universal API
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.
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.
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.
List devices from the MDM API on Universal API. Returns an array of device objects. See the documentation.
List device apps from the MDM API on Universal API. Returns an array of device-app objects. See the documentation.
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.
List APN (Apple Push Notification) certificates from the MDM API on Universal API. See the documentation.
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.
List products from the Distributors API on Universal API. See the documentation.
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.
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.
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.
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
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.
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.
List budgets from the Asset Management (AM) API on Universal API. Returns an array of budget objects. See the documentation.
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.
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.
Retrieve the APN certificate from the MDM API on Universal API. See the documentation.
Retrieve a single HRIS employee by ID from Universal API. Run List HRIS Employees first to discover valid employee IDs. See the documentation.
Retrieve a single distributor product by ID from Universal API. Run List Distributor Products first to discover valid IDs. See the documentation.
Retrieve a single distributor order by ID from Universal API. Run List Distributor Orders first to discover valid IDs. See the documentation.
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.
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.
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.
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.
Create a new consumer via the Platform API on Universal API. See the documentation.