1. Attribuly MCP Server
Attribuly Developers
  • Public API
    • API Authentication Guide
    • Attribution
      • All
        • Get attribution report
        • Get total numbers
      • Ads
        • Channel/Campaign/Ad-set/Ad level ads attribution
        • list all customer level details
        • Customer level report for a specific campaign
      • Product analytics
        • List product analytics
        • List total data for product analysis
        • Attribution report for a single product
        • Total attribution report for a single product
      • Web Analytics
        • Web Analytics
        • Get total numbers
    • Tracking links
      • Influencer
      • Link Builder
    • Store
      • Raw Events
      • Customer journey of an order
      • Order First & Last Touchpoint of an order
      • Event summary of a landing page
    • Setting
      • Attribution models
      • Conversion Goals
    • Connections
      • List Source
      • List Destination
  • Push data to Attribuly
    • Quick Start
    • Events
      • Page viewed
      • Cart viewed
      • Product viewed
      • Collection viewed
      • Search submitted
      • Product added to cart
      • Product removed to cart
      • Lead form
      • Checkout started
      • Payment info submitted
      • Checkout completed
      • Checkout address info submitted
      • Checkout contact info submitted
      • Checkout shipping info submitted
      • Basic
        • Checkout
        • Context
        • Document
        • MailAddress
        • Navigator
        • Window
    • Store
      • Order
      • Customers
      • Products
  • Attribuly MCP Server
    • MCP Configure
  1. Attribuly MCP Server

MCP Configure

Configure Attribuly's MCP server to get AI assistance with your Attribuly data.#

You will learn#

The Attribuly Model Context Protocol (MCP) server seamlessly integrates with Attribuly’s APIs, enabling AI clients to interact with your Attribuly data. This guide will walk you through configuring various MCP clients for both the remote-hosted MCP server (recommended) and the local MCP server.
MCP (Model Context Protocol) is an open protocol that helps AI models securely interface with different data sources and tools. You’ll connect Attribuly’s MCP server to an MCP client, i.e., an AI agent like Claude or Cursor, to get assistance with your Attribuly data. Your MCP client can help with a variety of tasks from campaign creation to performance reports. Here are some examples of prompts you can give:
Show me the performance of my campaigns from the last 30 days.
Which campaign are performing the best in terms of conversions?

Configuration#

1.
MCP Server Address (https://data.api.attribuly.com/mcp)
2.
For authentication, please use your API key. For details, refer to the API Authentication Guide.

Claude Code CLI#

1.
Execute in terminal

Claude Code Desktop#

1.
Download Claude Desktop
2.
Open Claude Desktop. Within Settings > Developer > Edit Config, add the following, substituting your API key and MCP server address:
{
  "mcpServers": {
    "attribuly": {
      "type": "http",
      "url": "https://data.api.attribuly.com/mcp",
      "headers": {
        "ApiKey": "your-api-key"
      }
    }
  }
}
4.
Once you have saved all configuration changes, terminate all Claude processes and relaunch Claude to apply the new settings.
5.
Verify the connection by looking for visual indicators and asking a question to test the connection.

Cursor#

1.
Download Cursor
2.
Open Cursor. Within Settings > Cursor Settings > Tools & Integrations > Add Custom MCP, add the following, substituting your API key and MCP server address:
{
  "mcpServers": {
    "attribuly": {
      "type": "http",
      "url": "https://data.api.attribuly.com/mcp",
      "headers": {
        "ApiKey": "your-api-key"
      }
    }
  }
}
4.
Once you have saved all configuration changes, terminate all Cursor processes and relaunch Cursor to apply the new settings.
5.
Verify the connection by looking for visual indicators and asking a question to test the connection.

VS Code#

1.
Download VS Code
2.
Open VS Code. Within settings (Ctrl + Shift + P > Preferences: Open Settings (JSON)), add the following, substituting your API key and MCP server address:
{
  "mcp": {
    "servers": {
      "attribuly": {
        "type": "http",
        "url": "https://data.api.attribuly.com/mcp",
        "headers": {
          "ApiKey": "your-api-key"
        }
      }
    }
  }
}
4.
Once you have saved all configuration changes, terminate all VS Code processes and relaunch VS Code to apply the new settings.
5.
Verify the connection by looking for visual indicators and asking a question to test the connection.

Available Tools#

Tool NameDescription
get_all_attribution_dataGet omnichannel attribution report data
get_ad_attribution_dataGet ad attribution report data
get_product_analysis_dataGet product analysis report data
get_influencer_dataGet influencer attribution report data
get_link_builder_dataGet custom tracking link attribution report data

Getting Started#

1.
Create an account
2.
Get your private API key from Settings > API Keys
3.
Configure your MCP client following the instructions above
4.
Start using your MCP client
Modified at 2026-03-14 07:00:35
Previous
Products
Built with