eCommerce
hotlikeshop.com
Offers product search and category listing, with an additional TOTP generator for two-factor authentication.
ENDPOINT 1
https://hotlikeshop.com/api/mcp
MCP server metadata
- Name
- hotlikeshop.com
- Version
- 1.0.0
HOTLIKESHOP.COM MCP — public, read-only catalog of a Vietnamese e-commerce shop selling social-media / MMO accounts, proxies and related services (orders delivered automatically after payment). Use search_products to find items by keyword, get_product for details, list_categories to browse, and list_category_products to list a category. Prices are in VND. Use recommend_products to suggest items by budget/keyword, best_sellers for most-sold items, latest_products for newest arrivals, compare_products to compare 2–5 items side by side, similar_products to find alternatives for a given product id, and topup_guide when a user needs to add funds (info only — MCP never takes payment). For a NEW or international user, call how_to_start first for a 4-step onboarding guide (create account → api_key → top up with USDT → search & buy). Extra MMO utilities: get_2fa (compute a TOTP code from a Base32 secret), check_live_facebook (live/dead check for one Facebook UID), check_health_bulk (bulk live/dead check for many Facebook UIDs or Instagram/Telegram/TikTok handles) and deep_inspect (deep profile: followers/bio/verified for IG/TikTok/Telegram). Link users back to the product URL. Website: https://hotlikeshop.com — contact Zalo https://zalo.me/0772868229 or Telegram https://t.me/hotlikesp. Cửa hàng TMĐT Việt Nam bán tài khoản MXH/MMO, proxy & dịch vụ liên quan, giao tự động sau thanh toán. Giá niêm yết VND. Hãy dẫn người dùng về URL sản phẩm.
Known tools 19
get_2faGenerate the current 2FA/TOTP code (6 digits) from a Base32 secret key (Google Authenticator style).
Inferred read-onlycheck_live_facebookCheck whether a Facebook UID (numeric) is live or dead via the public profile-picture endpoint (server-side).
Inferred read-onlydeep_inspectDeep profile lookup for one social account (server-side, best-effort): Instagram/TikTok → followers, bio, verified, media; Telegram → title, members; Facebook UID → live/dead + avatar.
Inferred read-onlyrecommend_productsRecommend in-stock public products by budget and/or keyword/category, cheapest first, with a simple combo suggestion.
Inferred read-onlyhow_to_startOnboarding guide for NEW users: how to start buying on hotlikeshop through this MCP (create account -> get api_key -> top up -> search & buy).
Potential side effectscompare_productsCompare 2–5 public products side by side (price, stock, min/max, sold, category) with a quick summary (cheapest / most stock / best seller).
Inferred read-onlysimilar_productsGiven a product id, list similar in-stock public products (same category, best-selling first; fills with newest from other categories if few).
Inferred read-onlybuy_productSTEP 2 of buying: place the order using the confirm_token from quote_order.
Inferred read-onlycheck_order_statusCheck the status and delivered content of one of your orders by order_code (requires your api_key).
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.hotlikeshop-com]
url = "https://hotlikeshop.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hotlikeshop-com": {
"type": "http",
"url": "https://hotlikeshop.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hotlikeshop-com
Remote MCP URL: https://hotlikeshop.com/api/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": {
"hotlikeshop-com": {
"url": "https://hotlikeshop.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hotlikeshop-com": {
"type": "http",
"url": "https://hotlikeshop.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hotlikeshop-com",
"transport": "streamable-http",
"url": "https://hotlikeshop.com/api/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.