← forthclear.io

INDIVIDUAL MCP TOOL

request_quote

Request a bulk quote for a product (buyer tool)

forthclear.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://app.forthclear.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for request_quote 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

forthclear.io

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 filters
  • get_product_details — Get detailed information about a specific product
  • 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.
  • 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.