INDIVIDUAL MCP TOOL
verify_payment_return
F2 order page: verify Payoneer (or similar) returnUrl via backend (POST /api/b2c/v1/orders/:id/payment-transaction/verify-return).
LIVE ENDPOINT
https://gigglefone.com/mcp
Connect to this endpoint to inspect the live schema for verify_payment_return 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.
- A tool name or description suggests a financial action.
Parent server
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.