Skip to main content
Glama
nyomanbaihaqi

Antarestar Live MCP Server

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

List stores/accounts (Shopee & TikTok)

list_hosts

List hosts

overall_performance

GMV/order/CVR/AOV/views/live-hours per store per day (+ total, + per platform). Filters: from, to, platform, store

host_performance

Host leaderboard + session details. Filters: from, to, host

executive_summary

Period summary: total, platform contribution, top store, top host. Params: period (YYYY-MM) or from/to

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 TypeScript

Test as MCP stdio (for local Hermes / MCP Inspector):

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

2. Deploy to Vercel (remote HTTP — for Hermes cloud)

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

Then in Vercel → Project → Settings → Environment Variables, set:

  • MCP_API_KEY = long secret key (Hermes must send this)

  • (optional) SHEET_ID if 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/mcp

Architecture

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 in src/tools.ts + its tab parser in 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