Skip to main content
Glama

TripleWhale MCP Server

Official
by Triple-Whale

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

local-only server

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

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

  1. 克劳德·塞普
    1. 通过 Smithery 安装
    2. 要求
    3. 如何在本地使用
    4. 支持的工具
    5. 使用 Claude Desktop 进行开发
  2. 测试

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      Model Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.
      Last updated -
      10
      53
      16
      JavaScript
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.
      Last updated -
      Python
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that enables interaction with Microsoft Dynamics 365 CRM from Claude Desktop, allowing users to retrieve, create, and update CRM data through natural language.
      Last updated -
      5
      4
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that exposes over 200+ APIs from API.market as MCP resources, allowing large language models to discover and interact with various APIs through natural language commands.
      Last updated -
      111
      2
      TypeScript
      MIT License
      • Apple

    View all related MCP servers

    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