Antarestar Live MCP Server
Antarestar Live — MCPサーバー(Hermes用)
読み取り専用のMCPで、Hermes(AIエージェント)にAntarestar Live Dashboardのデータへのアクセスを提供します。 ダッシュボードと同じGoogle Sheetからデータを取得し、同一のカラムマッピングを使用するため、 Hermesが読み取る数値はダッシュボードに表示される数値と一致します。
利用可能なツール
ツール | 機能 |
| ストア/アカウント一覧(Shopee & TikTok) |
| ホスト一覧 |
| ストアごとのGMV/注文数/CVR/AOV/視聴数/ライブ時間(日別)(+ 合計、+ プラットフォーム別)。フィルター: |
| ホストリーダーボード + セッション詳細。フィルター: |
| 期間の概要: 合計、プラットフォーム別貢献度、トップストア、トップホスト。パラメータ: |
すべての日付はYYYY-MM-DD形式です。読み取り専用 — Hermesはデータを変更できません。
Related MCP server: SEOAnalytics Read MCP
1. ローカルセットアップとテスト
npm install
npm run smoke # tes lapisan data ke sheet live (harus keluar angka)
npm run typecheck # cek TypeScriptMCP stdioとしてテスト(ローカルHermes / MCP Inspector用):
npx @modelcontextprotocol/inspector npx tsx src/stdio.ts2. Vercelへのデプロイ(リモートHTTP — クラウドHermes用)
npm i -g vercel # kalau belum
vercel # deploy (ikutin promptnya)
vercel --prod # deploy production次に、Vercel → Project → Settings → Environment Variablesで以下を設定:
MCP_API_KEY= 長い秘密鍵(Hermesはこれを送信する必要があります)(オプション)
SHEET_ID(スプレッドシートを上書きする場合)
MCPエンドポイント:
https://<project>.vercel.app/api/mcp (atau /mcp)3. Hermesとの接続
Hermes(MCPクライアント)はStreamable HTTPを介して上記のURLに接続し、以下のヘッダーを使用:
x-api-key: <MCP_API_KEY>MCP設定例(一般的なMCPクライアント形式):
{
"mcpServers": {
"antarestar-live": {
"url": "https://<project>.vercel.app/api/mcp",
"headers": { "x-api-key": "<MCP_API_KEY>" }
}
}
}エンドポイントの動作確認(GET):
curl -H "x-api-key: <MCP_API_KEY>" https://<project>.vercel.app/api/mcpアーキテクチャ
Hermes (AI) ──MCP/HTTP──► api/mcp.ts ──► src/tools.ts ──► src/sheet.ts ──CSV──► Google Sheet
(Vercel) (5 tools) (parse + calcO) (RAW Shopee/Tiktok, Data)src/csv.ts— パーサー & 数値/日付変換(ダッシュボードから移植)。src/sheet.ts— 取得 + 解析 + 集計(インスタンスごとに60秒キャッシュ)。src/tools.ts— 5つのMCPツールの定義。api/mcp.ts— Streamable HTTPエンドポイント + APIキー認証(Vercel)。src/stdio.ts— ローカルモード(stdio)。
注意事項
読み取り専用: 書き込みツールはありません。安全です。
データはシートに依存 — ダッシュボード/インポーターがデータを追加すると、MCPは自動的に最新になります(60秒キャッシュ)。
ツールを追加したい場合(例:
checkpoint_daily_live、daily_report_host)は、src/tools.tsに追加し、src/sheet.tsにタブのパーサーを追加するだけです。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenancePublic read-only MCP server for FoxTrove Voice, enabling LLMs to query call logs, customer records, assistant stats, and analytics via secure OAuth.MIT
- Flicense-qualityCmaintenanceRead-only MCP server that retrieves SEO analytics data from WordPress, Google Search Console, and Google Analytics 4, enabling users to fetch posts, search performance, page metrics, and more via natural language.
- Flicense-qualityBmaintenanceDemo MCP server that exposes order and customer data as read-only tools for AI assistants, simulating a business API or internal data source.
- AlicenseAqualityCmaintenanceA read-only MCP server that lets AI assistants answer Shopify store operations questions via tools like get_shop, list_products, get_product, and list_orders.4MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
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/nyomanbaihaqi/antarestar-live-dashboard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server