Skip to main content
Glama
nyomanbaihaqi

Antarestar Live MCP Server

Antarestar Live — MCP Server (für Hermes)

MCP read-only, der Hermes (AI-Agent) Zugriff auf die Daten des Antarestar Live Dashboards gibt. Er zieht aus dem gleichen Google Sheet wie das Dashboard, mit identischer Spaltenzuordnung – daher sind die von Hermes gelesenen Zahlen gleich den Zahlen, die im Dashboard angezeigt werden.

Verfügbare Tools

Tool

Funktion

list_stores

Liste der Stores/Konten (Shopee & TikTok)

list_hosts

Liste der Hosts

overall_performance

GMV/Bestellungen/CVR/AOV/Aufrufe/Live-Stunden pro Store pro Tag (+ Gesamt, + pro Plattform). Filter: from, to, platform, store

host_performance

Leaderboard der Hosts + Sitzungsdetails. Filter: from, to, host

executive_summary

Zusammenfassung des Zeitraums: Gesamt, Plattformbeiträge, Top-Store, Top-Host. Parameter: period (YYYY-MM) oder from/to

Alle Daten im Format YYYY-MM-DD. Read-only – Hermes kann keine Daten ändern.


Related MCP server: SEOAnalytics Read MCP

1. Lokales Setup & Test

npm install
npm run smoke      # tes lapisan data ke sheet live (harus keluar angka)
npm run typecheck  # cek TypeScript

Testen als MCP stdio (für lokales Hermes / MCP Inspector):

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

2. Deployment auf Vercel (Remote HTTP – für Hermes Cloud)

npm i -g vercel      # kalau belum
vercel               # deploy (ikutin promptnya)
vercel --prod        # deploy production

Dann in Vercel → Project → Settings → Environment Variables setzen:

  • MCP_API_KEY = langer geheimer Schlüssel (Hermes muss diesen senden)

  • (optional) SHEET_ID, falls die Tabelle überschrieben werden soll

Der MCP-Endpunkt:

https://<project>.vercel.app/api/mcp      (atau /mcp)

3. Hermes verbinden

Hermes (MCP-Client) verbindet sich über Streamable HTTP mit der obigen URL, mit folgendem Header:

x-api-key: <MCP_API_KEY>

Beispiel für eine MCP-Konfiguration (allgemeines Format des MCP-Clients):

{
  "mcpServers": {
    "antarestar-live": {
      "url": "https://<project>.vercel.app/api/mcp",
      "headers": { "x-api-key": "<MCP_API_KEY>" }
    }
  }
}

Schnellprüfung des Live-Endpunkts (GET):

curl -H "x-api-key: <MCP_API_KEY>" https://<project>.vercel.app/api/mcp

Architektur

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 – Parser & Konvertierung von Zahlen/Daten (aus dem Dashboard portiert).

  • src/sheet.ts – Abruf + Parsen + Aggregation (Cache 60 Sekunden pro Instanz).

  • src/tools.ts – Definition der 5 MCP-Tools.

  • api/mcp.ts – Streamable-HTTP-Endpunkt + API-Key-Authentifizierung (Vercel).

  • src/stdio.ts – Lokaler Modus (stdio).

Hinweise

  • Read-only: Es gibt keine Schreib-Tools. Sicher.

  • Die Daten folgen dem Sheet – sobald das Dashboard/der Importer Daten hinzufügt, wird der MCP automatisch aktualisiert (Cache 60s).

  • Möchten Sie ein Tool hinzufügen (z.B. checkpoint_daily_live, daily_report_host)? Fügen Sie es einfach in src/tools.ts und den Tab-Parser in src/sheet.ts hinzu.

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