ForthClear Liquidation Marketplace

ForthClear is a B2B marketplace for surplus, overstock, customer-returned, and salvage inventory — sold by the pallet and the lot.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • 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)

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

ForthClear is a B2B marketplace for surplus, overstock, customer-returned, and salvage inventory — sold by the pallet and the lot.

This server lets an agent:

  • Search live inventory by category, condition grade, discount, and unit price
  • Pull lot detail — condition, lot size, MOQ, bulk price tiers, seller location
  • Request bulk quotes from real sellers and track the responses
  • Check out through Stripe Connect escrow, funds released on delivery confirmation

Sellers get the same surface: list pallets, pull AI pricing recommendations, respond to incoming quotes, and bulk-update prices, MOQs, and shipment status across up to 200 listings at a time.

Catalog search and product lookup are public — connect and they work. Anything touching money, private seller data, or PII requires an API key you generate yourself (buyers at /settings, sellers at /seller/settings), passed as 'X-MCP-API-Key'

Список инструментов сервера (12)

Технические названия из tools/list. Нужны только разработчикам.

search_inventorySearch available liquidation inventory with filters
get_product_detailsGet detailed information about a specific product
request_quoteRequest a bulk quote for a product (buyer tool)
create_listingCreate a new product listing (seller tool)
get_pricing_recommendationGet AI-powered pricing recommendation for inventory (seller tool)
get_quote_requestsGet pending quote requests for seller's products (seller tool)
respond_to_quoteRespond to a buyer's quote request (seller tool)
bulk_update_listingsBulk 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_shippedMark 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_ordersExport 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_summariseRead-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_buyOne-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.