xyz.trusteed/mcp-gateway
xyz.trusteed/mcp-gatewayAgentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.
Tools · 48
Search available tools by keyword. Returns matching tool names and brief descriptions only. Use this instead of loading all tool definitions upfront when the catalog is large.
Retrieve the full JSON schema and details for a specific tool by name. Use after `search_tools` identifies relevant candidates.
Get the store's site map for navigation discovery.
Retrieve content of a specific store page by URL.
Search products across verified merchants with filters by category, price, stock, and trust score.
Search products with enriched data: attributes, variants, GTIN, multiple images.
Retrieve full product information including price, variants, policies, and merchant trust score.
Side-by-side comparison of 2-5 products with normalized attributes and bestValue recommendation.
List available product categories for a merchant with product counts.
Natural language product search via NLWeb Discovery Layer. Returns Schema.org Products.
Search merchant documentation and policy pages.
Get merchant trust score, verification level, return policies, and shipping SLA.
Get real-time product prices and inventory via UCP catalog capability.
Get current inventory levels per product and location.
Complete agent onboarding — capability matrix, recommended journeys (discovery/shopping/checkout/trust), discovery endpoints, and agent-friendliness score. Call this FIRST on any new store.
Run an autonomous test scenario (discovery/shopping/checkout/trust/full) and get structured pass/fail results with evidence. Use to verify capabilities before relying on them.
List the payment rails the merchant really accepts, with instruments per rail. Call before checkout to negotiate a settleable rail.
Get the store's signed trust score (v4.1, 0-100) with per-signal data quality, confidence level, and a detached JWS for offline verification. Don't trust the number — verify it.
Retrieve orders with filters (status, date, customer).
Retrieve return requests with status, refund, and label URLs.
Get fulfillment records with tracking info for an order.
Initiate a return request. Requires human confirmation. Validates return policy window.
Cancel an unfulfilled order. Requires human confirmation. Triggers refund if captured.
Enroll a payment method for future agent payments.
Check MCAP agent payment consent status and spending limits.
Create a shopping cart for a merchant. Validates stock and applies fraud detection.
Attach agent identity attributes to an existing Shopify cart. Use when create_cart was called without agent_token, or to retry after a transient failure.
Request or poll EUDI Wallet age verification (age_equal_or_over.N) for the buyer.
Request or poll EUDI Wallet residence-country verification for the buyer.
Request or poll EUDI Wallet verification that the buyer is authorized to act for a legal person.
Apply a discount code to the cart (TEST*/WELCOME* = 10% off).
Get shipping rates for a cart. Uses elicitation to collect address.
Select a shipping option and recalculate cart totals.
Finalize cart summary and advance to READY_FOR_PAYMENT state.
Complete checkout via merchant adapter. Requires human confirmation. Idempotent.
Create a payment mandate for agent-initiated payments.
Update an existing payment mandate's limits or scope.
Cancel an active payment mandate.
Process a Mastercard Agent Pay (MCAP) payment with Ed25519 HTTP signatures.
Complete a Visa Agent Toolkit payment flow.
Create a UCP (Universal Commerce Protocol) checkout session from line items.
Replace all line items in a UCP checkout session.
Append line items to an existing incomplete UCP checkout session. If a product_id already exists its quantity is incremented; new product_ids are appended. Use instead of ucp_update_checkout when you …
Complete a UCP checkout session. Transitions to 'completed' status. Idempotent — safe to retry with the same idempotency_key.
Retrieve a UCP checkout session by ID.
Cancel a UCP checkout session and release held inventory.
Retrieve ACP orders placed via this store. Returns status, items, totals, and tracking links.
Browse the full product catalog with optional category filter and pagination (ACP feed capability).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"xyz.trusteed/mcp-gateway": {
"url": "https://trusteed.xyz/demo-store/mcp",
"transport": "streamable-http"
}
}
}