Antarestar Live MCP Server
Antarestar Live — MCP Server (Hermes용)
MCP read-only로 Hermes(AI 에이전트)에게 Antarestar Live Dashboard 데이터에 대한 액세스를 제공합니다. 대시보드와 동일한 Google Sheet에서 데이터를 가져오며, 동일한 열 매핑을 사용합니다. 따라서 Hermes가 읽는 숫자는 대시보드에 표시되는 숫자와 같습니다.
사용 가능한 도구
Tool | 기능 |
| Store/계정 목록 (Shopee 및 TikTok) |
| 호스트 목록 |
| 일별 store별 GMV/주문/CVR/AOV/조회수/라이브 시간 (+ 합계, + 플랫폼별). 필터: |
| 호스트 리더보드 + 세션 세부정보. 필터: |
| 기간 요약: 합계, 플랫폼 기여도, 최고 store, 최고 호스트. 매개변수: |
모든 날짜는 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 TypeScriptMCP 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 클라이언트)는 위 URL에 Streamable HTTP를 통해 연결하며, 헤더는 다음과 같습니다:
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