Catalog Search

Searches the Mendix Platform Service Registry for OData, REST, and SOAP endpoints.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/engalar/mxcli-taskdemo --skill catalog-search-engalar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Catalog Search
Source: https://github.com/engalar/mxcli-taskdemo/tree/main/TaskDemo/.claude/skills/catalog-search
Command: npx skills add https://github.com/engalar/mxcli-taskdemo --skill catalog-search-engalar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of manually searching for and identifying OData, REST, or SOAP services across the Mendix platform, preventing time-consuming navigation through the web-based catalog.

Core Features & Use Cases

  • Service Discovery: Search for services by name, type, or ownership status directly from the CLI.
  • Metadata Retrieval: Access detailed endpoint information, including UUIDs, versions, and environment status.
  • Use Case: Quickly locate the correct production OData service UUID for a specific customer API to integrate it into your local Mendix project.

Quick Start

Use the catalog search skill to find all production OData services related to customer data.

Frequently Asked Questions about Catalog Search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find OData and REST service endpoints on the Mendix platform?

To find OData and REST service endpoints on the Mendix platform, use this skill to search the Platform Service Registry directly, retrieving detailed metadata like UUIDs and environment status without manual web navigation.

How do I search for a specific production OData service UUID for my Mendix integration?

You can search for a specific production OData service UUID by querying the external catalog service through the CLI, filtering by service name, type, or ownership to instantly retrieve the correct identifier for your integration.

Do I need a Personal Access Token to query the Mendix Service Registry?

Yes, you need a valid Mendix platform authentication via a Personal Access Token to query the external catalog service and retrieve endpoint metadata, environment status, and application hosting details.

Can I check the environment status of SOAP and REST services directly from the CLI?

Yes, you can check the environment status of SOAP and REST services directly from the CLI by performing a catalog search, which returns application hosting details and service metadata instantly.

What is the best way to discover service metadata across Mendix applications?

The best way to discover service metadata across Mendix applications is using the catalog search skill to query the central registry, avoiding time-consuming manual navigation through the web-based catalog.