← Registry

eCommerce

gigglefone.com

Provides access to product and stock information including catalogs, details, and price trends.

1 endpoint69 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://gigglefone.com/mcp

No auth detected

MCP server metadata

Name
secondhand-mcp-server
Version
2.4.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged

Known tools 69

get_stock_list

Get paginated stock/lot list from the backend (public API).

Inferred read-only
get_catalog_options

Get catalog/category options (e.g.

Inferred read-only
get_catalog_models

Get model list from the backend public API.

Inferred read-only
get_product_detail

Get detailed product information including images, specifications, similar products, and weekly price trends.

Inferred read-only
get_stock_detail

Get detailed information for a specific stock lot including IMEI, inspection report (digest), images, and specifications.

Inferred read-only
get_content_offers

Get recent blog posts and offers (max 3 items).

Inferred read-only
get_catalog_list

Get paginated product catalog list (catalog listings) from the backend.

Inferred read-only
get_trending_models

Get trending device models by view/add_to_cart/purchase in a time window.

Potential side effects
get_related_products

Get products related to a given product by co-view/co-cart/co-order (same session).

Inferred read-only
get_personalized_suggestions

Get personalized product/model suggestions for the current user (or global trending if not authenticated).

Inferred read-only
get_recommended_tools

Returns recommended tool names and optional default prompt snippet for a given intent.

Inferred read-only
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.

Inferred read-only
get_giggletrade_platform_modules

Returns the six www.giggletrade.com **B2B** discovery areas.

Inferred read-only
get_order_for_support

Look up order by order_id or order_number for support context.

Inferred read-only
get_return_policy

Return policy summary, URL and contact for support/agent.

Inferred read-only
create_support_ticket

Create a support ticket.

Potential side effects
get_cart

Get or create current user cart.

Potential side effects
get_cart_items

Get current user cart items (paginated).

Inferred read-only
add_cart_item

Add single item to cart.

Inferred read-only
add_cart_items_batch

Add multiple items to cart in one request.

Inferred read-only
update_cart_item

Update cart item quantity or note.

Potential side effects
delete_cart_item

Remove item from cart.

Potential side effects
submit_cart

Submit cart to checkout (confirm selected items, reserve stock).

Inferred read-only
convert_cart_to_order

Legacy alias — prefer create_storefront_order.

Inferred read-only
list_orders

List current user orders (paginated).

Inferred read-only
get_order

Get single order detail (lines, amount, logistics, payment guidance).

Potential side effects
cancel_order

Cancel order.

Inferred read-only
confirm_order

Confirm order (typically after payment).

Potential side effects
process_order

Start processing order.

Inferred read-only
ship_order

Update order logistics.

Potential side effects
update_execution_stage

Update order execution stage.

Potential side effects
list_addresses

List current user addresses.

Inferred read-only
get_address

Get address detail.

Inferred read-only
create_address

Create delivery/invoice address.

Potential side effects
update_address

Update address.

Potential side effects
delete_address

Delete (archive) address.

Potential side effects
set_default_address

Set address as default.

Inferred read-only
check_stock_availability

Check IMEI availability (auth required).

Inferred read-only
get_authenticated_stock_list

Stock list with reservation status (availability_reason, reserved_by_user, etc).

Inferred read-only
get_order_logistics

Get order logistics info.

Inferred read-only
update_order_logistics

Update order logistics.

Potential side effects
track_order

Track order logistics.

Inferred read-only
get_order_messages

Get order messages.

Inferred read-only
send_order_message

Send order message.

Potential side effects
get_locations

Get countries or states.

Inferred read-only
get_payment_providers

List available payment methods (Stripe, Payoneer, FPS, etc.) for F2 checkout and orders.

Potential side effects
auth_login

Log in with email/password (POST /api/b2c/v1/auth/login).

Potential side effects
auth_login_google

Exchange a Google Identity Services ID token for a session JWT (POST /api/b2c/v1/auth/login-google).

Potential side effects
auth_refresh

Refresh access token (GET /api/b2c/v1/auth/refresh with Bearer refresh_token).

Inferred read-only
list_shipping_methods

F2 address step: list delivery carriers (GET /api/b2c/v1/shipping-methods).

Inferred read-only
get_pickup_address

F2 address step: storefront pickup location (GET /api/b2c/v1/storefront/pickup-address).

Inferred read-only
preview_shipping

Estimate shipping options (GET /api/b2c/v1/storefront/shipping-preview).

Inferred read-only
apply_cart_promo

Apply promo/coupon code on cart (POST /api/b2c/v1/cart/promo).

Potential side effects
remove_cart_promo

Remove applied promo from cart (DELETE /api/b2c/v1/cart/promo).

Potential side effects
get_cart_loyalty_summary

Loyalty / rewards summary for cart lines (GET /api/b2c/v1/cart/loyalty-summary).

Inferred read-only
apply_channel_code

Apply partner/channel attribution code on cart (POST /api/b2c/v1/cart/channel-code).

Potential side effects
create_storefront_order

F2 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 effects
create_payment_intent

F2 payment: create Odoo payment.transaction session (POST /api/b2c/v1/orders/:id/payment-transaction).

Potential side effects
pay_full

Record full payment (POST /api/b2c/v1/orders/:id/payments type=full).

Potential side effects
reprice_check

F2 payment: check if cart/order prices changed (POST /api/b2c/v1/orders/:id/reprice-check).

Potential side effects
accept_price_update

Accept updated prices on an order after reprice_check (POST /api/b2c/v1/orders/:id/accept-price-update).

Potential side effects
verify_payment_return

F2 order page: verify Payoneer (or similar) returnUrl via backend (POST /api/b2c/v1/orders/:id/payment-transaction/verify-return).

Potential side effects
confirm_payment

Confirm payment after the shopper finishes in the browser.

Potential side effects
get_payment_transaction_status

Poll Odoo payment.transaction state (GET /api/b2c/v1/orders/:order_id/payment-transaction/:tx_id/status).

Potential side effects
submit_contact

Submit contact form.

Inferred read-only
trade_buy_ask

Submit B2B buy inquiry (trade/buy/ask).

Potential side effects
list_api_keys

List current user API keys (id, name, scope, create_date, expiration_date).

Inferred read-only
create_api_key

Create a new API key.

Potential side effects
delete_api_key

Revoke an API key by id.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gigglefone.com was fetched 2026-08-24T00:16:52.873Z.

Trust status Trusted

gigglefone.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.