← gigglefone.com

INDIVIDUAL MCP TOOL

get_gigglefone_platform_modules

Returns Giggle Fone B2C shopper areas (/p product catalog, /d device units, grades, quality, F2 checkout, content) with locale website_url, recommended MCP tools, and prompts.

gigglefone.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://gigglefone.com/mcp

No auth detected

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

gigglefone.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://gigglefone.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "secondhand-mcp-server",
  "transport": "streamable-http",
  "url": "https://gigglefone.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_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.
  • get_trending_models — Get trending device models by view/add_to_cart/purchase in a time window.