INDIVIDUAL MCP TOOL
federation_catalog_search_grouped_multi
Search product FAMILIES (variants of the same product grouped together) across multiple tenants in parallel.
LIVE ENDPOINT
https://mcp.comos-gateway.com/mcp/sse
Connect to this endpoint to inspect the live schema for federation_catalog_search_grouped_multi and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.comos-gateway]
url = "https://mcp.comos-gateway.com/mcp/sse"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"comos-gateway": {
"type": "http",
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: comos-gateway
Remote MCP URL: https://mcp.comos-gateway.com/mcp/sse
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"comos-gateway": {
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"comos-gateway": {
"type": "http",
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "comos-gateway",
"transport": "streamable-http",
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
federation_list_tenants— List all available tenants in the federation.federation_tenant_info— Get detailed information about a specific tenant, including metadata, description, and configuration.federation_node_report_in— The mothership link (CO 486): a self-hosted node reports in to the hub on its own initiative (poll-shaped, node-initiated — the hub never calls the node).federation_node_drain_queue— Collect brokered acts queued for your node (CO 486).federation_node_act_complete— Report the outcome of a brokered act your node drained (CO 496 — the return leg of the brokered-act arc).federation_node_catalog_sync— Push your node's vendor-catalog projection to the hub index (CO 492 Phase 2).federation_node_tenant_reserve— Reserve a tenant handle in the federation-wide node namespace (CO 501).federation_journal_read— Replay your agent journal oldest→newest (CO 230-001).