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 |
| Liste der Stores/Konten (Shopee & TikTok) |
| Liste der Hosts |
| GMV/Bestellungen/CVR/AOV/Aufrufe/Live-Stunden pro Store pro Tag (+ Gesamt, + pro Plattform). Filter: |
| Leaderboard der Hosts + Sitzungsdetails. Filter: |
| Zusammenfassung des Zeitraums: Gesamt, Plattformbeiträge, Top-Store, Top-Host. Parameter: |
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 TypeScriptTesten als MCP stdio (für lokales Hermes / MCP Inspector):
npx @modelcontextprotocol/inspector npx tsx src/stdio.ts2. Deployment auf Vercel (Remote HTTP – für Hermes Cloud)
npm i -g vercel # kalau belum
vercel # deploy (ikutin promptnya)
vercel --prod # deploy productionDann 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/mcpArchitektur
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 insrc/tools.tsund den Tab-Parser insrc/sheet.tshinzu.
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