← Registry

eCommerce

wize.works

Provides e-commerce store data access including product search, site info, and newsletter subscription.

1 endpoint54 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://wize.works/mcp

No auth detected

MCP server metadata

Name
sparx-site-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 54

get_site_info

Basic facts about this site: name, tagline, hours, contact, social links, and policy pages.

Inferred read-only
search_site

Search everything on the site — products, collections, and published pages — returning titles + links.

Inferred read-only
subscribe_newsletter

Subscribe an email address to the site’s newsletter/list.

Potential side effects
search_products

Faceted product search across this store (full-text + filters).

Inferred read-only
list_products

List/browse products with simple filters (no search index needed).

Inferred read-only
get_product

Full detail for one product by its handle: description, variants, options, images, price range, stock, and fitment.

Inferred read-only
list_collections

List the store’s product collections (curated groups).

Inferred read-only
get_collection_products

List products in a collection by the collection handle.

Inferred read-only
list_categories

The store’s category tree.

Inferred read-only
get_product_reviews

Published customer reviews + rating summary for a product handle.

Inferred read-only
get_product_questions

Published questions and answers for a product handle.

Inferred read-only
submit_product_review

Submit a product review (enters moderation before it appears).

Inferred read-only
ask_product_question

Ask a question about a product (enters moderation).

Inferred read-only
list_services

List services a customer can book online (name, duration, price, capacity, booking type).

Inferred read-only
get_service_resources

For a service that lets the customer choose a provider/resource (stylist, room, table…), list the pickable options.

Inferred read-only
check_availability

Open appointment slots for a service in a date/time window.

Inferred read-only
list_class_sessions

Open class/group sessions for a service in a window (with remaining seats).

Inferred read-only
book_appointment

Book an appointment for a service at a start time.

Inferred read-only
join_waitlist

Join the waitlist for a service across a desired window when no slot is open.

Inferred read-only
join_class

Take a seat in an open class session (by session/booking id).

Inferred read-only
create_cart

Create a new guest cart.

Potential side effects
get_cart

Read the current contents + totals of a cart.

Inferred read-only
add_to_cart

Add a product variant to the cart.

Inferred read-only
update_cart_item

Set the quantity of a cart line (0 removes it).

Inferred read-only
remove_cart_item

Remove a line from the cart.

Potential side effects
apply_discount

Apply a discount code to the cart.

Inferred read-only
remove_discount

Remove a previously applied discount code from the cart.

Potential side effects
start_checkout

Start a checkout session from a cart.

Inferred read-only
get_checkout

Read the current state of a checkout session.

Inferred read-only
set_checkout_contact

Set the contact email/phone on a checkout session.

Potential side effects
get_shipping_quotes

Get shipping rate options for a checkout session and destination.

Inferred read-only
set_checkout_shipping

Set the shipping (and optional billing) address + chosen shipping rate.

Inferred read-only
apply_checkout_discount

Apply a discount code to a checkout session.

Inferred read-only
create_payment_intent

Begin payment for a checkout session.

Potential side effects
complete_checkout

Finalize a checkout into an order once payment is authorized (e.g.

Potential side effects
get_my_profile

Get the signed-in customer’s profile (name, email, phone).

Potential side effects
list_my_orders

List the signed-in customer’s past orders (paged, newest first).

Inferred read-only
get_my_order

Get one of the signed-in customer’s orders in full (line items, totals, shipping address).

Inferred read-only
list_my_addresses

List the signed-in customer’s saved addresses.

Inferred read-only
add_my_address

Save a new address to the signed-in customer’s address book.

Inferred read-only
list_my_wishlist

List the signed-in customer’s wishlist items.

Inferred read-only
add_to_wishlist

Add a product variant to the signed-in customer’s wishlist.

Inferred read-only
remove_from_wishlist

Remove a variant from the signed-in customer’s wishlist.

Potential side effects
list_my_bookings

List the signed-in customer’s appointments (scope: upcoming | past | all).

Inferred read-only
get_my_booking

Get one of the signed-in customer’s appointments in full.

Inferred read-only
reschedule_my_booking

Move one of the signed-in customer’s appointments to a new start time.

Inferred read-only
cancel_my_booking

Cancel one of the signed-in customer’s appointments (a cancellation fee may apply per the site’s policy).

Inferred read-only
list_my_requests

List the signed-in customer’s support requests and where each one stands (scope: open | settled | all).

Inferred read-only
get_my_request

Get one of the signed-in customer’s support requests in full.

Inferred read-only
open_my_request

Raise a new support request for the signed-in customer.

Inferred read-only
reply_to_my_request

Add a message to one of the signed-in customer’s existing support requests.

Potential side effects
list_my_b2b_accounts

List the B2B/wholesale accounts the signed-in customer is a contact on (company, credit, terms).

Inferred read-only
get_my_b2b_account

Summary for one of the signed-in customer’s B2B accounts (credit, receivables, recent orders).

Inferred read-only
list_my_b2b_invoices

List invoices for one of the signed-in customer’s B2B accounts.

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.sparx-site-mcp]
url = "https://wize.works/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sparx-site-mcp": {
      "type": "http",
      "url": "https://wize.works/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sparx-site-mcp
Remote MCP URL: https://wize.works/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": {
    "sparx-site-mcp": {
      "url": "https://wize.works/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sparx-site-mcp": {
      "type": "http",
      "url": "https://wize.works/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sparx-site-mcp",
  "transport": "streamable-http",
  "url": "https://wize.works/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.