mcpbeat

MCP Gateway MCP Server

xyz.trusteed/mcp-gateway
answering

MCP Gateway is answering right now. Last checked 10 min ago. It exposes 48 tools.

Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
48
Tools
read from the server
313 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add mcp-gateway --transport http https://trusteed.xyz/demo-store/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-gateway": {
      "url": "https://trusteed.xyz/demo-store/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-gateway]
url = "https://trusteed.xyz/demo-store/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-gateway": {
      "url": "https://trusteed.xyz/demo-store/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-gateway": {
      "url": "https://trusteed.xyz/demo-store/mcp"
    }
  }
}

Available tools 48

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

ucp
ucp_add_items_to_checkout
Tool ucp_add_items_to_checkout
ucp_cancel_checkout
Cancel a UCP checkout session and release held inventory.
ucp_complete_checkout
Tool ucp_complete_checkout
ucp_create_checkout
Create a UCP (Universal Commerce Protocol) checkout session from line items.
ucp_get_catalog
Get real-time product prices and inventory via UCP catalog capability.
ucp_get_checkout
Retrieve a UCP checkout session by ID.
ucp_update_checkout
Replace all line items in a UCP checkout session.
onx
onx_cancel_order
Cancel an unfulfilled order. Requires human confirmation. Triggers refund if captured.
onx_create_return
Initiate a return request. Requires human confirmation. Validates return policy window.
onx_get_fulfillments
Get fulfillment records with tracking info for an order.
onx_get_inventory
Get current inventory levels per product and location.
onx_get_orders
Retrieve orders with filters (status, date, customer).
onx_get_returns
Retrieve return requests with status, refund, and label URLs.
payment
create_payment_mandate
Create a payment mandate for agent-initiated payments.
get_payment_methods
List the payment rails the merchant really accepts, with instruments per rail. Call before checkout to negotiate a settleable rail.
update_payment_mandate
Update an existing payment mandate's limits or scope.
verify
verify_age_over_n
Request or poll EUDI Wallet age verification (age_equal_or_over.N) for the buyer.
verify_legal_person_authorization
Request or poll EUDI Wallet verification that the buyer is authorized to act for a legal person.
verify_residence_country
Request or poll EUDI Wallet residence-country verification for the buyer.
browse
browse_catalog_feed
Browse the full product catalog with optional category filter and pagination (ACP feed capability).
browse_categories
List available product categories for a merchant with product counts.
complete
complete_checkout
Complete checkout via merchant adapter. Requires human confirmation. Idempotent.
complete_visa_payment
Complete a Visa Agent Toolkit payment flow.
products
search_products
Search products across verified merchants with filters by category, price, stock, and trust score.
search_products_enriched
Search products with enriched data: attributes, variants, GTIN, multiple images.
acp
get_acp_orders
Retrieve ACP orders placed via this store. Returns status, items, totals, and tracking links.
agent
check_agent_consent
Check MCAP agent payment consent status and spending limits.
apply
apply_discount
Apply a discount code to the cart (TEST*/WELCOME* = 10% off).
attach
attach_agent_identity
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.
cancel
cancel_payment_mandate
Cancel an active payment mandate.
cart
create_cart
Create a shopping cart for a merchant. Validates stock and applies fraud detection.
compare
compare_products
Side-by-side comparison of 2-5 products with normalized attributes and bestValue recommendation.
docs
search_docs
Search merchant documentation and policy pages.
enroll
enroll_payment_method
Enroll a payment method for future agent payments.
explore
explore_store
Complete agent onboarding — capability matrix, recommended journeys (discovery/shopping/checkout/trust), discovery endpoints, and agent-friendliness score. Call this FIRST on any new store.
merchant
get_merchant_profile
Get merchant trust score, verification level, return policies, and shipping SLA.
nlweb
nlweb_ask
Natural language product search via NLWeb Discovery Layer. Returns Schema.org Products.
page
get_page_content
Retrieve content of a specific store page by URL.
preview
preview_checkout
Finalize cart summary and advance to READY_FOR_PAYMENT state.
process
process_agent_payment
Process a Mastercard Agent Pay (MCAP) payment with Ed25519 HTTP signatures.
product
get_product_details
Retrieve full product information including price, variants, policies, and merchant trust score.
scenario
run_scenario
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.
select
select_shipping_option
Select a shipping option and recalculate cart totals.
shipping
get_shipping_rates
Get shipping rates for a cart. Uses elicitation to collect address.
site
get_site_map
Get the store's site map for navigation discovery.
store
get_store_trust
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.
tool
get_tool_details
Tool get_tool_details
tools
search_tools
Tool search_tools

Endpoints

URLTransportStateLatencyChecked
https://trusteed.xyz/demo-store/mcp streamable-http answering 309 ms 10 min ago

MCP Gateway — questions

Answers built from our own checks of this server.

What can MCP Gateway do?
It exposes 48 tools, read directly from the server on our last check. Among them: apply_discount, attach_agent_identity, browse_catalog_feed, browse_categories, cancel_payment_mandate, check_agent_consent and 42 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is MCP Gateway mostly used for?
Its tools cluster around ucp, onx and payment. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is MCP Gateway working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 313 ms. The bar chart above shows every period we have measured.
Is MCP Gateway still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect MCP Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does MCP Gateway need an API key?
No. MCP Gateway completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 48 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is MCP Gateway?
It answers our handshake in 313 ms on average, which is faster than 45% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.