eCommerce
gigglefone.com
Provides access to product and stock information including catalogs, details, and price trends.
ENDPOINT 1
https://gigglefone.com/mcp
MCP server metadata
- Name
- secondhand-mcp-server
- Version
- 2.4.0
Known tools 69
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_gigglefone_platform_modulesReturns 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.
Inferred read-onlyget_giggletrade_platform_modulesReturns the six www.giggletrade.com **B2B** discovery areas.
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-onlyget_payment_providersList available payment methods (Stripe, Payoneer, FPS, etc.) for F2 checkout and orders.
Potential side effectsauth_login_googleExchange a Google Identity Services ID token for a session JWT (POST /api/b2c/v1/auth/login-google).
Potential side effectsauth_refreshRefresh access token (GET /api/b2c/v1/auth/refresh with Bearer refresh_token).
Inferred read-onlylist_shipping_methodsF2 address step: list delivery carriers (GET /api/b2c/v1/shipping-methods).
Inferred read-onlyget_pickup_addressF2 address step: storefront pickup location (GET /api/b2c/v1/storefront/pickup-address).
Inferred read-onlypreview_shippingEstimate shipping options (GET /api/b2c/v1/storefront/shipping-preview).
Inferred read-onlyapply_cart_promoApply promo/coupon code on cart (POST /api/b2c/v1/cart/promo).
Potential side effectsremove_cart_promoRemove applied promo from cart (DELETE /api/b2c/v1/cart/promo).
Potential side effectsget_cart_loyalty_summaryLoyalty / rewards summary for cart lines (GET /api/b2c/v1/cart/loyalty-summary).
Inferred read-onlyapply_channel_codeApply partner/channel attribution code on cart (POST /api/b2c/v1/cart/channel-code).
Potential side effectscreate_storefront_orderF2 payment step: convert cart to B2C order (POST /api/b2c/v1/cart/convert-to-order) with cart_item_ids, shipping_info, payment_method, shipping_address_id, carrier_id.
Potential side effectscreate_payment_intentF2 payment: create Odoo payment.transaction session (POST /api/b2c/v1/orders/:id/payment-transaction).
Potential side effectsreprice_checkF2 payment: check if cart/order prices changed (POST /api/b2c/v1/orders/:id/reprice-check).
Potential side effectsaccept_price_updateAccept updated prices on an order after reprice_check (POST /api/b2c/v1/orders/:id/accept-price-update).
Potential side effectsverify_payment_returnF2 order page: verify Payoneer (or similar) returnUrl via backend (POST /api/b2c/v1/orders/:id/payment-transaction/verify-return).
Potential side effectsget_payment_transaction_statusPoll Odoo payment.transaction state (GET /api/b2c/v1/orders/:order_id/payment-transaction/:tx_id/status).
Potential side effectslist_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://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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gigglefone.com was fetched 2026-08-24T00:16:52.873Z.
gigglefone.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.