{
  "name": "Trusteed",
  "brand": "Trusteed",
  "canonicalUrl": "https://trusteed.xyz",
  "url": "https://trusteed.xyz",
  "category": "Agentic commerce trust and execution layer",
  "doesNotDo": [
    "process payments directly",
    "act as merchant of record",
    "store card data or PAN numbers",
    "replace existing payment processors",
    "sell on the merchant's behalf",
    "guarantee the outcome of a claim or dispute: a receipt proves the record is authentic and unaltered, not how a dispute ends"
  ],
  "supportedPlatforms": [
    "Shopify",
    "WooCommerce",
    "PrestaShop",
    "Odoo",
    "Magento"
  ],
  "core_claims": [
    "Trust and control layer for delegated commerce operations: a merchant decides which actions a buying agent may execute",
    "Merchant integration (connector and/or installable module) for Shopify, WooCommerce, PrestaShop, Odoo and Magento. Integration existing does not mean a live store on that platform: the public registry at /.well-known/merchant-index.json is the count",
    "Signed decision receipts (JWS compact, Ed25519, RFC 8785 canonical hashing) verifiable with any standard JOSE library — issuance is enabled in production; the live counters and the last issued receipt are published at /api/v1/health",
    "Public merchant Trust Score with methodology 4.1.0 and per-signal quality (measured / verified / not_applicable), served signed via x-jws-signature headers",
    "46 merchant rules declared by the enforcement engine — a capability a merchant can switch on, not something happening on every store; merchants start in observation mode",
    "48 MCP tools declared across three buckets: 19 discovery (no auth), 8 customer (OAuth), 21 checkout (agent identity); 46 carry no per-store flag and what a given store serves is decided by its own configuration",
    "Protocol coverage published per rail with its real state at /en/protocol-coverage, anchored to the internal capability registry",
    "eIDAS QTSP merchant identity verification via InfoCert is implemented but NOT active in production: /api/v1/health reports qtsp.enabled false and no merchant has been verified through it",
    "NLWeb semantic search for natural language product discovery"
  ],
  "sameAs": [
    "https://www.linkedin.com/company/agenticmcpstores",
    "https://twitter.com/agenticmcp",
    "https://github.com/agenticmcpstores"
  ],
  "source_of_truth": [
    "https://trusteed.xyz/llms.txt",
    "https://trusteed.xyz/.well-known/agent-commerce.json",
    "https://trusteed.xyz/.well-known/agent-trust-framework.json",
    "https://trusteed.xyz/.well-known/agent-card.json",
    "https://trusteed.xyz/en/developers"
  ],
  "lastVerified": "2026-09-01",
  "lastUpdated": "2026-09-01",
  "agentIntegration": {
    "authHeader": "X-Agent-Api-Key",
    "baseUrl": "https://trusteed.xyz/api/v1",
    "mcpEndpoint": "https://trusteed.xyz/{storeSlug}/mcp/discovery",
    "openApiSpec": "https://trusteed.xyz/api/openapi.json",
    "discoveryContract": "https://trusteed.xyz/.well-known/agent-commerce.json",
    "trustScoreEndpoint": "https://api.trusteed.xyz/api/v1/stores/{storeSlug}/trust-score"
  }
}
