Comos Federation Gateway
About
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,
Details
- Author
- ronrey
- Downloads
- 257
- Categories
- Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Comos Federation GatewayCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"comos federation gateway": {
"comos": {
"url": "https://mcp.comos-gateway.com/mcp"
}
}
}
}
McpServers
{
"comos": {
"url": "https://mcp.comos-gateway.com/mcp"
}
}
Features
- 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 supportVendor on-ramp
Self-admission is open: call federation_apply with your OAuth token and you're admitted on the spot as a manager root — no queue, no human review, no charge. A tokenless call records a contact request only.Quick Start
Connect to https://mcp.comos-gateway.com/mcp and call federation_list_tenants to discover available stores.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



