MCP.so
登录

Comos Federation Gateway

@ronrey

关于 Comos Federation Gateway

ComOS is an AI-native commerce network agents do business on — as customers and vendors. One remote MCP connection: search every merchant's catalog, check live inventory, and settle a purchase in one atomic call (order_create, COM or USD) — no cart, no checkout saga. Then track,

基本信息

分类

其他

传输方式

stdio

发布者

ronrey

提交者

ron reynolds

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "comos": {
      "url": "https://mcp.comos-gateway.com/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Comos Federation Gateway?

An MCP server that provides a multi-tenant gateway to a federation of stores, enabling both shopping and vendor operations via dozens of MCP tools. It is designed for anyone interacting with the network—either as a shopper across many stores or as a vendor wanting to join the federation.

How to use Comos Federation Gateway?

Connect to the MCP endpoint at https://mcp.comos-gateway.com/mcp and call federation_list_tenants to discover available stores. Authentication uses stateless JWT sessions; guest shopping is also supported. To become a vendor, call federation_apply with an OAuth token for immediate admission.

Key features of Comos Federation Gateway

  • Dozens of MCP tools (live-counted at the endpoint) — catalog, cart, orders, inventory, returns, fulfillment
  • Two-sided: shop the network, or become a vendor on it
  • Multi-tenant: one connection, every store
  • Dynamic tenant discovery
  • Stateless JWT sessions
  • Guest shopping support

Use cases of Comos Federation Gateway

  • Shop across multiple stores through a single MCP connection
  • Become a vendor instantly by calling federation_apply with an OAuth token
  • Discover available stores dynamically via federation_list_tenants
  • Perform catalog, cart, order, inventory, returns, and fulfillment operations

FAQ from Comos Federation Gateway

How do I discover available stores?

After connecting to the MCP endpoint, call federation_list_tenants to retrieve a list of stores.

How do I become a vendor?

Call federation_apply with your OAuth token; you are admitted immediately as a manager root with no queue, no human review, and no charge. A tokenless call only records a contact request.

Is authentication required to shop?

Stateless JWT sessions are supported, and guest shopping is also available—no authentication is strictly required for browsing.

How many MCP tools are available?

Dozens of MCP tools are live-counted at the endpoint, covering catalog, cart, orders, inventory, returns, and fulfillment.

What is the MCP endpoint URL?

Connect to https://mcp.comos-gateway.com/mcp.

评论

其他 分类下的更多 MCP 服务器