Triple Whale MCP Server
by mattcoatsworth
An MCP server for accessing Triple Whale e-commerce analytics data through the Triple Whale API. It provides tools to retrieve blended stats, shop information, and available metrics and dimensions.
Last updated: N/A
What is Triple Whale MCP Server?
This is an MCP server designed to interact with the Triple Whale API, allowing users to access and analyze e-commerce data.
How to use Triple Whale MCP Server?
- Clone the repository. 2. Install dependencies using
npm install
. 3. Create a.env
file with your Triple Whale API key and shop ID. 4. Run the server usingnpm run dev
. You can test the server with the MCP Inspector usingnpm run inspect
.
Key features of Triple Whale MCP Server
Access to Blended Stats Table data
Shop information retrieval
Available metrics and dimensions discovery
MCP Inspector integration for testing
Use cases of Triple Whale MCP Server
Analyzing e-commerce performance metrics
Retrieving shop-specific information
Discovering available data dimensions and metrics
Testing and debugging Triple Whale API integrations
FAQ from Triple Whale MCP Server
What is the purpose of this server?
What is the purpose of this server?
To provide an interface for accessing Triple Whale e-commerce analytics data via the Triple Whale API.
What data can I access with this server?
What data can I access with this server?
You can access blended stats, shop information, and lists of available metrics and dimensions.
How do I configure the server?
How do I configure the server?
You need to set your Triple Whale API key and shop ID in a .env
file.
How can I test the server?
How can I test the server?
Use the MCP Inspector by running npm run inspect
.
Where can I find more information about the Triple Whale API?
Where can I find more information about the Triple Whale API?
Refer to the Blended Stats Table Documentation and the Triple Whale API Reference linked in the README.