INDIVIDUAL MCP TOOL
federation_delete_tenant
⚠️ IRREVERSIBLY delete a tenant (CO 366): its registry row, its composition and manager-link rows, and its entire per-tenant database.
LIVE ENDPOINT
https://mcp.comos-federation.com/mcp
Connect to this endpoint to inspect the live schema for federation_delete_tenant and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
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_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_create_tenant— Create a new tenant (CO 138 — the federation gateway owns the manager/tenant lifecycle).federation_update_tenant— Update a tenant’s display name, description, and/or the PLATFORMS it composes (federation owns the lifecycle, CO 138/356).federation_suspend_tenant— Suspend or reactivate a tenant (federation owns the lifecycle, CO 138).federation_canon_get— Read a tenant's RAW knowledge canon from the compose_inputs store (CO 396 Phase 3) — the exact document set federation_canon_put replaces, unlike the flattened markdown the composed knowledge tool serves.federation_canon_put— Replace a tenant's knowledge canon in the compose_inputs store (CO 396 Phase 3 — the front-door write surface).federation_create_manager— Mint a manager — the accountability root that owns tenants (CO 138 / CO 159).