Back to Trusteed

Card snapshot

trusteed.xyz · 2026-05-18 12:55:40 UTC · 4997428819ab2f5972289e599359452c4a4429a4866ab4be2cee2284c100ac81

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema_version": "0.2.9",
  "name": "Trusteed",
  "id": "agenticmcpstores-platform",
  "description": "Multi-merchant commerce network for AI agents. Enables product search, comparison, cart creation, and checkout across verified merchants with trust-based ranking and risk controls.",
  "version": "1.3",
  "updated_at": "2026-04-26",
  "url": "https://trusteed.xyz",
  "supportsInteractiveAudit": true,
  "provider": {
    "organization": "Trusteed",
    "url": "https://trusteed.xyz"
  },
  "documentationUrl": "https://trusteed.xyz/en/developers",
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "application/vnd.a2ui+json"
  ],
  "authentication": {
    "schemes": [
      "ApiKey",
      "OAuth2"
    ],
    "apiKey": {
      "header": "X-Agent-Api-Key",
      "sandbox": "auto-provisioned"
    },
    "oauth2": {
      "pkce": true,
      "scopes": [
        "mcp:read",
        "mcp:checkout"
      ]
    },
    "credentials": "https://trusteed.xyz/en/developers#api-keys"
  },
  "securitySchemes": {
    "agentApiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-Agent-Api-Key",
      "description": "Agent API key. Format: agnt_ followed by 32 hex characters. Obtain at https://trusteed.xyz/dashboard/api-keys"
    }
  },
  "security": [
    {
      "agentApiKey": []
    }
  ],
  "skills": [
    {
      "id": "product-search",
      "name": "Product Search",
      "description": "Search products across verified merchants with trust-based ranking. Supports keyword, category, and price-range filters.",
      "tags": [
        "commerce",
        "search",
        "products"
      ],
      "examples": [
        "Find running shoes under $100",
        "Search for organic coffee from verified merchants"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "product-compare",
      "name": "Product Comparison",
      "description": "Compare up to 10 products side-by-side with trust scores, pricing, and policy analysis.",
      "tags": [
        "commerce",
        "comparison"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "availability-check",
      "name": "Availability Check",
      "description": "Check real-time product stock status and data freshness. No authentication required.",
      "tags": [
        "commerce",
        "inventory"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "purchase-flow",
      "name": "Purchase Flow",
      "description": "Multi-turn cart creation and checkout with merchant grouping, shipping estimation, and discount application. Requires Agent API Key.",
      "tags": [
        "commerce",
        "checkout",
        "cart"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "order-tracking",
      "name": "Order Tracking",
      "description": "Track order status with full event timeline. Requires Agent API Key.",
      "tags": [
        "commerce",
        "orders"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "merchant-discovery",
      "name": "Merchant Discovery",
      "description": "Get verified merchant profiles with trust scores, eIDAS QTSP verification level, policies, and protocol capabilities (MCP, ACP, AP2, x402, UCP, PayPal, MCAP, SCP).",
      "tags": [
        "commerce",
        "merchants",
        "discovery"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "merchant-verification",
      "name": "Merchant Identity Verification",
      "description": "Check merchant eIDAS QTSP verification status. QUALIFIED-level merchants have government-certified identity via InfoCert, validated against EU Trust Lists across 30 EU/EEA countries. Trust score boost: +0.18 (vs +0.10 for self-declared).",
      "tags": [
        "trust",
        "eidas",
        "qtsp",
        "verification",
        "compliance"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "trust-scoring",
      "name": "Trust Score Analysis",
      "description": "Access 12-component trust scores for merchants and agents. Components: catalog_completeness (0.11), catalog_freshness (0.11), price_accuracy (0.12), availability_accuracy (0.08), policy_coverage (0.08), checkout_success_rate (0.11), fulfillment_rate (0.08), dispute_rate (0.07), agent_satisfaction_rate (0.08), response_latency (0.05), review_sentiment (0.05), data_consistency (0.06). Trilateral model: merchant (min 0.3), buyer agent (min 0.5), seller agent (min 0.6). KYAI policy engine enforces thresholds at checkout.",
      "tags": [
        "trust",
        "scoring",
        "ranking",
        "kyai",
        "policy"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "extensions": [
    {
      "uri": "https://github.com/skyfire-xyz/kyapay_a2a/tree/main/spec/v0.1",
      "required": false,
      "description": "KYApay payment for purchase and premium skills"
    }
  ],
  "supportsProtocols": [
    "mcp",
    "acp",
    "ap2",
    "x402",
    "a2ui",
    "ucp",
    "webmcp",
    "kyapay",
    "mcap",
    "scp",
    "paypal",
    "eidas-qtsp"
  ],
  "protocolStatus": {
    "mcp": "active",
    "acp": "sandbox",
    "ap2": "sandbox",
    "x402": "sandbox",
    "a2ui": {
      "status": "coming_soon",
      "version": "0.8"
    },
    "ucp": {
      "status": "active",
      "version": "2026-01-15",
      "discovery": "/.well-known/ucp",
      "tools": [
        "ucp_create_checkout",
        "ucp_get_checkout",
        "ucp_update_checkout",
        "ucp_complete_checkout",
        "ucp_cancel_checkout"
      ]
    },
    "webmcp": {
      "status": "sandbox",
      "spec_version": "2026-03-27",
      "sandbox_url": "/en/demo-store#webmcp-playground"
    },
    "kyapay": {
      "status": "sandbox",
      "version": "0.1",
      "settlement": "skyfire",
      "tokenTypes": [
        "pay",
        "kya+pay"
      ],
      "identity": true,
      "description": "KYApay identity-linked payments via Skyfire (JWT-based)"
    },
    "mcap": {
      "status": "sandbox",
      "version": "1.0",
      "adapter": "mcap-inbound-v1",
      "settlement": "stripe",
      "signatureAlgorithm": "Ed25519",
      "signatureSpec": "RFC 9421",
      "description": "Mastercard Agent Pay \u2014 Agentic Token pass-through via Stripe with Ed25519 HTTP Message Signatures"
    },
    "scp": {
      "status": "sandbox",
      "version": "1.0",
      "spec": "025-scp-shopper-context-protocol",
      "description": "Shopper Context Protocol \u2014 share and consume cross-merchant shopper context (preferences, history, loyalty) for personalized agent-driven commerce"
    },
    "paypal": {
      "status": "sandbox",
      "version": "1.0",
      "spec": "015-paypal-agentic-commerce",
      "settlement": "paypal",
      "description": "PayPal Agentic Commerce \u2014 PayPal checkout and order management via agentic MCP tools"
    },
    "mpp": {
      "status": "coming_soon",
      "version": "draft-httpauth-payment-00",
      "creator": "Stripe + Tempo Labs",
      "ietf_draft": "https://datatracker.ietf.org/doc/draft-httpauth-payment/",
      "spec_url": "https://machinepayment.org",
      "transport": [
        "HTTP",
        "MCP/JSON-RPC",
        "WebSocket"
      ],
      "superset_of": "x402",
      "description": "Machine Payment Protocol \u2014 payment-method-agnostic M2M payments over HTTP 402 + WWW-Authenticate. Native MCP/JSON-RPC transport. Backwards-compatible superset of x402. Trusteed positions as the trust+policy layer above MCP."
    },
    "eidas-qtsp": {
      "status": "active",
      "version": "1.0",
      "spec": "032-eidas-qtsp-merchant-verification",
      "provider": "InfoCert",
      "regulation": "eIDAS 2.0 (EU Regulation 910/2014)",
      "coverage": "30 EU/EEA countries",
      "capabilities": {
        "kyb_verification": true,
        "qualified_electronic_signatures": true,
        "qualified_timestamps": true,
        "cross_border_recognition": true,
        "eu_trust_list_validation": true
      },
      "trust_score_boost": {
        "self_declared": 0.1,
        "qtsp_verified": 0.18
      },
      "description": "eIDAS QTSP merchant identity verification via InfoCert \u2014 government-certified KYB, Qualified Electronic Signatures (QES), RFC 3161 timestamps with Merkle tree batching, automatic cross-border recognition across 30 EU/EEA countries"
    }
  },
  "mcpEndpoint": "https://trusteed.xyz/{storeSlug}/mcp",
  "a2aEndpoint": "https://trusteed.xyz/a2a/messages",
  "a2aStreamingEndpoint": "https://trusteed.xyz/a2a/messages/stream",
  "a2aTaskSubscribeEndpoint": "https://trusteed.xyz/a2a/tasks/{taskId}/subscribe",
  "agentPolicyUrl": "https://trusteed.xyz/.well-known/agent-policy.json",
  "trustFrameworkUrl": "https://trusteed.xyz/en/trust",
  "openApiUrl": "https://trusteed.xyz/api/v1/openapi.json",
  "ucpProfileUrl": "https://trusteed.xyz/.well-known/ucp",
  "extendedCardUrl": "https://trusteed.xyz/.well-known/a2a/agent-card/extended"
}