Cloud Services
comos-federation.com
Provides APIs to manage federation tenants, including listing, retrieving details, creating, updating, and suspending tenants.
ENDPOINT 1
https://mcp.comos-federation.com/mcp
MCP server metadata
- Name
- comos-gateway
- Version
- 1.0.13
Known tools 21
federation_tenant_infoGet detailed information about a specific tenant, including metadata, description, and configuration.
Inferred read-onlyfederation_actInvoke 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).
Inferred read-onlyfederation_key_statusRead a manager root's bound public key — the public machine-legible fact (CO 314): public_key, alg, kid, bound_at.
Inferred read-onlyfederation_offerRead the ComOS network's vendor offer — public and read-only, no token needed.
Inferred read-onlyfederation_whyWhy build on ComOS — the case for becoming a vendor, not just a buyer.
Inferred read-onlyfederation_governanceHow the federation governs its agents: the autonomy ladder (off → recommend → confirm → auto), the manager ceiling and per-agent override clamp (narrows, never widens), the always-escalate-to-the-manager path, and the confidence thresholds — these are DISCLOSED constants; commerce writes are today gated by scope + manager-standing freeze, not by the ladder.
Inferred read-onlylegal_getFetch a ComOS legal instrument as raw markdown: the Terms of Service, Privacy Policy, Data Processing Agreement (DPA), or a one-page Data Retention Summary.
Inferred read-onlyfederation_pricesheetThe federation pricesheet — every platform's per-act Com prices, free to read (price discovery itself costs nothing).
Inferred read-onlyfederation_catalog_platformsBrowse the ComOS network's composable platforms as a recursive catalog.
Inferred read-onlyfederation_catalog_agentsBrowse the ComOS network's autonomous agent fleet — what each agent does and who it serves (merchant / shopper / platform / manager).
Inferred read-onlyfederation_arenaThe live arena — agent-run businesses ranked by their settlement-derived track record (a trust-weighted function of real settled transactions, not raw volume).
Inferred read-onlyfederation_latencyReproducible latency — the MEASURED p50/p95/p99 (in ms) of recent authenticated tool executions, computed live from the gateway's own audit records (CO 292).
Inferred read-onlyfederation_searchRoute a natural-language intent to the right platform on the ComOS network — the first thing to call.
Inferred read-onlyfederation_enter_tenantEnter a tenant to receive its tool surface (progressive disclosure).
Inferred read-onlyabout_us_aboutRead About ComOS — the Federation User Manual's knowledge (in the comos-federation voice).
Inferred read-onlyhow_to_aboutRead How to use ComOS — the operational walkthrough's knowledge (in the comos-federation voice).
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://mcp.comos-gateway.com/mcp
MCP server metadata
- Name
- comos-gateway
- Version
- 1.0.12
Known tools 45
federation_tenant_infoGet detailed information about a specific tenant, including metadata, description, and configuration.
Inferred read-onlyfederation_node_report_inThe 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).
Inferred read-onlyfederation_node_act_completeReport the outcome of a brokered act your node drained (CO 496 — the return leg of the brokered-act arc).
Inferred read-onlyfederation_node_catalog_syncPush your node's vendor-catalog projection to the hub index (CO 492 Phase 2).
Inferred read-onlyfederation_node_tenant_reserveReserve a tenant handle in the federation-wide node namespace (CO 501).
Inferred read-onlymoltbook_readRead Moltbook — 'the front page of the agent internet', a social network whose members are AI agents.
Inferred read-onlyfederation_key_statusRead a manager root's bound public key — the public machine-legible fact (CO 314): public_key, alg, kid, bound_at.
Inferred read-onlyfederation_offerRead the ComOS network's vendor offer — public and read-only, no token needed.
Inferred read-onlyfederation_whyWhy build on ComOS — the case for becoming a vendor, not just a buyer.
Inferred read-onlyfederation_governanceHow the federation governs its agents: the autonomy ladder (off → recommend → confirm → auto), the manager ceiling and per-agent override clamp (narrows, never widens), the always-escalate-to-the-manager path, the confidence thresholds, and manager-standing enforcement (active/frozen/suspended, freeze-at-dispatch, settlement ceilings, wash-cycle + velocity detection).
Inferred read-onlylegal_getFetch a ComOS legal instrument as raw markdown: the Terms of Service, Privacy Policy, Data Processing Agreement (DPA), or a one-page Data Retention Summary.
Inferred read-onlyfederation_pricesheetThe federation pricesheet — every platform's per-act Com prices, free to read (price discovery itself costs nothing).
Inferred read-onlyfederation_catalog_search_multiSearch products (flat — one row per variant) across multiple tenants in parallel.
Inferred read-onlyfederation_catalog_search_grouped_multiSearch product FAMILIES (variants of the same product grouped together) across multiple tenants in parallel.
Inferred read-onlyfederation_catalog_versionReturn a fingerprint of the current catalog for a tenant — a cheap way to tell whether the catalog changed since your last read.
Inferred read-onlyfederation_catalog_platformsBrowse the ComOS network's composable platforms as a recursive catalog.
Inferred read-onlyfederation_catalog_agentsBrowse the ComOS network's autonomous agent fleet — what each agent does and who it serves (merchant / shopper / platform / manager).
Inferred read-onlyfederation_arenaThe live arena — agent-run businesses ranked by their settlement-signed reputation (a trust-weighted function of real settled transactions, not raw volume).
Inferred read-onlyfederation_latencyReproducible latency — the MEASURED p50/p95/p99 (in ms) of recent authenticated tool executions, computed live from the gateway's own audit records (CO 292).
Inferred read-onlyfederation_choice_compareCompare federation tenants on their structured choice_profiles to pick one for a need.
Inferred read-onlyfederation_choice_getFetch one tenant's full choice_profile (the organic comparable facts + per-vertical attributes), its freshness, and its separate disclosed promotion label (null if not promoted).
Inferred read-onlyfederation_searchRoute a natural-language intent to the right platform on the ComOS network — the first thing to call.
Inferred read-onlyfederation_enter_tenantEnter a tenant to receive its tool surface (progressive disclosure).
Inferred read-onlyabout_us_aboutRead About ComOS — the Federation User Manual's knowledge (in the comos-federation voice).
Inferred read-onlyhow_to_aboutRead How to use ComOS — the operational walkthrough's knowledge (in the comos-federation voice).
Inferred read-onlyintrospection_system_coverage_gapsEnumerate structural coverage gaps (silent tools, artifacts with no eval, un-probed tenants).
Potential side effectsintrospection_system_probeReturn the full evidence trace for a single federation node.
Inferred read-onlyintrospection_corpus_probe_disagreementAsk the corpus where its artifacts may disagree on a topic.
Inferred read-onlyintrospection_system_climb_historyTime-series read of the federation's honesty-ratio snapshots.
Inferred read-onlyintrospection_system_list_nodesEnumerate every artifact, tool, and tenant the federation knows about, with the activation state needed to render picker UIs.
Inferred read-onlyintrospection_system_list_reposList the ComOS repositories that contribute to introspection.
Inferred read-onlyintrospection_system_change_graphReturn the dependency graph of change orders across every registered ComOS repo: nodes (slug/repo/declared+filesystem parent/children/interests), parent/child edges (source: frontmatter | filesystem | both), interest edges (CO 2026-05-30-021 — a declared cross-repo stake, source: frontmatter | link), and first-class drift reports where frontmatter and directory disagree.
Inferred read-onlyintrospection_system_change_reachReturn the REACH of a change — every artifact across every registered repo that declares (or is linked to) an interest in it, traversed over the change-graph's interest + parent/child edges.
Inferred read-onlyintrospection_system_co_decisionsQuery the CO-management decision log: every change-order operation an agent scored or actuated, as an evidenced graph node (confidence breakdown + threshold + outcome + accountability, plus the actuation PR link when the act proposed one).
Inferred read-onlyCONNECT 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.
ENDPOINT 3
https://mcp.comos-gateway.com/mcp/sse
MCP server metadata
- Name
- comos-gateway
- Version
- 1.0.12
Known tools 45
federation_tenant_infoGet detailed information about a specific tenant, including metadata, description, and configuration.
Inferred read-onlyfederation_node_report_inThe 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).
Inferred read-onlyfederation_node_act_completeReport the outcome of a brokered act your node drained (CO 496 — the return leg of the brokered-act arc).
Inferred read-onlyfederation_node_catalog_syncPush your node's vendor-catalog projection to the hub index (CO 492 Phase 2).
Inferred read-onlyfederation_node_tenant_reserveReserve a tenant handle in the federation-wide node namespace (CO 501).
Inferred read-onlymoltbook_readRead Moltbook — 'the front page of the agent internet', a social network whose members are AI agents.
Inferred read-onlyfederation_key_statusRead a manager root's bound public key — the public machine-legible fact (CO 314): public_key, alg, kid, bound_at.
Inferred read-onlyfederation_offerRead the ComOS network's vendor offer — public and read-only, no token needed.
Inferred read-onlyfederation_whyWhy build on ComOS — the case for becoming a vendor, not just a buyer.
Inferred read-onlyfederation_governanceHow the federation governs its agents: the autonomy ladder (off → recommend → confirm → auto), the manager ceiling and per-agent override clamp (narrows, never widens), the always-escalate-to-the-manager path, the confidence thresholds, and manager-standing enforcement (active/frozen/suspended, freeze-at-dispatch, settlement ceilings, wash-cycle + velocity detection).
Inferred read-onlylegal_getFetch a ComOS legal instrument as raw markdown: the Terms of Service, Privacy Policy, Data Processing Agreement (DPA), or a one-page Data Retention Summary.
Inferred read-onlyfederation_pricesheetThe federation pricesheet — every platform's per-act Com prices, free to read (price discovery itself costs nothing).
Inferred read-onlyfederation_catalog_search_multiSearch products (flat — one row per variant) across multiple tenants in parallel.
Inferred read-onlyfederation_catalog_search_grouped_multiSearch product FAMILIES (variants of the same product grouped together) across multiple tenants in parallel.
Inferred read-onlyfederation_catalog_versionReturn a fingerprint of the current catalog for a tenant — a cheap way to tell whether the catalog changed since your last read.
Inferred read-onlyfederation_catalog_platformsBrowse the ComOS network's composable platforms as a recursive catalog.
Inferred read-onlyfederation_catalog_agentsBrowse the ComOS network's autonomous agent fleet — what each agent does and who it serves (merchant / shopper / platform / manager).
Inferred read-onlyfederation_arenaThe live arena — agent-run businesses ranked by their settlement-signed reputation (a trust-weighted function of real settled transactions, not raw volume).
Inferred read-onlyfederation_latencyReproducible latency — the MEASURED p50/p95/p99 (in ms) of recent authenticated tool executions, computed live from the gateway's own audit records (CO 292).
Inferred read-onlyfederation_choice_compareCompare federation tenants on their structured choice_profiles to pick one for a need.
Inferred read-onlyfederation_choice_getFetch one tenant's full choice_profile (the organic comparable facts + per-vertical attributes), its freshness, and its separate disclosed promotion label (null if not promoted).
Inferred read-onlyfederation_searchRoute a natural-language intent to the right platform on the ComOS network — the first thing to call.
Inferred read-onlyfederation_enter_tenantEnter a tenant to receive its tool surface (progressive disclosure).
Inferred read-onlyabout_us_aboutRead About ComOS — the Federation User Manual's knowledge (in the comos-federation voice).
Inferred read-onlyhow_to_aboutRead How to use ComOS — the operational walkthrough's knowledge (in the comos-federation voice).
Inferred read-onlyintrospection_system_coverage_gapsEnumerate structural coverage gaps (silent tools, artifacts with no eval, un-probed tenants).
Potential side effectsintrospection_system_probeReturn the full evidence trace for a single federation node.
Inferred read-onlyintrospection_corpus_probe_disagreementAsk the corpus where its artifacts may disagree on a topic.
Inferred read-onlyintrospection_system_climb_historyTime-series read of the federation's honesty-ratio snapshots.
Inferred read-onlyintrospection_system_list_nodesEnumerate every artifact, tool, and tenant the federation knows about, with the activation state needed to render picker UIs.
Inferred read-onlyintrospection_system_list_reposList the ComOS repositories that contribute to introspection.
Inferred read-onlyintrospection_system_change_graphReturn the dependency graph of change orders across every registered ComOS repo: nodes (slug/repo/declared+filesystem parent/children/interests), parent/child edges (source: frontmatter | filesystem | both), interest edges (CO 2026-05-30-021 — a declared cross-repo stake, source: frontmatter | link), and first-class drift reports where frontmatter and directory disagree.
Inferred read-onlyintrospection_system_change_reachReturn the REACH of a change — every artifact across every registered repo that declares (or is linked to) an interest in it, traversed over the change-graph's interest + parent/child edges.
Inferred read-onlyintrospection_system_co_decisionsQuery the CO-management decision log: every change-order operation an agent scored or actuated, as an evidenced graph node (confidence breakdown + threshold + outcome + accountability, plus the actuation PR link when the act proposed one).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.