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 服务器:

npx -y @smithery/cli install triplewhale --client claude

要求

  • Node.js >= v18.0.0
  • 克劳德桌面
  • Triplewhale API 密钥 - 您可以通过 Triplewhale 控制台生成。了解更多信息点击此处快速访问。

如何在本地使用

  1. 运行npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY
  2. 重启Claude桌面
  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

模型上下文协议 (MCP) 的实现,允许用户通过 Claude Desktop 使用自然语言查询与 TripleWhale 的电子商务分析平台进行交互。

  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