fortytwo_apps_by_sdk
Pack: 42matters · Endpoint: https://gateway.pipeworx.io/42matters/mcp
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: fortytwo_apps_by_sdk({ platform: “android”, sdk: “google-ads-admob”, limit: 20, _apiKey: “your-token” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
platform | string | no | |
sdk | string | yes | SDK id, or comma-separated SDK ids, to match (apps embedding ANY of them). e.g. “google-ads-admob”, “facebook-sdk”. |
limit | number | no | Results per page (default 10). |
page | number | no | Page number for pagination (optional). |
_apiKey | string | yes | 42matters API access token (get one at https://42matters.com/pricing). |
Example call
curl -X POST https://gateway.pipeworx.io/42matters/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"fortytwo_apps_by_sdk","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"42matters": {
"url": "https://gateway.pipeworx.io/42matters/mcp"
}
}
}
See Getting Started for client-specific install steps.