Token导航 LogoToken导航TokenDH.com
Triple Whale logo
数据服务stdio官方级别未说明来源级核验

Triple Whale

MCP Server

Triple Whale MCP服务器是一个通过Triple Whale API访问电商分析数据的服务,提供混合统计表数据访问、店铺信息检索、可用指标和维度发现以及MCP检查器集成测试功能。

工具数

4

提示词数

0

GitHub Stars

0

资源数

0
API集成JavaScript数据访问数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mattcoatsworth

提供方

mattcoatsworth

最后核验

2026/5/17 20:40

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Triple Whale MCP服务器

An MCP server for accessing Triple Whale e-commerce analytics data through the Triple Whale API.

## Features

- Access to Blended Stats Table data
- Shop information retrieval
- Available metrics and dimensions discovery
- MCP Inspector integration for testing

## Setup

1. Clone this repository
2. Install dependencies:

npm install

3. Create a `.env` file with your Triple Whale API credentials:

TRIPLE_WHALE_API_KEY=your_api_key_here TRIPLE_WHALE_SHOP_ID=your_shop_id_here

4. Run the server:

npm run dev


## Testing with MCP Inspector

To test the server with the MCP Inspector:

npm run inspect


This will open a web interface where you can:
- Test all available tools with custom inputs
- Browse available resources
- View server logs and responses

## Available Tools

- `get_blended_stats`: Get blended statistics from Triple Whale
- `get_shop_info`: Get information about the configured shop
- `get_available_metrics`: Get list of available metrics for the shop
- `get_available_dimensions`: Get list of available dimensions for the shop

## Available Resources

- `triplewhale://shop`: Information about the configured shop
- `triplewhale://metrics`: List of available metrics
- `triplewhale://dimensions`: List of available dimensions

## Example Usage

### Getting Blended Stats

{ "dateRange": { "start": "2023-01-01", "end": "2023-01-31" }, "metrics": [ { "id": "revenue" }, { "id": "orders" } ], "dimensions": [ { "id": "utm_source" } ], "limit": 10 }


## API Documentation

For more information about the Triple Whale API, see:
- [Blended Stats Table Documentation](https://triplewhale.readme.io/docs/blended-stats-table)
- [Triple Whale API Reference](https://triplewhale.readme.io/reference/introduction-to-the-triple-whale-api)

目录标签

目录标签

API集成JavaScript数据访问数据分析电商分析本地部署API服务

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP