Serversxyz.trusteed/mcp-gateway
G

xyz.trusteed/mcp-gateway

xyz.trusteed/mcp-gateway · v1.0.0
● Remote
v1.0.0remote🌐 https://trusteed.xyz/demo-store/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "xyz.trusteed/mcp-gateway",
  "description": "Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.",
  "repository": {
    "url": "https://github.com/trusteed/mcpwebstore",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://trusteed.xyz",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}