Triplewhale MCP Server

Triplewhale MCP Server

By MCP-Mirror GitHub

Mirror of

triplewhale mcp-server
Overview

what is Triplewhale MCP Server?

Triplewhale MCP Server is a server that implements the Model Context Protocol (MCP), allowing users to manage context between large language models (LLMs) and external systems, specifically for the Triplewhale platform.

how to use Triplewhale MCP Server?

To use the server, install it via Smithery or run it locally with your Triplewhale API key. You can then issue natural language commands to retrieve data from Triplewhale.

key features of Triplewhale MCP Server?

  • Standardized protocol for managing context with LLMs.
  • Integration with Claude Desktop and other MCP clients.
  • Ability to execute natural language queries for data retrieval.

use cases of Triplewhale MCP Server?

  1. Analyzing net profit over a specified period.
  2. Ranking countries based on revenue and user acquisition.
  3. Retrieving advertising performance metrics over time.

FAQ from Triplewhale MCP Server?

  • What is the Model Context Protocol (MCP)?

MCP is a standardized protocol designed to facilitate context management between LLMs and external systems.

  • Do I need an API key to use the server?

Yes, you need a Triplewhale API key to access the server functionalities.

  • Can I use this server with other LLMs?

Yes, the MCP Server is designed to work with any MCP client, including Claude.

Content

Triplewhale MCP Server

npm version npm downloads License: MIT smithery badge

Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for Triplewhale.

This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Triplewhale, e.g.:

  • 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?

Claude Setup

Installing via Smithery

To install Triplewhale MCP Server for Claude Desktop automatically via Smithery:

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

Requirements

  • Node.js >= v18.0.0
  • Claude Desktop
  • Triplewhale API key - you can generate one through the Triplewhale console. Learn more or click here for quick access.

How to use locally

  1. Run npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY
  2. Restart Claude Desktop
  3. You should now be able to try a simple command such as what's my meta spend in the last 7 days?

Supported Tools

  • moby

Development with Claude Desktop

npm install
npm run build
npm run watch # You can keep this open.
node dist/index.js init $TRIPLEWHALE_API_KEY

Then, restart Claude each time you want to test changes.

Testing

To run the tests you need to setup the .env file according to the .env.example file.

npm run test
No tools information available.

Mirror of

image-generation mcp-server
View Details

Secure MCP server for analyzing Excel files with oletools

oletools mcp-server
View Details

Mirror of

bigquery mcp-server
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details
Dealx
Dealx by DealExpress

-

dealx mcp-server
View Details

Google Analytics MCP server for accessing analytics data through tools and resources

google-analytics mcp-server
View Details

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

aws mcp-server
View Details