Developer Tools
trusteed.xyz
Searches and retrieves details about developer tools from verified merchants.
ENDPOINT 1
https://trusteed.xyz/demo-store/mcp
MCP server metadata
- Name
- Demo Store MCP Server
- Version
- 1.0.0
Known tools 48
search_productsSearch products across verified merchants with filters by category, price, stock, and trust score.
Inferred read-onlysearch_products_enrichedSearch products with enriched data: attributes, variants, GTIN, multiple images.
Inferred read-onlyget_product_detailsRetrieve full product information including price, variants, policies, and merchant trust score.
Inferred read-onlycompare_productsSide-by-side comparison of 2-5 products with normalized attributes and bestValue recommendation.
Inferred read-onlybrowse_categoriesList available product categories for a merchant with product counts.
Inferred read-onlyget_merchant_profileGet merchant trust score, verification level, return policies, and shipping SLA.
Inferred read-onlyucp_get_catalogGet real-time product prices and inventory via UCP catalog capability.
Inferred read-onlyexplore_storeComplete agent onboarding — capability matrix, recommended journeys (discovery/shopping/checkout/trust), discovery endpoints, and agent-friendliness score.
Inferred read-onlyrun_scenarioRun an autonomous test scenario (discovery/shopping/checkout/trust/full) and get structured pass/fail results with evidence.
Inferred read-onlyget_payment_methodsList the payment rails the merchant really accepts, with instruments per rail.
Potential side effectscheck_agent_consentCheck MCAP agent payment consent status and spending limits.
Potential side effectsattach_agent_identityAttach agent identity attributes to an existing Shopify cart.
Inferred read-onlyverify_residence_countryRequest or poll EUDI Wallet residence-country verification for the buyer.
Inferred read-onlyverify_legal_person_authorizationRequest or poll EUDI Wallet verification that the buyer is authorized to act for a legal person.
Inferred read-onlyprocess_agent_paymentProcess a Mastercard Agent Pay (MCAP) payment with Ed25519 HTTP signatures.
Potential side effectsucp_create_checkoutCreate a UCP (Universal Commerce Protocol) checkout session from line items.
Potential side effectsbrowse_catalog_feedBrowse the full product catalog with optional category filter and pagination (ACP feed capability).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.demo-store-mcp-server]
url = "https://trusteed.xyz/demo-store/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"demo-store-mcp-server": {
"type": "http",
"url": "https://trusteed.xyz/demo-store/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: demo-store-mcp-server
Remote MCP URL: https://trusteed.xyz/demo-store/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"demo-store-mcp-server": {
"url": "https://trusteed.xyz/demo-store/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"demo-store-mcp-server": {
"type": "http",
"url": "https://trusteed.xyz/demo-store/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "demo-store-mcp-server",
"transport": "streamable-http",
"url": "https://trusteed.xyz/demo-store/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.