ComOS Federation Gateway
CF
ComOS Federation Gateway
/federation_catalog_search_multi

federation catalog search multi

Search products (flat — one row per variant) across multiple tenants in parallel. Pass tenant_ids as an array of tenant IDs or "all" for every active tenant. Us

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_multi for me.

Input

FieldTypeDescription
tenant_ids*stringArray of tenant IDs to search, or "all" for all active tenants
query*stringSearch query string
limitnumberMaximum results per tenant
categorystringFilter by category
auth_tokenstringOptional 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_multi","input":{"tenant_ids":"...","query":"..."}}'
cli
npx cracked-ai run -p mcp-com-comos-federation-gateway -e /federation_catalog_search_multi -i '{"tenant_ids":"...","query":"..."}'
mcp
run_tool({ provider: "mcp-com-comos-federation-gateway", endpoint: "/federation_catalog_search_multi", input: {"tenant_ids":"...","query":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.