ForthClear Liquidation Marketplace
Search surplus and overstock inventory, request bulk quotes, and check out.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Search surplus and overstock inventory, request bulk quotes, and check out.
Список инструментов сервера (12)
Технические названия из tools/list. Нужны только разработчикам.
| search_inventory | Search available liquidation inventory with filters |
| get_product_details | Get detailed information about a specific product |
| request_quote | Request a bulk quote for a product (buyer tool) |
| create_listing | Create a new product listing (seller tool) |
| get_pricing_recommendation | Get AI-powered pricing recommendation for inventory (seller tool) |
| get_quote_requests | Get pending quote requests for seller's products (seller tool) |
| respond_to_quote | Respond to a buyer's quote request (seller tool) |
| bulk_update_listings | Bulk update prices or minimum order quantities across up to 200 of the calling seller's product listings. Thin adapter over POST /api/products/bulk-update-price and /bulk-update-moq — same seller-ownership filter and per-product validation. Choose mode='price_set' (value=USD), 'price_percent_increase' / 'price_percent_decrease' (value=percent), or 'moq_set' (value=integer units). |
| bulk_mark_shipped | Mark up to 200 of the calling seller's orders as shipped, optionally writing a shared tracking number / URL / carrier to every order. Thin adapter over POST /api/seller/orders/bulk-mark-shipped — same per-order ownership filter, idempotent re-runs, auto-detected carrier when only a tracking number is supplied. Returns per-order success/failure buckets. |
| bulk_export_orders | Export the calling seller's orders as CSV (Order ID, Product, Buyer, Quantity, Total, Status, Date). Thin adapter over POST /api/seller/orders/bulk-export — orders not owned by the caller are silently skipped. Returns the CSV body as a string plus the suggested filename. |
| seller_inbox_summarise | Read-only digest of the calling seller's inbox: pending quote requests, orders at risk of missing their ship-by deadline, and orders with reported issues. Useful for a daily standup or cron-driven agent that decides which bulk action to run next. |
| quick_buy | One-step purchase for products with instant checkout enabled (seller opt-in) and orders under bulk threshold. For products without instant checkout or larger orders, use request_quote instead. |