Trusteed
trusteed.xyz
· Trusteed
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.
trusteed.xyz via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 48/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 12:55:40 current | 4997428819ab… |
view → |
Endpoints
| Agent card | https://trusteed.xyz/.well-known/agent-card.json |
| Provider | https://trusteed.xyz |
| Docs | https://trusteed.xyz/en/developers |
Skills · 8 declared · mapped to canonical taxonomy
Search products across verified merchants with trust-based ranking. Supports keyword, category, and price-range filters.
Compare up to 10 products side-by-side with trust scores, pricing, and policy analysis.
Check real-time product stock status and data freshness. No authentication required.
Multi-turn cart creation and checkout with merchant grouping, shipping estimation, and discount application. Requires Agent API Key.
Track order status with full event timeline. Requires Agent API Key.
Get verified merchant profiles with trust scores, eIDAS QTSP verification level, policies, and protocol capabilities (MCP, ACP, AP2, x402, UCP, PayPal, MCAP, SC…
Check merchant eIDAS QTSP verification status. QUALIFIED-level merchants have government-certified identity via InfoCert, validated against EU Trust Lists acros…
Access 12-component trust scores for merchants and agents. Components: catalog_completeness (0.11), catalog_freshness (0.11), price_accuracy (0.12), availabilit…
Health · last 11 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/trusteed.xyz) [](https://agenstry.com/agents/trusteed.xyz) [](https://agenstry.com/agents/trusteed.xyz) [](https://agenstry.com/agents/trusteed.xyz)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
}