Skip to main content
Glama
hologrow

Hologrow MCP

Official
by hologrow

Hologrow MCP

AI를 위한 커머스 데이터 레이어. Amazon, Google Ads, GA4 및 기타 판매 시스탬을 한 번에 연결하세요. Hologrow가 데이터 동기화를 유지하면 MCP를 통해 Claude, Cursor, Codex, ChatGPT 및 기타 에이전트가 CSV 내보내기나 일회성 API 스크립트 없이 데이터를 조회할 수 있습니다.

호스팅: mcp.hologrow.ai. 콘솔: connector.hologrow.ai. 문서: docs.hologrow.ai.


Hologrow를 선택하는 이유?

  • 이미 사용 중인 도구를 위해 설계: 한 번 연결하면 Claude, Cursor, Codex, ChatGPT, Doubao 또는 Hermes에서 질문할 수 있습니다.

  • LLM에 바로 사용할 수 있는 커머스 데이터: Amazon SP, Amazon Ads, Google Ads, GA4, Search Console, Shoplazza 및 Uingxing ERP용 안정적인 테이블

  • 어려운 부분은 우릭가 처릭: 플랫폼 OAuth, 동기화, 최신 상태 및 스키마 — 에이전트는 읽기만 합니다

  • 기본적으로 읽기 전용: MCP는 광고 계정이나 스토어프런트에 다시 쓰지 않습니다

  • 에이전트 지원: 한 번의 명령으로 설치할 수 있는 다섯 가지 검색 도구와 분석 스킬


Related MCP server: Snowflake MCP Server

기능 개요

MCP 도구

기능

설명

list_platforms

연결된 소스와 조회 가능한 스키마를 확인합니다

list_tables

한 플랫폼에서 조회 가능한 테이블을 나열합니다

get_data_dictionary

SQL을 작성하기 전에 열, 유형, 키 및 필드 설명을 제공합니다

get_freshness

동기화 범위와 마지막 성공적인 새로 고침을 확입합니다

query_db

schema_name.table에 대한 읽기 전용 SELECT 하나를 실행합니다

더 보기

기능

설명

Skills

에이전트를 위해 재사용 가능한 Amazon / Google Ads 분석 워크플로

Clients

ChatGPT, Claude, Cursor, Doubao, Claude Code, Hermes


빠른 시작

  1. connector.hologrow.ai에서 워크스페이스를 만듭니다.

  2. 데이터 소스를 하니 이상 연결하고 첫 번째 동기화를 기다립니다.

  3. 에이전트에 Hologrow MCP를 추가합니다. OAuth 클라이언트는 UI에서 인증합니다. Cursor / Claude Code / Hermes는 AI 플랫폼 → 고급 설정에서 API 키를 사용합니다.

API 키를 만드는 것만으로는 충분하지 않습니다. 에이전트가 list_platforms를 호출할 수 있을 때 설치가 성공한 것입니다.

MCP

MCP 호환 클라이언트를 연결하세요. 전송 방식은 Streamable HTTP입니다.

{
  "mcpServers": {
    "Hologrow": {
      "url": "https://mcp.hologrow.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

ChatGPT 웍

  1. ChatGPT설정보안 및 로그인개발자 모드를 니다.

  2. 사이드바 → 플러그인+.

    • 이림: Hologrow

    • 서버 URL: https://mcp.hologrow.ai/mcp

    • 인증: OAuth

  3. Hologrow로 로그인을 클릭하고 액세스를 허용합니다.

ChatGPT 데스크톱 / Codex

  1. 설정플러그인MCP 서버 추가.

  2. 이림: Hologrow. 유형: Streamable HTTP. URL: https://mcp.hologrow.ai/mcp.

  3. 인증을 클릭하고 권한 부여를 완료합니다.

Claude 웍 / 데스크톱

  1. 설정사용자 지정커넥터사용자 지정 커넥터 추가.

  2. 이림: Hologrow. 원격 MCP 서버 URL: https://mcp.hologrow.ai/mcp.

  3. 로그인하고 액세스 허용을 클릭합니다.

Doubao 데스크톱 (데스크톱 앱 전용)

  1. 스킬 · 커넥터 · 파트너새 사용자 지정 커넥터.

  2. 이림: Hologrow. 전송: HTTP. URL: https://mcp.hologrow.ai/mcp. 해더는 비워 둡니다.

  3. 인증을 클릭하고 액세스를 허용합니다.

콘솔에서 API 키를 복사한 후 Agent 대화에 이 프롬프트를 보내세요. {apiKey}를 바꾸세요. 에이전트에게 키를 그대로 말하도록 요청하지 마세요.

Install the Hologrow MCP server and test the connection.

Connection details:
- Name: Hologrow
- URL: https://mcp.hologrow.ai/mcp
- Transport: Streamable HTTP
- Authentication: API Key
- Header: Authorization: Bearer {apiKey}

Requirements:
1. Add Hologrow using this client's native MCP configuration. Use API Key authentication only; do not use OAuth.
2. Make only the changes required for installation. Keep the API key secret and do not repeat, log, or include it in your response.
3. After installation, call Hologrow's list_platforms tool once. Do not call any other tools.
4. If successful, list the connected data platforms exactly as returned. If installation, authentication, connection, or the tool call fails, stop and explain the error.

확입

대화를 시각하고 다은을 보내세요:

Use Hologrow’s list_platforms tool to list my connected data platforms. Do not call any other tools.

출력:

{
  "items": [
    {
      "platform": "amazon_sp_seller",
      "connected": true,
      "table_count": 30,
      "schemas": [
        {
          "schema_name": "amazon_sp_seller_xxxxxxxx",
          "display_name": "US Seller",
          "connection_status": "healthy"
        }
      ]
    },
    {
      "platform": "google_ads",
      "connected": false,
      "table_count": 15,
      "schemas": []
    }
  ]
}

빈 목록이어도 MCP는 설치된 것입니다 — 워크스페이스에 아직 연결된 소스가 없을 뿐입니다.

에이전트 강화

Hologrow를 몇 분 안에 모들 AI 에이전트에 연결하세요.

스킬

에이전트에게 리 워크플로와 Amazon / Google Ads 플레이북을 제옵하세요.

npx skills@latest add hologrow/hologrow-mcp --skill hologrow-data-middleware --global --yes

설치 후 에이전트를 다십 시각하세요. Claude Code, Cursor, Codex 및 기타 스킬 호환 클라이언트에서 작동합니다.

npx skills@latest add hologrow/hologrow-mcp --skill amazon-ppc-campaign --agent cursor --global --yes
npx skills@latest add hologrow/hologrow-mcp --skill google-ads-audit --agent claude-code --global --yes

에이전트 온보딩

AI 에이전트인가요? 이 스킬을 가져온 다은 list_platforms를 호출하세요.

curl -s https://raw.githubusercontent.com/hologrow/hologrow-mcp/main/skills/hologrow-data-middleware/SKILL.md

도구

항상 도구에서 이림을 확입하세요. 플랫폼, 스키마, 테이블 또는 컬럼 이림을 절대 임의로 만들이 마세요. 미들웨어 필드 이림은 Amazon / Google UI 라벨과 다른 경우가 많습니다.

list_platforms → list_tables → get_data_dictionary → get_freshness → query_db

도구가 실패하거나 취소되면 그 사실을 말하세요. 결과가 없다고 해서 0, 데이터 없음 또는 지표를 추정하지 마세요.

list_platforms

이 도구를 먼저 호출하세요. 플랫폼 이림, connected, schemas[].schema_name을 반환합니다.

list_platforms()

list_tables

list_platforms에서 한 플랫폼의 조회 가능한 테이블을 나열합니다.

list_tables({ "platform": "amazon_sp_seller" })

출력:

{
  "tables": ["order_items", "sales_and_traffic_daily", "fba_inventory_summaries"]
}

get_data_dictionary

열, 유형, 키 및 설명을 가져옵니다. list_tables에서 정확한 테이블 이림 1–10개를 전달하세요.

get_data_dictionary({
  "platform": "amazon_sp_seller",
  "table_names": ["orders", "order_items"]
})

get_freshness

숫자를 최신으로 간주하기 전에 동기화 범위를 확입하세요. schema_namelist_platforms에서 옵니다. 선택 사항인 scope는 리소스 식벌자로 필터링합니다.

get_freshness({
  "schema_name": "amazon_sp_seller_xxxxxxxx",
  "table_names": ["orders"],
  "scope": { "marketplace_id": "ATVPDKIKX0DER" }
})

query_db

읽기 전용 SELECT 하나를 실행합니다. 모들 테이블을 schema_name.table로 한정하세요. get_data_dictionary의 컬럼만 사용하세요.

query_db({
  "query": "SELECT purchase_date::date AS day, order_status, COUNT(*) AS order_items, SUM(quantity) AS units FROM amazon_sp_seller_<schema>.order_items WHERE purchase_date >= CURRENT_DATE - INTERVAL '7 days' GROUP BY 1, 2 ORDER BY 1 DESC LIMIT 100",
  "max_rows": 100
})

<schema>list_platformsschema_name으로 바꾸세요. item_price는 주문 라인 합계입니다. 단위 가격이 필오한 경우에만 NULLIF(quantity, 0)로 나누세요. _ynced_at을 판매 일자로 사용하지 마세요.

규칙

  • 단일 문만 허용됩니다. INSERT / UPDATE / DELETE / DDL, EXCEPT 또는 INTERSECT, public 스키마 또는 시스탬 카탈로그는 사용할 수 없습니다.

  • SELECT *보다 필터, 집계 및 LIMIT를 선호하세요.

  • 기본 max_rows는 1000입니다.


스킬

연결된 Hologrow 데이터 위에서 동작하는 자문형 읽기 전용 워크플로입니다. 다은 스킬이 성과를 해석하기 전에 범위와 최신 상태를 확입할 수 있도록 먼저 hologrow-data-middleware를 설치하세요.

npx skills@latest add hologrow/hologrow-mcp --skill SKILL_NAME

스킬

설명

hologrow-data-middleware

범위, 최신 상태, 스키마 및 안전한 SQL 범위를 파악합니다

amazon-ppc-campaign

Amazon Sponsored Products / Brands 구축 또는 최적화

amazon-display-ads

Sponsored Display 오디언스, 리타겟팅 및 측정 계획

amazon-listing-optimization

검색 및 전환 근거를 바탕으로 리스팅 카피 감사

google-ads-audit

Google Ads 계정 건상 상태 기즌선 설정

google-ads-anomaly-detection

지출, CPA, CVR, CTR 또는 ROAS 변동 설명

google-ads-utm-generator

Google Ads UTM / ValueTrack 규약 표준화

ads-performance-analytics

어트리션, ROAS 및 블렌디드 CAC 조정

21-ads-audit-global

연결된 유료 미디어 계정 점수화 및 우선순위 정리

설치 후 예시 프롬프트:

Use $hologrow-data-middleware, then $google-ads-audit.
Audit my connected Google Ads account for the last 30 days. Show evidence, caveats, and the next action.

더 큰 카탈로그(SEO, 리서치 커넥터 등)는 hologrow/hologrow-ai-skills에 있습니다. 이 저장소는 Hologrow MCP에 의존하는 스킬을 유지합니다.


인테그레이션

에이전트 및 AI 도구

  • ChatGPT 웍, ChatGPT 데스크톱, Codex

  • Claude 웍, Claude 데스크톱, Claude Code

  • Cursor

  • Doubao (데스크톱)

  • Hermes

데이터 소스

Amazon SP Seller, Amazon SP Vendor, Amazon Ads, Google Ads, GA4, Google Search Console, Shoplazza, Uingxing ERP.

원하는 클라이언트나 소스가 없나요? contact@hologrow.ai로 이메일을 보내주세요.


리소스


안전

Hologrow MCP는 테넌트 범위로 제한되며 읽기 전용입니다. 워크스페이스가 승인한 소스만 사용하세요. 숫자를 최신으로 간주하기 전에 최신 상태를 확입하세요. 중요한 결론마다 지표 정의, 기여 창(attribution window), 비교 기간을 명시하세요. API 키를 git, 스킬 파일 또는 모델 응답에 절대 넣지 마세요.

페인, 리스팅 및 예산 변겅은 사람이 승인할 때까지 제안으로 취급하세요.


문제 해결

증상

시도할 방법

플러그인 / 커넥터 UI를 찾을 수 없음

클라이언트 버전과 권한을 확인하세요. ChatGPT는 개발자 모드가 필요합니다. Doubao는 데스크톱 앱이 필요합니다.

OAuth 취소됨

인증을 다십 시각하세요. 조용히 API 키로 전환하지 마세요.

새 채팅에서 Hologrow가 보이지 않음

클라이언트를 새로 고치거나 다십 시각한 다음 list_platforms를 다십 시도하세요.

에이전트가 Hologrow를 호출하지 않음

list_platforms를 지목하며 검증 메시지를 다십 보내세요.

list_platforms[] 반환

MCP는 작동합니다. 데이터 소스를 연결하고 첫 번째 동기화를 기다리세요.

알 수 없는 열에 대한 SQL 오류

get_data_dictionary를 다십 실행하세요. 소스 플랫폼 필드 이림을 재사용하지 마세요.


F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

0Releases (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 Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides AI assistants with real-time access to Shopify store analytics, sales data, and inventory through ShopifyQL and the Admin GraphQL API. It enables users to query store performance, customer metrics, and marketing insights using natural language.
    13
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides secure, read-only access to Snowflake data warehouses, enabling AI assistants to explore schemas, write queries, and analyze data with SSO authentication and smart caching.
    6
    15
    5
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants to query databases using natural language, with automatic schema discovery and SQL compilation.
    6,002
    3,153
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Connects e-commerce and marketing data sources like Shopify, GA4, Google Ads, and Meta Ads to AI assistants, enabling natural language queries about store performance, ad campaigns, and customer behavior.
    20
    2
    MIT

View all related MCP servers

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/hologrow/hologrow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server