Antarestar Live MCP Server
Antarestar Live — MCP 服务器(为 Hermes 构建)
MCP 只读,为 Hermes(AI 代理)提供对 Antarestar Live Dashboard 数据的访问。 从与仪表板相同的 Google Sheet 提取数据,使用相同的列映射——因此 Hermes 读取的数字与仪表板上显示的数字一致。
可用工具
Tool | 功能 |
| 列出店铺/账号(Shopee 和 TikTok) |
| 列出主播 |
| 每家店铺每天的 GMV/订单/CVR/AOV/观看量/直播时长(+ 总计,+ 按平台)。过滤器: |
| 主播排行榜 + 会话详情。过滤器: |
| 期间摘要:总计、平台贡献、顶级店铺、顶级主播。参数: |
所有日期格式为 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.ts2. 部署到 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_live、daily_report_host)?只需在src/tools.ts中添加,并在src/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