Comos Federation Gateway
@ronrey
About 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,
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"comos": {
"url": "https://mcp.comos-gateway.com/mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_applywith 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.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ghidraMCP
LaurieWiredMCP Server for Ghidra
ICSS
chokcoco不止于 CSS
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments