Skip to main content

The Moby MCP

Connect Moby to other AI platforms!

R
Written by Rohit Purandare
Updated yesterday

Use the Moby MCP to access Moby and your Triple Whale data from other platforms that support MCP servers like Gumloop, n8n, Claude, and more. Here’s how:

  1. Go to the Triple Whale generate an API key page.

  2. Name your API key something descriptive, like “My Moby MCP API Key”

  3. Grant permissions as needed. For most users “Summary Page: Read and Pixel Attribution: Read” are sufficient. When complete your page should look something like this:

4. Take note of the API key you generated!

5. Go to your AI tool of choice that supports MCP servers and add this snippet in the configuration. Make sure you replace {insert your api key here} with the API key you generated in the previous step

{
"mcpServers": {
"moby": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.triplewhale.com",
"--header",
"x-api-key: {insert your api key here}"
]
}
}
}


Here are some examples of what you can ask Moby for in your AI tool of choice

  • What was my new customer revenue yesterday for <insert your shop url here>?

  • Show me my week to date performance this year vs last year for <insert shop url here>

  • What should by Black Friday and Cyber Monday strategy be for this year for <insert shop url here>?

Did this answer your question?