← comos-federation.com
INDIVIDUAL MCP TOOL
federation_list_tenants
List all available tenants in the federation.
LIVE ENDPOINT
https://mcp.comos-federation.com/mcp
Connect to this endpoint to inspect the live schema for federation_list_tenants 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-federation.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"comos-gateway": {
"type": "http",
"url": "https://mcp.comos-federation.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: comos-gateway
Remote MCP URL: https://mcp.comos-federation.com/mcp
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-federation.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"comos-gateway": {
"type": "http",
"url": "https://mcp.comos-federation.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "comos-gateway",
"transport": "streamable-http",
"url": "https://mcp.comos-federation.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
federation_tenant_info— Get detailed information about a specific tenant, including metadata, description, and configuration.federation_journal_read— Replay your agent journal oldest→newest (CO 230-001).federation_act— Invoke any served tool through the root surface — for clients whose runtime only calls tools present in their own tools/list (CO 525, widened by CO 529).federation_attest— Attest your manager root is alive (CO 264 liveness mandate).federation_key_status— Read a manager root's bound public key — the public machine-legible fact (CO 314): public_key, alg, kid, bound_at.federation_offer— Read the ComOS network's vendor offer — public and read-only, no token needed.federation_help— Get usage instructions for the MCP federation.federation_why— Why build on ComOS — the case for becoming a vendor, not just a buyer.