@pipeworx/42matters
Connect: https://gateway.pipeworx.io/42matters/mcp · Install: one-click buttons
Tools: 4
Tools
- fortytwo_app_lookup — Look up full details for a single mobile app — title, developer, ratings, downloads/installs, category, price, and more. For Android pass the package name via
app_id(e.g. “com.facebook.katana”); fo - fortytwo_app_search — Search the app store by keyword and return matching apps with pagination. Example: fortytwo_app_search({ platform: “ios”, query: “racing games”, limit: 20, page: 1, _apiKey: “your-token” })
- fortytwo_top_charts — Get a ranked top-chart list (top free, top paid, top grossing, etc.) for a country and category. Android uses
cat_key(e.g. “OVERALL”); iOS usesgenre_id(e.g. “36” for the overall/all-apps genre) - fortytwo_apps_by_sdk — Find apps that integrate a given SDK. Pass one or more SDK ids via
sdk(e.g. “google-ads-admob”). Useful for competitive/market-share analysis of ad networks, analytics, and other SDKs. Example: for
Tools
-
fortytwo_app_lookup— Look up full details for a single mobile app — title, developer, ratings, downloads/installs, category, price, and more. For Android pass the package name via `app_id` (e.g. com.facebook.katana ); for -
fortytwo_app_search— Search the app store by keyword and return matching apps with pagination. Example: fortytwo_app_search({ platform: ios , query: racing games , limit: 20, page: 1, _apiKey: your-token }) -
fortytwo_apps_by_sdk— Find apps that integrate a given SDK. Pass one or more SDK ids via `sdk` (e.g. google-ads-admob ). Useful for competitive/market-share analysis of ad networks, analytics, and other SDKs. Example: fort -
fortytwo_top_charts— Get a ranked top-chart list (top free, top paid, top grossing, etc.) for a country and category. Android uses `cat_key` (e.g. OVERALL ); iOS uses `genre_id` (e.g. 36 for the overall/all-apps genre) pl