TripleWhale MCP Server

Official

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Allows querying Meta ad spend data, including the ability to retrieve ROAS metrics and analyze advertising performance.

  • Supports execution in Node.js environment with version 18.0.0 or higher required for running the MCP server.

Triplewhale MCP 서버

모델 컨텍스트 프로토콜(MCP)은 대규모 언어 모델(LLM)과 외부 시스템 간의 컨텍스트를 관리하기 위한 새로운 표준화된 프로토콜 입니다. 이 저장소에서는 Triplewhale 용 설치 프로그램과 MCP 서버를 제공합니다.

이를 통해 Claude Desktop이나 모든 MCP 클라이언트를 사용하여 자연어를 사용하여 Triplewhale에서 다음과 같은 작업을 수행할 수 있습니다.

  • Was my net profit positive last month?.
  • Rank countries by order revenue and new users for the last quarter..
  • Give me ads ROAS over the last 7 days and break it out by attribution model?

클로드 셋업

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Triplewhale MCP 서버를 자동으로 설치하려면:

지엑스피1

요구 사항

지역적으로 사용하는 방법

  1. npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY 실행합니다.
  2. Claude Desktop을 다시 시작하세요
  3. 이제 what's my meta spend in the last 7 days? 와 같은 간단한 명령을 실행해 볼 수 있을 것입니다.

지원되는 도구

  • moby

Claude Desktop을 사용한 개발

npm install npm run build npm run watch # You can keep this open. node dist/index.js init $TRIPLEWHALE_API_KEY

그런 다음 변경 사항을 테스트할 때마다 Claude를 다시 시작합니다 .

테스트

테스트를 실행하려면 .env.example 파일에 따라 .env 파일을 설정해야 합니다.

npm run test
-
security - not tested
A
license - permissive license
-
quality - not tested

Claude Desktop을 통해 자연어 쿼리를 사용하여 사용자가 TripleWhale의 전자상거래 분석 플랫폼과 상호 작용할 수 있도록 하는 MCP(Model Context Protocol) 구현입니다.

  1. Claude Setup
    1. Installing via Smithery
    2. Requirements
    3. How to use locally
    4. Supported Tools
    5. Development with Claude Desktop
  2. Testing
    ID: 2vbtgmqc4f