← Back to Plugins
MCP Server MCP

xyz.trusteed/mcp-gateway

github By github 👁 6 views ▲ 0 votes

Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://trusteed.xyz/demo-store/mcp",
      "headers": [
        {
          "description": "OAuth 2.1 bearer token. Discovery via /.well-known/oauth-protected-resource (RFC 9728). Public read tools work without auth; checkout tools require Bearer.",
          "format": "string",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...