eCommerce
forthclear.io
Manages e-commerce marketplace product listings, inventory search, pricing, and quote requests for buyers and sellers.
ENDPOINT 1
https://app.forthclear.io/mcp
MCP server metadata
- Name
- forthclear-liquidation
- Version
- 1.3.0
ForthClear B2B liquidation marketplace. Read tools (search_inventory, get_product_details, get_pricing_recommendation) are public. Write tools (request_quote, create_listing, respond_to_quote, quick_buy) require X-MCP-API-Key (sellers) or X-Agent-Token (buyers).
Known tools 12
get_pricing_recommendationGet AI-powered pricing recommendation for inventory (seller tool)
Inferred read-onlybulk_update_listingsBulk update prices or minimum order quantities across up to 200 of the calling seller's product listings.
Potential side effectsbulk_mark_shippedMark up to 200 of the calling seller's orders as shipped, optionally writing a shared tracking number / URL / carrier to every order.
Inferred read-onlybulk_export_ordersExport the calling seller's orders as CSV (Order ID, Product, Buyer, Quantity, Total, Status, Date).
Inferred read-onlyseller_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.
Inferred read-onlyquick_buyOne-step purchase for products with instant checkout enabled (seller opt-in) and orders under bulk threshold.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for forthclear.io was fetched 2026-08-24T00:26:52.544Z.
forthclear.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.