INDIVIDUAL MCP TOOL
introspection_corpus_probe_disagreement
Ask the corpus where its artifacts disagree on a topic.
LIVE ENDPOINT
https://mcp.comos-federation.com/mcp
Connect to this endpoint to inspect the live schema for introspection_corpus_probe_disagreement 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_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_delete_tenant— ⚠️ IRREVERSIBLY delete a tenant (CO 366): its registry row, its composition and manager-link rows, and its entire per-tenant database.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).