Triplewhale MCP Server
by Triple-Whale
The Triplewhale MCP Server allows you to use natural language with Claude Desktop or any MCP Client to interact with your Triplewhale data. It leverages the Model Context Protocol (MCP) to manage context between LLMs and the Triplewhale platform.
Last updated: N/A
What is Triplewhale MCP Server?
The Triplewhale MCP Server is an implementation of the Model Context Protocol (MCP) that enables natural language interaction with Triplewhale data through LLMs like Claude. It acts as a bridge between the LLM and the Triplewhale API, allowing users to query and analyze their marketing data using conversational language.
How to use Triplewhale MCP Server?
- Install the server using Smithery or manually. 2. Obtain a Triplewhale API key. 3. Initialize the server with your API key using the command
npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY
. 4. Restart Claude Desktop. 5. Start querying your Triplewhale data using natural language commands.
Key features of Triplewhale MCP Server
Natural Language Data Querying
Integration with Claude Desktop
MCP Compliance
Access to Triplewhale Data
Automated Installation via Smithery
Use cases of Triplewhale MCP Server
Analyzing marketing performance with natural language
Generating reports using conversational commands
Investigating trends in revenue and user data
Troubleshooting marketing campaigns using natural language queries
FAQ from Triplewhale MCP Server
What is MCP?
What is MCP?
Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems.
What is Claude Desktop?
What is Claude Desktop?
Claude Desktop is an application that allows you to interact with the Claude LLM.
How do I get a Triplewhale API key?
How do I get a Triplewhale API key?
You can generate one through the Triplewhale console. Learn more or click here for quick access.
What kind of questions can I ask?
What kind of questions can I ask?
You can ask questions related to your Triplewhale data, such as 'Was my net profit positive last month?', 'Rank countries by order revenue and new users for the last quarter.', or 'Give me ads ROAS over the last 7 days and break it out by attribution model?'
How do I update the server?
How do I update the server?
Follow the development instructions in the README to rebuild and restart the server. Remember to restart Claude Desktop after making changes.