← wize.works

INDIVIDUAL MCP TOOL

get_service_resources

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

wize.worksnone authenticationAvailability not checked

LIVE ENDPOINT

https://wize.works/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_service_resources and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

wize.works

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.

Related tools

  • get_site_info — Basic facts about this site: name, tagline, hours, contact, social links, and policy pages.
  • search_site — Search everything on the site — products, collections, and published pages — returning titles + links.
  • subscribe_newsletter — Subscribe an email address to the site’s newsletter/list.
  • search_products — Faceted product search across this store (full-text + filters).
  • list_products — List/browse products with simple filters (no search index needed).
  • get_product — Full detail for one product by its handle: description, variants, options, images, price range, stock, and fitment.
  • list_collections — List the store’s product collections (curated groups).
  • get_collection_products — List products in a collection by the collection handle.