Triple-Whale_mcp-server-triplewhale
Triplewhale MCP Server is a standardized protocol server for managing context between large language models and external systems, specifically designed for use with Triplewhale.
Top Comments
The Triplewhale MCP Server is a robust implementation of the Model Context Protocol (MCP), designed to facilitate seamless interaction between large language models (LLMs) and the Triplewhale platform. This server allows users to execute complex queries and commands using natural language, making it easier to extract valuable insights from data. By integrating with Claude Desktop or any MCP Client, users can perform tasks such as analyzing net profit, ranking countries by revenue, and evaluating ad performance with ease. The server is built to be installed via Smithery, ensuring a smooth setup process for users. It requires Node.js version 18 or higher and a valid Triplewhale API key, which can be generated through the Triplewhale console.
Features
- Natural Language Processing: Allows users to interact with Triplewhale using natural language commands.
- Seamless Integration: Easily integrates with Claude Desktop and other MCP Clients.
- Data Insights: Provides insights into net profit, order revenue, and ad performance.
- Easy Installation: Can be installed automatically via Smithery.
- API Key Management: Supports API key generation and management through the Triplewhale console.
MCP Tools
- moby: A tool supported by the Triplewhale MCP Server.
Usage with Different Platforms
Claude Setup
bash
npx -y @smithery/cli install triplewhale --client claude
Local Usage
bash
npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY
Restart Claude Desktop
Development with Claude Desktop
bash
npm install
npm run build
npm run watch # You can keep this open.
node dist/index.js init $TRIPLEWHALE_API_KEY
Testing
bash
npm run test