INDIVIDUAL MCP TOOL
check_live_facebook
Check whether a Facebook UID (numeric) is live or dead via the public profile-picture endpoint (server-side).
LIVE ENDPOINT
https://hotlikeshop.com/api/mcp
Connect to this endpoint to inspect the live schema for check_live_facebook and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.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.
Related tools
search_products— Search public products by keyword (name).get_product— Get details of one public product by id, including description.list_categories— List all public categories with product counts.list_category_products— List public products in one category by category_id.get_2fa— Generate the current 2FA/TOTP code (6 digits) from a Base32 secret key (Google Authenticator style).check_health_bulk— Bulk live/dead check for many accounts at once (max 20).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.recommend_products— Recommend in-stock public products by budget and/or keyword/category, cheapest first, with a simple combo suggestion.