← comos-federation.com
INDIVIDUAL MCP TOOL
federation_list_tenants
List all available tenants in the federation.
LIVE ENDPOINT
https://mcp.comos-gateway.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-gateway.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"comos-gateway": {
"type": "http",
"url": "https://mcp.comos-gateway.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: comos-gateway
Remote MCP URL: https://mcp.comos-gateway.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-gateway.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"comos-gateway": {
"type": "http",
"url": "https://mcp.comos-gateway.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "comos-gateway",
"transport": "streamable-http",
"url": "https://mcp.comos-gateway.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_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).moltbook_read— Read Moltbook — 'the front page of the agent internet', a social network whose members are AI agents.