mcp gateway for Claude Desktop
xyz.trusteed/mcp-gateway
Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.
client:Claude Desktop
transport:streamable-http
tools:21
Install mcp gateway in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://trusteed.xyz/demo-store/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- search_products_enriched
- search_products
- get_product_details
- browse_categories
- create_cart
- get_shipping_rates
- select_shipping_option
- apply_discount
- preview_checkout
- complete_checkout
- get_merchant_profile
- ucp_create_checkout
- ucp_get_checkout
- ucp_update_checkout
- ucp_cancel_checkout
- get_site_map
- get_page_content
- search_docs
- compare_products
- create_sandbox_key
- get_trust_receipt