# One MCP URL for Google, Meta, TikTok, Pinterest, GA4 and Search Console

> One hosted MCP URL for Google Ads, Meta, TikTok, Pinterest, GA4 and Search Console. Honest about X Ads and Microsoft Advertising.

[Articles](https://www.getmcpads.com/articles)

How-to. Published 30 Aug 2026. Updated 30 Aug 2026. By The Get MCP Ads team, published by BENLY HLG.

## In short

One hosted MCP URL reaches 6 live sources: Meta Ads, Pinterest Ads, Google Ads, TikTok Ads, Search Console and Google Analytics 4. You connect platforms and tick accounts in the dashboard, then paste the URL into your MCP client. There is no X Ads source. Microsoft Advertising is soon: OAuth exists, tools do not.

## Key takeaways

- The hosted URL is `https://mcp.getmcpads.com/mcp`. One connector, six live sources, OAuth 2.1 with dynamic client registration.
- Live sources: Meta Ads, Pinterest Ads, Google Ads, TikTok Ads, Search Console, Google Analytics 4. Tool counts come from the catalogue, not from a marketing list.
- The ticked-account allowlist is checked server-side on every call, including calls routed through `run_tool`.
- Microsoft Advertising is soon: OAuth exists, tools do not, so nothing is exposed to the assistant.
- There is no X Ads source. Do not expect tools for it on this gateway.
- Writes preview then confirm. The Free plan has no write tools at all.

## Spec

| Field | Value |
| --- | --- |
| Product | Get MCP Ads |
| Category | hosted MCP gateway |
| Protocol | MCP (Model Context Protocol) |
| Live sources | 6: Meta Ads, Pinterest Ads, Google Ads, TikTok Ads, Search Console, Google Analytics 4 |
| Auth | OAuth 2.1 + dynamic client registration |
| Transport | HTTPS, streamable HTTP |
| Endpoint | `https://mcp.getmcpads.com/mcp` |
| Account access | ticked-account allowlist, checked server-side |
| Not shipped | No X Ads. Microsoft Advertising: OAuth exists, tools do not |
| Google Ads tools | 38 (7 write) |
| Meta Ads tools | 39 (10 write) |
| Pricing | Free 0 (1 ad account, 1 seat, 200 tool calls per period, read only). Pro 39 per month. Team 99 per month. Agency 199 per month. |

## Why one URL instead of six official servers?

Official ads MCPs are real, and they are one platform each. Google's official Ads MCP is self-hosted with 3 read-only tools and no Google-hosted URL. Meta hosts mcp.facebook.com/ads for Meta only. TikTok publishes two Business MCP URLs. Microsoft Advertising is in open pilot. X launched an Ads MCP this gateway does not ship. A media question that crosses Google, Meta and GA4 needs one reasoning context, not six OAuth dances.

Get MCP Ads hosts one gateway. Live sources today: Meta Ads, Pinterest Ads, Google Ads, TikTok Ads, Search Console, Google Analytics 4. You paste `https://mcp.getmcpads.com/mcp` once. Connecting each platform and ticking accounts still happens in the dashboard, and those two steps need a person.

## How do you connect the six sources?

Paste the hosted URL into your MCP client as a remote server. Connecting Google, Meta, TikTok, Pinterest, GA4 and Search Console, then ticking accounts, still happens on Get MCP Ads.

1. Open your MCP client and add a remote MCP server.
2. Paste `https://mcp.getmcpads.com/mcp` as the server URL and confirm.
3. Approve the sign-in page. Connecting platforms and ticking accounts still happens on Get MCP Ads, not inside the client.

Hosted MCP URL

```json
{
  "mcpServers": {
    "get-mcp-ads": {
      "url": "https://mcp.getmcpads.com/mcp"
    }
  }
}
```

> **Note** Two actions are human-only: approving platform OAuth on Get MCP Ads, and ticking which accounts the gateway may reach. See [account scoping](https://www.getmcpads.com/docs/concepts/accounts).

## What is live, soon, or absent?

Live sources versus soon versus absent

| Source | On this gateway | Catalogue |
| --- | --- | --- |
| Meta Ads | Live | 39 tools, 10 write |
| Pinterest Ads | Live | 31 tools, 5 write |
| Google Ads | Live | 38 tools, 7 write |
| TikTok Ads | Live | 32 tools, 5 write |
| Search Console | Live | 18 tools, read only |
| Google Analytics 4 | Live | 27 tools, read only |
| Microsoft Advertising | Soon | OAuth exists, tools do not |
| X Ads | Absent | No source, no tools |

6 live sources, not eight. The dashboard may show Microsoft Advertising as soon; that row is not their official MCP, and it is not a shipped tool set. There is no X Ads row to tick.

## When should you not use one hosted URL?

One hosted URL is the wrong shape when you only want a first-party official server, when the machine cannot reach the public internet, when you need X Ads, or when you need Microsoft Advertising tools today.

- You only want Google's 3 official tools and will run pipx or Cloud Run yourself.
- You only want Meta official mcp.facebook.com/ads.
- You need X Ads. This product does not ship it. Use X's own Ads MCP if that is the job.
- You need Microsoft Advertising tools today. Our OAuth exists; our tools do not. Microsoft's own MCP is a separate open pilot.
- Air-gapped MCP: a hosted URL cannot answer there.

## Questions

### Is this one URL the same as six official ads MCPs?

No. Official servers stay first-party and one platform each. This is a hosted gateway in front of six live sources we actually ship. Google's official Ads MCP is 3 read-only tools you run yourself. Meta hosts mcp.facebook.com/ads for Meta only. TikTok publishes two Business MCP URLs. We do not claim their catalogues as ours.

### Do you have X Ads?

No. There is no X Ads source on Get MCP Ads. X launched its own Ads MCP at ads-api.x.com/mcp, which is a different product. Do not expect x_ads tools, and do not tick an X row in this dashboard. The live sources are Meta Ads, Google Ads, TikTok Ads, Pinterest Ads, GA4 and Search Console only.

### Do you have Microsoft Advertising tools?

No. Microsoft Advertising appears in the dashboard as soon: OAuth exists, the tool set is not shipped, so nothing is exposed to the assistant. That row is not Microsoft's official MCP, which is a separate open pilot documented on Microsoft Learn. Do not treat our soon badge as their server.

### Does one OAuth grant expose every client account?

No. Connecting a Google MCC or a Meta Business Manager does not expose the client accounts under it. After OAuth, the dashboard lists what the token can reach and every account starts unticked. The gateway answers only for the IDs you tick. The check runs server-side on every call, including calls routed through run_tool.

### Can I write from the Free plan?

No. Write tools are absent from the tool list on the Free plan, and calling one is refused before it reaches the platform. On a paid plan, every write previews first: without confirm set to true, the tool describes the change and applies nothing. Campaigns created through this gateway are always created paused.

### Does Claude receive my ads credentials?

No. You authorise each platform on Get MCP Ads. Refresh tokens are encrypted at rest with AES-256-GCM and stay on the server. Claude authenticates to the hosted MCP URL over OAuth 2.1 with dynamic client registration and receives tool results, never an ads credential. Revoking the Claude client does not require rotating a Google or Meta token.

## Sources

- [Google Ads MCP server: Developer integration guide](https://developers.google.com/google-ads/api/docs/developer-toolkit/mcp-server) (Google, 2026)
- [Ads MCP Server overview](https://developers.facebook.com/documentation/ads-commerce/ads-ai-connectors/ads-mcp-server/ads-mcp-server-overview) (Meta, 2026-07-14)
- [About TikTok for Business MCP Server](https://ads.tiktok.com/resources/help/article/about-tiktok-for-business-mcp-server) (TikTok for Business, 2026-08)
- [MCP Server Setup Guide](https://learn.microsoft.com/en-us/advertising/guides/mcp-setup) (Microsoft Learn, 2026)

## Related

- [Google Ads with your assistant](https://www.getmcpads.com/guides/sources/google-ads): 38 tools, what to ask, what it can change.
- [Google Ads MCP Server](https://www.getmcpads.com/tools/google-ads): The server itself: 38 tools, the endpoint, the repository.
- [Google Ads MCP API reference](https://www.getmcpads.com/docs/sources/google-ads): Every parameter of every tool, with what it accepts.
- [Pricing](https://www.getmcpads.com/pricing): Which plan includes writes.
- [Official ads MCPs compared](https://www.getmcpads.com/articles/official-ads-mcp-landscape): Google, Meta, TikTok, Microsoft and X, then what this gateway ships.
- [What a ticked-account allowlist is](https://www.getmcpads.com/articles/ticked-account-allowlist): Why MCC OAuth is not enough.
- [MCP for ad agencies](https://www.getmcpads.com/articles/mcp-ads-for-agencies): One URL, many clients, ticked accounts.
- [Pause a campaign from an assistant](https://www.getmcpads.com/articles/mcp-ads-writes): Preview, confirm, and the Free plan.

## Author

Written by the team that ships Get MCP Ads, the hosted MCP gateway this page describes. Every count on the page is read from the tool catalogue rather than typed out, so it cannot drift from what the gateway serves. BENLY HLG publishes the site; Get MCP Ads is a separate product from Benly and does not read Benly data.

---

This page as HTML: https://www.getmcpads.com/articles/one-mcp-url-six-sources
Every page under /articles, /guides and /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
