eCommerce
giggletrade.com
Provides access to product catalog, stock levels, and pricing information for an e-commerce platform.
ENDPOINT 1
https://giggletrade.com/mcp
MCP server metadata
- Name
- secondhand-mcp-server
- Version
- 2.0.0
Known tools 53
get_product_detailGet detailed product information including images, specifications, similar products, and weekly price trends.
Inferred read-onlyget_stock_detailGet detailed information for a specific stock lot including IMEI, inspection report (digest), images, and specifications.
Inferred read-onlyget_catalog_listGet paginated product catalog list (catalog listings) from the backend.
Inferred read-onlyget_trending_modelsGet trending device models by view/add_to_cart/purchase in a time window.
Potential side effectsget_related_productsGet products related to a given product by co-view/co-cart/co-order (same session).
Inferred read-onlyget_personalized_suggestionsGet personalized product/model suggestions for the current user (or global trending if not authenticated).
Inferred read-onlyget_recommended_toolsReturns recommended tool names and optional default prompt snippet for a given intent.
Inferred read-onlyget_giggletrade_platform_modulesReturns the six www.giggletrade.com discovery areas (compare quotes, prices by model, units in stock, stock by site, weekly snapshot, grades) with website_url, recommended MCP tools, prompt name, and resources.
Inferred read-onlyget_order_for_supportLook up order by order_id or order_number for support context.
Inferred read-onlyget_orderGet single order detail (lines, amount, logistics, payment guidance).
Potential side effectsget_authenticated_stock_listStock list with reservation status (availability_reason, reserved_by_user, etc).
Inferred read-onlylist_api_keysList current user API keys (id, name, scope, create_date, expiration_date).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.