request_back_in_stock — Synchronity MCP Tool
request_back_in_stock
(request back in stock) is one of 26 tools on the
Synchronity
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call request_back_in_stock from your client
- Claude Code Synchronity request_back_in_stock run in your project directory
- Claude Desktop Synchronity request_back_in_stock ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Synchronity request_back_in_stock ~/.cursor/mcp.json
- VS Code Synchronity request_back_in_stock .vscode/mcp.json
- Zed Synchronity request_back_in_stock ~/.config/zed/settings.json
- Windsurf Synchronity request_back_in_stock ~/.codeium/windsurf/mcp_config.json
- Cline Synchronity request_back_in_stock ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Synchronity request_back_in_stock ~/.gemini/settings.json
- Grok Synchronity request_back_in_stock .mcp.json (in your project root)
- ChatGPT Synchronity request_back_in_stock Settings → Connectors → Advanced → Developer mode
- Claude.ai Synchronity request_back_in_stock Settings → Connectors → Add custom connector
- LangChain Synchronity request_back_in_stock pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http synchronity https://api.synchronity.app/mcp
Other tools on this server
- list_sites
- search_products
- get_product
- get_product_reviews
- compare_products
- create_cart
- add_to_cart
- quick_checkout
- remove_from_cart
- set_cart_quantity
- apply_coupon
- get_cart
- get_active_cart
- set_shipping_address
- select_shipping_option
- execute_checkout
- get_order
- list_orders
- request_delegation
- submit_delegation_otp
- check_delegation
- get_payment_methods
- initiate_payment
- submit_payment_otp
- get_payment_status
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.