Skip to main content

Connecting the TrueClicks MCP to n8n

Connect the TrueClicks MCP to n8n for automated workflows. Create a data connector key and authenticate the MCP Client Tool node with a bearer token.

Written by Ales Sturala

The TrueClicks MCP lets you query your TrueClicks data and your linked Google, Microsoft, and Meta Ads accounts from your AI or automation tool. It has Google Ads, Microsoft Ads, and Meta Ads MCPs built in, so one connection covers all of them plus your TrueClicks data. For what it is and what data it reaches, see Using the TrueClicks MCP.

The MCP URL is:

https://data.trueclicks.com/mcp/

Everything is read-only: reporting and analysis only, no changes to your accounts or ad platforms.

n8n runs unattended, so it authenticates with a data connector key rather than a login. You create a key in TrueClicks and give n8n the token as a bearer token.

Before you start

  1. In TrueClicks, go to Admin > Export TrueClicks data and create a data connector key. Each key has a name and a token.

  2. Scope the key when you create it: all your linked accounts, or a subset by client label.

  3. Copy the token.

Treat the token like a password. Anyone who has it reaches every account the key is scoped to. Keep it in a Make.com connection, not typed into each module.


Steps

  1. Add the MCP module in your scenario (or an HTTP/MCP client module that lets you set headers).

  2. Set the server URL to https://data.trueclicks.com/mcp/.

  3. Add an Authorization header with your token as a bearer value: Authorization: Bearer YOUR_TOKEN.

  4. Map the TrueClicks tools into your scenario.


Good to know

  • If a key leaks, delete it under Admin > Export TrueClicks data and create a new one. The old one stops working.


Did this answer your question?