CF
ComOS Federation Gateway
/federation_catalog_search_grouped_multi
federation catalog search grouped multi
Search product FAMILIES (variants of the same product grouped together) across multiple tenants in parallel. Prefer this for discovery — collapses size/color va
liveverifiedunknown~5s typical
mcpprobedcomosfederationgateway
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-comos-federation-gateway /federation_catalog_search_grouped_multi for me.
Input
| Field | Type | Description |
|---|---|---|
| tenant_ids* | string | Array of tenant IDs to search, or "all" for all active tenants |
| query* | string | Search query string |
| limit | number | Maximum variants to fetch per tenant before grouping (default 50, max 250) |
| category | string | Filter by category |
| auth_token | string | Optional JWT auth token |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-comos-federation-gateway","endpoint":"/federation_catalog_search_grouped_multi","input":{"tenant_ids":"...","query":"..."}}'cli
npx cracked-ai run -p mcp-com-comos-federation-gateway -e /federation_catalog_search_grouped_multi -i '{"tenant_ids":"...","query":"..."}'mcp
run_tool({ provider: "mcp-com-comos-federation-gateway", endpoint: "/federation_catalog_search_grouped_multi", input: {"tenant_ids":"...","query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.