← giggletrade.com

INDIVIDUAL MCP TOOL

update_execution_stage

Update order execution stage.

giggletrade.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://giggletrade.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_execution_stage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

giggletrade.com

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.secondhand-mcp-server]
url = "https://giggletrade.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "secondhand-mcp-server": {
      "type": "http",
      "url": "https://giggletrade.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: secondhand-mcp-server
Remote MCP URL: https://giggletrade.com/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": {
    "secondhand-mcp-server": {
      "url": "https://giggletrade.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "secondhand-mcp-server": {
      "type": "http",
      "url": "https://giggletrade.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "secondhand-mcp-server",
  "transport": "streamable-http",
  "url": "https://giggletrade.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_stock_list — Get paginated stock/lot list from the backend (public API).
  • get_catalog_options — Get catalog/category options (e.g.
  • get_catalog_models — Get model list from the backend public API.
  • get_product_detail — Get detailed product information including images, specifications, similar products, and weekly price trends.
  • get_product_stock — Get product stock levels grouped by version/grade/type.
  • get_stock_detail — Get detailed information for a specific stock lot including IMEI, inspection report (digest), images, and specifications.
  • get_content_offers — Get recent blog posts and offers (max 3 items).
  • get_catalog_list — Get paginated product catalog list (catalog listings) from the backend.