← Registry

eCommerce

hotlikeshop.com

Offers product search and category listing, with an additional TOTP generator for two-factor authentication.

1 endpoint19 known toolsFirst detected August 27, 2026Last detected September 4, 2026

ENDPOINT 1

https://hotlikeshop.com/api/mcp

No auth detected

MCP server metadata

Name
hotlikeshop.com
Version
1.0.0
Capabilities
tools
Server instructions

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

search_products

Search public products by keyword (name).

Inferred read-only
get_product

Get details of one public product by id, including description.

Inferred read-only
list_categories

List all public categories with product counts.

Inferred read-only
list_category_products

List public products in one category by category_id.

Inferred read-only
get_2fa

Generate the current 2FA/TOTP code (6 digits) from a Base32 secret key (Google Authenticator style).

Inferred read-only
check_live_facebook

Check whether a Facebook UID (numeric) is live or dead via the public profile-picture endpoint (server-side).

Inferred read-only
check_health_bulk

Bulk live/dead check for many accounts at once (max 20).

Inferred read-only
deep_inspect

Deep 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-only
recommend_products

Recommend in-stock public products by budget and/or keyword/category, cheapest first, with a simple combo suggestion.

Inferred read-only
topup_guide

Explain how to add funds (deposit) to a hotlikeshop account.

Inferred read-only
how_to_start

Onboarding guide for NEW users: how to start buying on hotlikeshop through this MCP (create account -> get api_key -> top up -> search & buy).

Potential side effects
best_sellers

List best-selling in-stock public products (most sold first).

Inferred read-only
latest_products

List newest in-stock public products (recently added first).

Inferred read-only
compare_products

Compare 2–5 public products side by side (price, stock, min/max, sold, category) with a quick summary (cheapest / most stock / best seller).

Inferred read-only
similar_products

Given a product id, list similar in-stock public products (same category, best-selling first; fills with newest from other categories if few).

Inferred read-only
get_my_balance

Get your account balance and level (requires your shop api_key).

Inferred read-only
quote_order

STEP 1 of buying: get a price quote for a product BEFORE purchasing.

Inferred read-only
buy_product

STEP 2 of buying: place the order using the confirm_token from quote_order.

Inferred read-only
check_order_status

Check the status and delivered content of one of your orders by order_code (requires your api_key).

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.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.

Indexed

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