Skip to main content
Glama
nyomanbaihaqi

Antarestar Live MCP Server

Antarestar Live — MCPサーバー(Hermes用)

読み取り専用のMCPで、Hermes(AIエージェント)にAntarestar Live Dashboardのデータへのアクセスを提供します。 ダッシュボードと同じGoogle Sheetからデータを取得し、同一のカラムマッピングを使用するため、 Hermesが読み取る数値はダッシュボードに表示される数値と一致します。

利用可能なツール

ツール

機能

list_stores

ストア/アカウント一覧(Shopee & TikTok)

list_hosts

ホスト一覧

overall_performance

ストアごとのGMV/注文数/CVR/AOV/視聴数/ライブ時間(日別)(+ 合計、+ プラットフォーム別)。フィルター: fromtoplatformstore

host_performance

ホストリーダーボード + セッション詳細。フィルター: fromtohost

executive_summary

期間の概要: 合計、プラットフォーム別貢献度、トップストア、トップホスト。パラメータ: period(YYYY-MM)または from/to

すべての日付は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 TypeScript

MCP stdioとしてテスト(ローカルHermes / MCP Inspector用):

npx @modelcontextprotocol/inspector npx tsx src/stdio.ts

2. 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_livedaily_report_host)は、src/tools.tsに追加し、src/sheet.tsにタブのパーサーを追加するだけです。

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    C
    maintenance
    Read-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.
  • A
    license
    A
    quality
    C
    maintenance
    A 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.
    4
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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