eCommerce
wize.works
Provides e-commerce store data access including product search, site info, and newsletter subscription.
ENDPOINT 1
https://wize.works/mcp
MCP server metadata
- Name
- sparx-site-mcp
- Version
- 1.0.0
Known tools 54
get_site_infoBasic facts about this site: name, tagline, hours, contact, social links, and policy pages.
Inferred read-onlysearch_siteSearch everything on the site — products, collections, and published pages — returning titles + links.
Inferred read-onlyget_productFull detail for one product by its handle: description, variants, options, images, price range, stock, and fitment.
Inferred read-onlyget_product_reviewsPublished customer reviews + rating summary for a product handle.
Inferred read-onlysubmit_product_reviewSubmit a product review (enters moderation before it appears).
Inferred read-onlylist_servicesList services a customer can book online (name, duration, price, capacity, booking type).
Inferred read-onlyget_service_resourcesFor a service that lets the customer choose a provider/resource (stylist, room, table…), list the pickable options.
Inferred read-onlylist_class_sessionsOpen class/group sessions for a service in a window (with remaining seats).
Inferred read-onlyjoin_waitlistJoin the waitlist for a service across a desired window when no slot is open.
Inferred read-onlyget_shipping_quotesGet shipping rate options for a checkout session and destination.
Inferred read-onlyset_checkout_shippingSet the shipping (and optional billing) address + chosen shipping rate.
Inferred read-onlycomplete_checkoutFinalize a checkout into an order once payment is authorized (e.g.
Potential side effectsget_my_orderGet one of the signed-in customer’s orders in full (line items, totals, shipping address).
Inferred read-onlylist_my_bookingsList the signed-in customer’s appointments (scope: upcoming | past | all).
Inferred read-onlyreschedule_my_bookingMove one of the signed-in customer’s appointments to a new start time.
Inferred read-onlycancel_my_bookingCancel one of the signed-in customer’s appointments (a cancellation fee may apply per the site’s policy).
Inferred read-onlylist_my_requestsList the signed-in customer’s support requests and where each one stands (scope: open | settled | all).
Inferred read-onlyreply_to_my_requestAdd a message to one of the signed-in customer’s existing support requests.
Potential side effectslist_my_b2b_accountsList the B2B/wholesale accounts the signed-in customer is a contact on (company, credit, terms).
Inferred read-onlyget_my_b2b_accountSummary for one of the signed-in customer’s B2B accounts (credit, receivables, recent orders).
Inferred read-onlylist_my_b2b_invoicesList invoices for one of the signed-in customer’s B2B accounts.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.