← Registry

Developer Tools

trusteed.xyz

Searches and retrieves details about developer tools from verified merchants.

1 endpoint48 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://trusteed.xyz/demo-store/mcp

No auth detected

MCP server metadata

Name
Demo Store MCP Server
Version
1.0.0
Capabilities
tools

Known tools 48

search_tools

Tool search_tools

Inferred read-only
get_tool_details

Tool get_tool_details

Inferred read-only
get_site_map

Get the store's site map for navigation discovery.

Inferred read-only
get_page_content

Retrieve content of a specific store page by URL.

Inferred read-only
search_products

Search products across verified merchants with filters by category, price, stock, and trust score.

Inferred read-only
search_products_enriched

Search products with enriched data: attributes, variants, GTIN, multiple images.

Inferred read-only
get_product_details

Retrieve full product information including price, variants, policies, and merchant trust score.

Inferred read-only
compare_products

Side-by-side comparison of 2-5 products with normalized attributes and bestValue recommendation.

Inferred read-only
browse_categories

List available product categories for a merchant with product counts.

Inferred read-only
nlweb_ask

Natural language product search via NLWeb Discovery Layer.

Inferred read-only
search_docs

Search merchant documentation and policy pages.

Inferred read-only
get_merchant_profile

Get merchant trust score, verification level, return policies, and shipping SLA.

Inferred read-only
ucp_get_catalog

Get real-time product prices and inventory via UCP catalog capability.

Inferred read-only
onx_get_inventory

Get current inventory levels per product and location.

Inferred read-only
explore_store

Complete agent onboarding — capability matrix, recommended journeys (discovery/shopping/checkout/trust), discovery endpoints, and agent-friendliness score.

Inferred read-only
run_scenario

Run an autonomous test scenario (discovery/shopping/checkout/trust/full) and get structured pass/fail results with evidence.

Inferred read-only
get_payment_methods

List the payment rails the merchant really accepts, with instruments per rail.

Potential side effects
get_store_trust

Get the store's signed trust score (v4.

Inferred read-only
onx_get_orders

Retrieve orders with filters (status, date, customer).

Inferred read-only
onx_get_returns

Retrieve return requests with status, refund, and label URLs.

Potential side effects
onx_get_fulfillments

Get fulfillment records with tracking info for an order.

Inferred read-only
onx_create_return

Initiate a return request.

Inferred read-only
onx_cancel_order

Cancel an unfulfilled order.

Inferred read-only
enroll_payment_method

Enroll a payment method for future agent payments.

Potential side effects
check_agent_consent

Check MCAP agent payment consent status and spending limits.

Potential side effects
create_cart

Create a shopping cart for a merchant.

Potential side effects
attach_agent_identity

Attach agent identity attributes to an existing Shopify cart.

Inferred read-only
verify_age_over_n

Request or poll EUDI Wallet age verification (age_equal_or_over.

Inferred read-only
verify_residence_country

Request or poll EUDI Wallet residence-country verification for the buyer.

Inferred read-only
verify_legal_person_authorization

Request or poll EUDI Wallet verification that the buyer is authorized to act for a legal person.

Inferred read-only
apply_discount

Apply a discount code to the cart (TEST*/WELCOME* = 10% off).

Inferred read-only
get_shipping_rates

Get shipping rates for a cart.

Inferred read-only
select_shipping_option

Select a shipping option and recalculate cart totals.

Inferred read-only
preview_checkout

Finalize cart summary and advance to READY_FOR_PAYMENT state.

Inferred read-only
complete_checkout

Complete checkout via merchant adapter.

Inferred read-only
create_payment_mandate

Create a payment mandate for agent-initiated payments.

Potential side effects
update_payment_mandate

Update an existing payment mandate's limits or scope.

Potential side effects
cancel_payment_mandate

Cancel an active payment mandate.

Potential side effects
process_agent_payment

Process a Mastercard Agent Pay (MCAP) payment with Ed25519 HTTP signatures.

Potential side effects
complete_visa_payment

Complete a Visa Agent Toolkit payment flow.

Potential side effects
ucp_create_checkout

Create a UCP (Universal Commerce Protocol) checkout session from line items.

Potential side effects
ucp_update_checkout

Replace all line items in a UCP checkout session.

Inferred read-only
ucp_add_items_to_checkout

Tool ucp_add_items_to_checkout

Inferred read-only
ucp_complete_checkout

Tool ucp_complete_checkout

Inferred read-only
ucp_get_checkout

Retrieve a UCP checkout session by ID.

Inferred read-only
ucp_cancel_checkout

Cancel a UCP checkout session and release held inventory.

Inferred read-only
get_acp_orders

Retrieve ACP orders placed via this store.

Inferred read-only
browse_catalog_feed

Browse the full product catalog with optional category filter and pagination (ACP feed capability).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.