What is the xyz.trusteed/mcp-gateway MCP server?
Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.
How to install xyz.trusteed/mcp-gateway
Copy-paste configuration for popular MCP clients.
AuthorizationOAuth 2.1 bearer token. Discovery via /.well-known/oauth-protected-resource (RFC 9728). Public read tools work without auth; checkout tools require Bearer.
{
"mcpServers": {
"mcp-gateway": {
"url": "https://trusteed.xyz/demo-store/mcp"
}
}
}{
"mcpServers": {
"mcp-gateway": {
"serverUrl": "https://trusteed.xyz/demo-store/mcp"
}
}
}{
"servers": {
"mcp-gateway": {
"type": "http",
"url": "https://trusteed.xyz/demo-store/mcp"
}
}
}{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://trusteed.xyz/demo-store/mcp"
]
}
}
}claude mcp add --transport http mcp-gateway https://trusteed.xyz/demo-store/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.