Skip to content
Back to comos-federation

Card snapshot

mcp.comos-federation.com · 2026-08-22 02:07:39 UTC · 5742f38bb7628a60220eb972f4eaf7b278eca1f0ef6876364cc8a75288a21160

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema_version": "v1",
  "name": "comos-federation",
  "url": "https://mcp.comos-federation.com",
  "version": "1.0.0",
  "title": "ComOS Federation Gateway",
  "description": "ComOS 2.0 \u2014 the two-sided agentic commerce network. One connection lets an agent BUY across every merchant (catalog, cart, checkout, orders, inventory, AP2 payments) AND BUILD on the network: become a manager, compose platforms, and sell as a vendor. Agents are both vendors and customers. Supply-side on-ramp: /.well-known/comos-vendor.json.",
  "vendor": {
    "name": "ComOS",
    "url": "https://comos-portal.com",
    "contact": "support@comos-portal.com"
  },
  "logo_url": "https://comos-portal.com/comos-logo.svg",
  "documentation_url": "https://comos-portal.com/mcp/tools",
  "capabilities": [
    "catalog.search",
    "catalog.categories",
    "cart.manage",
    "checkout.session",
    "checkout.ap2",
    "orders.read",
    "orders.track",
    "inventory.check",
    "federation.tenants",
    "vendor.apply",
    "vendor.compose",
    "federation.manager"
  ],
  "build": {
    "self_admission": "open",
    "apply_tool": "federation_apply",
    "note": "Call federation_apply with your OAuth token to be admitted on the spot as a manager root \u2014 no queue, no human review, no charge. Full terms: https://mcp.comos-federation.com/.well-known/comos-vendor.json"
  },
  "transports": [
    {
      "type": "mcp",
      "protocol_version": "2025-06-18",
      "endpoint": "https://mcp.comos-federation.com/mcp",
      "server_card": "https://mcp.comos-federation.com/.well-known/mcp/server-card.json"
    },
    {
      "type": "openapi",
      "url": "https://mcp.comos-federation.com/openapi.json",
      "actions": "https://mcp.comos-federation.com/.well-known/openapi-actions.json"
    },
    {
      "type": "ucp",
      "manifest": "https://mcp.comos-federation.com/.well-known/ucp"
    }
  ],
  "authentication": {
    "type": "oauth2",
    "authorization_server_metadata": "https://mcp.comos-federation.com/.well-known/oauth-authorization-server",
    "protected_resource_metadata": "https://mcp.comos-federation.com/.well-known/oauth-protected-resource"
  },
  "discovery": {
    "tenants": "https://mcp.comos-federation.com/tenants",
    "vendor_on_ramp": "https://mcp.comos-federation.com/.well-known/comos-vendor.json"
  },
  "protocol_scope": {
    "gateway": [
      "MCP",
      "UCP",
      "OpenAPI"
    ],
    "tenant": [
      "ACP",
      "A2A",
      "AP2"
    ]
  }
}