Card snapshot
mcp.comos-gateway.com
·
2026-08-22 03:14:46 UTC
·
9b9682c0ba61b72c9395a2c69db5f36375d2e6b5deb3b81b56f96647ff372f2a
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-gateway.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-gateway.com/.well-known/comos-vendor.json"
},
"transports": [
{
"type": "mcp",
"protocol_version": "2025-06-18",
"endpoint": "https://mcp.comos-gateway.com/mcp",
"server_card": "https://mcp.comos-gateway.com/.well-known/mcp/server-card.json"
},
{
"type": "openapi",
"url": "https://mcp.comos-gateway.com/openapi.json",
"actions": "https://mcp.comos-gateway.com/.well-known/openapi-actions.json"
},
{
"type": "ucp",
"manifest": "https://mcp.comos-gateway.com/.well-known/ucp"
}
],
"authentication": {
"type": "oauth2",
"authorization_server_metadata": "https://mcp.comos-gateway.com/.well-known/oauth-authorization-server",
"protected_resource_metadata": "https://mcp.comos-gateway.com/.well-known/oauth-protected-resource"
},
"discovery": {
"tenants": "https://mcp.comos-gateway.com/tenants",
"vendor_on_ramp": "https://mcp.comos-gateway.com/.well-known/comos-vendor.json"
},
"protocol_scope": {
"gateway": [
"MCP",
"UCP",
"OpenAPI"
],
"tenant": [
"ACP",
"A2A",
"AP2"
]
}
}