Antarestar Live MCP Server
Retrieves data from a Google Sheet that serves as the source for the Antarestar Live Dashboard, enabling read-only access to dashboard metrics.
Acts as a read-only MCP server providing AI agents (Hermes) with access to Antarestar Live Dashboard data, including store and host performance metrics, executive summaries, and session details.
Provides access to store performance data (GMV, orders, CVR, AOV, views, live hours) for Shopee stores from the Antarestar Live Dashboard.
Provides access to store performance data (GMV, orders, CVR, AOV, views, live hours) for TikTok stores from the Antarestar Live Dashboard.
Deploys the MCP server as a remote HTTP endpoint on Vercel for cloud-based access by AI agents.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Antarestar Live MCP Servershow me the overall performance for this month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Antarestar Live — MCP Server (for Hermes)
MCP read-only that gives Hermes (AI agent) access to Antarestar Live Dashboard data. It pulls from the same Google Sheet as the dashboard, using identical column mapping — so the numbers Hermes reads = the numbers shown on the dashboard.
Available Tools
Tool | Function |
| List stores/accounts (Shopee & TikTok) |
| List hosts |
| GMV/order/CVR/AOV/views/live-hours per store per day (+ total, + per platform). Filters: |
| Host leaderboard + session details. Filters: |
| Period summary: total, platform contribution, top store, top host. Params: |
All dates in YYYY-MM-DD format. Read-only — Hermes cannot modify data.
Related MCP server: SEOAnalytics Read MCP
1. Local setup & test
npm install
npm run smoke # tes lapisan data ke sheet live (harus keluar angka)
npm run typecheck # cek TypeScriptTest as MCP stdio (for local Hermes / MCP Inspector):
npx @modelcontextprotocol/inspector npx tsx src/stdio.ts2. Deploy to Vercel (remote HTTP — for Hermes cloud)
npm i -g vercel # kalau belum
vercel # deploy (ikutin promptnya)
vercel --prod # deploy productionThen in Vercel → Project → Settings → Environment Variables, set:
MCP_API_KEY= long secret key (Hermes must send this)(optional)
SHEET_IDif you want to override the spreadsheet
The MCP endpoint:
https://<project>.vercel.app/api/mcp (atau /mcp)3. Connect Hermes
Hermes (MCP client) connects via Streamable HTTP to the URL above, with header:
x-api-key: <MCP_API_KEY>Example MCP config (common MCP client format):
{
"mcpServers": {
"antarestar-live": {
"url": "https://<project>.vercel.app/api/mcp",
"headers": { "x-api-key": "<MCP_API_KEY>" }
}
}
}Quick check of live endpoint (GET):
curl -H "x-api-key: <MCP_API_KEY>" https://<project>.vercel.app/api/mcpArchitecture
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 & number/date conversion (ported from dashboard).src/sheet.ts— fetch + parse + aggregation (60-second cache per instance).src/tools.ts— definition of 5 MCP tools.api/mcp.ts— Streamable HTTP endpoint + API key auth (Vercel).src/stdio.ts— local mode (stdio).
Notes
Read-only: no write tools. Safe.
Data follows the sheet — as soon as the dashboard/importer adds data, MCP automatically stays fresh (60s cache).
Want to add a tool (e.g.
checkpoint_daily_live,daily_report_host)? Just add it insrc/tools.ts+ its tab parser insrc/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