INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://app.forthclear.io/mcp
Connect to this endpoint to inspect the live schema for seller_inbox_summarise 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
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.forthclear-liquidation]
url = "https://app.forthclear.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"forthclear-liquidation": {
"type": "http",
"url": "https://app.forthclear.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: forthclear-liquidation
Remote MCP URL: https://app.forthclear.io/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": {
"forthclear-liquidation": {
"url": "https://app.forthclear.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"forthclear-liquidation": {
"type": "http",
"url": "https://app.forthclear.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "forthclear-liquidation",
"transport": "streamable-http",
"url": "https://app.forthclear.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_inventory— Search available liquidation inventory with filtersget_product_details— Get detailed information about a specific productrequest_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.