← WebMCP Directory

ucp.new

ucp.new

live Unverified (seed import) Commerce 7 tools imperative implementation

Explore Universal Commerce Protocol (UCP) with live Shopify catalog search, Cart MCP, Checkout MCP, product lookup, and raw JSON-RPC inspection.

First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com

Answer 4 · Act 3 · Transact 0 · Score: Not yet scored

Tool inspector

navigate

act imperative

Navigate the visible UCP Playground page. Use destination=session only with a session_id returned by get_site_state, and destination=product only with a product_id returned by get_search_results. Other destinations need no id. This changes only the visible page; it does not search, change carts, or begin checkout.

Page: /

Input schema

PropertyTypeRequiredDescription
destination string yes The UCP Playground surface to open.
session_id string no Required only when destination is session; copy it exactly from get_site_state.
product_id string no Required only when destination is product; copy it exactly from get_search_results.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "destination": {
      "type": "string",
      "enum": [
        "home",
        "session",
        "product",
        "cart",
        "tools",
        "profile_validator",
        "permalink_generator",
        "profile_comparison",
        "webmcp_inspector",
        "settings",
        "protocol_inspector"
      ],
      "description": "The UCP Playground surface to open."
    },
    "session_id": {
      "type": "string",
      "maxLength": 160,
      "description": "Required only when destination is session; copy it exactly from get_site_state."
    },
    "product_id": {
      "type": "string",
      "maxLength": 2048,
      "description": "Required only when destination is product; copy it exactly from get_search_results."
    }
  },
  "required": [
    "destination"
  ],
  "additionalProperties": false
}

Similar websites

birmakine.com

birmakine.com

Bir Makine — Turkish marketplace for industrial machinery; browse current listings and find machines that fit your needs.

live Unverified Commerce
44 tools A3 / Act41 / T0 Not yet scored Seen 2026-09-14
search_listings scan_images_c2pa inspect_image_c2pa ilan_ara ilan_detay
Inspect tools
vaanzari.com

vaanzari.com

Explore handcrafted Banarasi sarees from Vaanzari, with artisan provenance, woven traditions and thoughtful customer care in India and worldwide.

live Unverified Commerce Transact tools
37 tools A17 / Act15 / T5 Not yet scored Seen 2026-09-14
scan_images_c2pa inspect_image_c2pa search-sarees get-saree compare-sarees
Inspect tools
demo.openforagents.com

demo.openforagents.com

Open for Agents WebMCP demos for declarative browser-agent actions.

live Unverified Commerce
27 tools A7 / Act20 / T0 Not yet scored Seen 2026-09-14
get_site_info_api list_post_types_api get_navigation_api list_posts_api search_posts_api
Inspect tools
ourmenuos.online

ourmenuos.online

The complete operating layer for modern businesses. Build your digital storefront, manage operations, and process payments instantly with 9 specialized industry…

live Unverified Commerce Transact tools
26 tools A8 / Act14 / T4 Not yet scored Seen 2026-09-14
wetaego_find_venue wetaego_search_catalog wetaego_get_item_details wetaego_create_cart wetaego_add_to_cart
Inspect tools

Related on Influzer