MCP.so
Sign In

Triple Whale MCP Server

@mattcoatsworth

About Triple Whale MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

mattcoatsworth

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Triple Whale MCP Server?

An MCP server for accessing Triple Whale e-commerce analytics data through the Triple Whale API. It provides tools and resources to retrieve blended stats, shop information, and discover available metrics and dimensions for a configured Triple Whale shop.

How to use Triple Whale MCP Server?

Clone the repository, install dependencies with npm install, create a .env file containing TRIPLE_WHALE_API_KEY and TRIPLE_WHALE_SHOP_ID, and then run the server with npm run dev. Use npm run inspect to test tools and browse resources via the MCP Inspector web interface.

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
  • Four configurable tools and three URI resources

Use cases of Triple Whale MCP Server

  • Retrieve blended e-commerce analytics (e.g., revenue, orders) for a date range
  • Get details about a Triple Whale shop’s configuration
  • Explore which metrics and dimensions are available for reporting
  • Test and debug API interactions in the MCP Inspector interface

FAQ from Triple Whale MCP Server

What credentials are required to use Triple Whale MCP Server?

You need a Triple Whale API key and a shop ID. These are stored in a .env file as TRIPLE_WHALE_API_KEY and TRIPLE_WHALE_SHOP_ID.

How do I test the Triple Whale MCP Server?

Run npm run inspect to open the MCP Inspector web interface, which allows you to test all available tools with custom inputs, browse resources, and view server logs and responses.

What tools does Triple Whale MCP Server offer?

It provides four tools: get_blended_stats, get_shop_info, get_available_metrics, and get_available_dimensions.

Where can I find Triple Whale API documentation?

The README links to the Blended Stats Table Documentation and the Triple Whale API Reference.

Does Triple Whale MCP Server require a Triple Whale subscription?

The README does not explicitly mention subscription requirements, but access to the API implies an active Triple Whale account with an API key and shop ID.

Comments

More Other MCP servers