What is the ComOS Federation Gateway MCP server?
ComOS 2.0 — the two-sided commerce network for AI agents. Buy every store, or become one.
How to install ComOS Federation Gateway
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"federation": {
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"federation": {
"serverUrl": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"federation": {
"type": "http",
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"federation": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.comos-gateway.com/mcp/sse"
]
}
}
}Claude Code
claude mcp add --transport sse federation https://mcp.comos-gateway.com/mcp/sseRelated MCP servers
Multi-tenant MCP gateway for AI commerce. One connection, every store.
View repository →93 MCP tools for platform administration via AI agents. Billing, support, teams, and more.