Skip to main content
Glama

TripleWhale MCP Server

Official
by Triple-Whale

トリプルホエール 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 Server を自動的にインストールするには:

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

要件

現地での使い方

  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 の e コマース分析プラットフォームと対話できるようになります。

  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