HOTLIKESHOP MCP Server
HOTLIKESHOP MCP サーバー
あらゆるAIアシスタントからMMO/ソーシャルメディアアカウント、プロキシ、デジタルサービスを検索・購入 — チャット内で完結。
でソーシャルメディア/MMOアカウント(Facebook、Instagram、TikTok、X/Twitter、Gmail、Outlook…)、プロキシ/VPN、関連するデジタルサービスを閲覧・購入できるようにします。24時間365日自動配信されます。
✅ 検索にAPIキー不要 — 検索、比較、おすすめ、ベストセラーはすぐに利用可能。
🔐 安全なエージェント型チェックアウト — 短時間有効な確認トークンを使う2段階の
quote_order→buy_productフローで、AIが勝手にお金を使うことはできません。🌍 バイリンガル — すべてのツールが英語とベトナム語に対応。価格はVND表示。
⚡ リモートStreamable HTTP — インストール不要。クライアントをエンドポイントに接続するだけ。
エンドポイント:
https://hotlikeshop.com/api/mcp· ドキュメント: hotlikeshop.com/ai
Related MCP server: SocialGO MCP Server
クイックスタート
リモートエンドポイントを使って、任意のMCPクライアントにHOTLIKESHOPを追加します。ほとんどのデスクトップクライアントはmcp-remoteブリッジ経由で接続します:
{
"mcpServers": {
"hotlikeshop": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://hotlikeshop.com/api/mcp"]
}
}
}claude_desktop_config.json(設定 → 開発者 → 設定を編集)を編集し、上記のスニペットを貼り付けてからClaudeを再起動します。examples/claude_desktop_config.jsonを参照してください。
設定 → MCP → 新しいサーバーを追加で追加するか、スニペットを.cursor/mcp.jsonに配置します。examples/cursor_mcp.jsonを参照してください。
{
"mcpServers": {
"hotlikeshop": { "type": "http", "url": "https://hotlikeshop.com/api/mcp" }
}
}プレーンなcurlでエンドポイントをテスト:
curl -X POST https://hotlikeshop.com/api/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'エンドポイントはPOSTのみ受け付けます(Streamable HTTP上のJSON-RPC 2.0)。
GETは405を返します — これは仕様どおりです。
コードがお好みですか? 依存関係なしのコピペ用サンプルがquickstart/(Node & Python)にあります。ライブドキュメントページは**tuanone123.github.io/hotlikeshop-mcp** で公開中です。
17のツール
🔎 検索 — 公開・無料・キー不要(9)
ツール | 機能 |
| キーワードで公開商品を検索。id、名前、価格(VND)、在庫、カテゴリ、URLを返します。 |
| idによる1商品の詳細情報(説明文を含む)。 |
| 商品数付きの全公開カテゴリ。 |
|
|
| 予算やキーワード/カテゴリに基づいて在庫商品を提案。安い順、コンボのヒント付き。 |
| ベストセラー在庫商品(売上順)。 |
| 最新の在庫商品(新着順)。 |
| 2〜5商品を横並びで比較し、クイックサマリー(最安/在庫最多/ベストセラー)を表示。 |
| 商品idを指定すると、類似の在庫代替品を一覧表示(同じカテゴリが優先)。 |
🛒 購入 — ショップAPIキーが必要(4)
ツール | 機能 |
| アカウント残高(VND)、レベル、割引率。 |
| 注文の価格を算出し、短時間有効な確認トークンを返します(ステップ1/2)。 |
| 確認トークンを使って購入を完了します(ステップ2/2)。 |
| 注文の配信ステータスを追跡します。 |
APIキーはhotlikeshop.com/profile → APIで取得できます。2段階の見積もり→確認フローにより、AIエージェントが残高を黙って使い果たすことは絶対にありません。
🧰 MMOユーティリティ — 無料(4)
ツール | 機能 |
| Facebook UIDが生きているか死んでいるかを確認(信頼性の高いチェックには独自の |
| 最大20アカウントの一括死活チェック(Facebook/Instagram/Telegram/TikTok)。 |
| 公開プロフィールの詳細検索(フォロワー、自己紹介、認証済み、メディア/メンバー/アバター)。 |
| 残高の追加方法を説明。情報提供のみ — MCPが決済を処理することはありません。 |
接続する理由
安全に実現するエージェント型コマース。 仕様準拠の公開MCPサーバーと2段階の確認トークン式チェックアウトを備えた、本番稼働中の実店舗。
ゼロフリクションの評価。 検索グループ全体が無料・キー不要 — 数秒で接続してクエリを実行できます。
どこでも機械可読。 公開の
llms.txt、llms-full.txt、Catalog JSONフィードをMCPサーバーと併せて提供。
リソース
🔌 MCPエンドポイント |
|
📖 ドキュメント&設定 | |
🗂️ Catalog JSON | |
🤖 llms.txt | |
🏪 ウェブサイト | |
💬 サポート |
キーワード
MCPサーバー · Model Context Protocol · Claude · Cursor · ChatGPT · エージェント型コマース · AIショッピング · EコマースMCP · ソーシャルメディアアカウント · MMO · プロキシ · ベトナム · Streamable HTTP · リモートMCP。
ライセンス
本ドキュメントと設定はMITライセンスです。HOTLIKESHOPサービス自体はhotlikeshop.comで運営されています。MCPサーバーへの接続は無料です。
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to search, compare, and buy products across connected WooCommerce stores with human-in-the-loop approval.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search the SocialGO SMM platform catalog and place social-media-marketing orders.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover, price, and purchase SaaS products, developer tools, and MCP servers with live Stripe checkout, affiliate program, and AgentTrust verification.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to browse product catalogs, search products with filters, and initiate checkouts, generating order summaries and checkout URLs.
Related MCP Connectors
Product search for AI agents: Amazon + Shopify, cart-to-checkout buy path. Pay-per-call, no API key.
First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tuanone123/hotlikeshop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server