← Registry

eCommerce

forthclear.io

Manages e-commerce marketplace product listings, inventory search, pricing, and quote requests for buyers and sellers.

1 endpoint12 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://app.forthclear.io/mcp

No auth detected

MCP server metadata

Name
forthclear-liquidation
Version
1.3.0
Capabilities
toolsresources
Server instructions

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

search_inventory

Search available liquidation inventory with filters

Inferred read-only
get_product_details

Get detailed information about a specific product

Inferred read-only
request_quote

Request a bulk quote for a product (buyer tool)

Inferred read-only
create_listing

Create a new product listing (seller tool)

Potential side effects
get_pricing_recommendation

Get AI-powered pricing recommendation for inventory (seller tool)

Inferred read-only
get_quote_requests

Get pending quote requests for seller's products (seller tool)

Inferred read-only
respond_to_quote

Respond to a buyer's quote request (seller tool)

Inferred read-only
bulk_update_listings

Bulk update prices or minimum order quantities across up to 200 of the calling seller's product listings.

Potential side effects
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.

Inferred read-only
bulk_export_orders

Export the calling seller's orders as CSV (Order ID, Product, Buyer, Quantity, Total, Status, Date).

Inferred read-only
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.

Inferred read-only
quick_buy

One-step purchase for products with instant checkout enabled (seller opt-in) and orders under bulk threshold.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for forthclear.io was fetched 2026-08-24T00:26:52.544Z.

Trust status Trusted

forthclear.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.