Skip to main content
Glama
Triple-Whale

TripleWhale MCP Server

Official
by Triple-Whale

Triplewhale MCP 服务器

npm 版本 npm 下载 许可证:MIT 铁匠徽章

模型上下文协议 (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 控制台生成。了解更多信息点击此处快速访问。

Related MCP server: Calculator MCP Server

如何在本地使用

  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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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/Triple-Whale/mcp-server-triplewhale'

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