Discover our GTM Flywheel: Content, Ads & Outbound working as oneLearn more
ColdIQ Logo
Agency
Tools
Education
Get In Touch
Skip to main content
MCPs/ads-mcp
MCP Server

Ads MCP

Apr 14, 2026
View Documentation
About

Ads MCP is a remote protocol server for planning, validating, and creating multi-platform ad campaigns with real-time progress updates. It supports Google Ads and TikTok, enabling end-to-end campaign and asset management through AI tools.

How to Use

How to Install and Use Ads MCP

Ads MCP is a powerful tool for planning and creating advertising campaigns using structured prompts and real-time progress updates. It helps you work with Google Ads and TikTok campaigns easily. Here’s a simple, step-by-step guide to get you started with Ads MCP, including example code for calling its tools.

Step 1: Connect Ads MCP to Your ChatGPT or Claude

Before you can use Ads MCP, you need to connect it to your AI client like ChatGPT or Claude. This lets the AI access Ads MCP’s features.

For ChatGPT:

  1. Open your ChatGPT Settings.
  2. Go to Connectors, then click Create.
  3. Enter the name: Ads MCP.
  4. For the URL, type https://mcp.adspirer.com/.
  5. Follow the OAuth 2.1 sign-in process. Look for the application named Adspirer.
  6. Link your advertising accounts the first time you use it.
  7. Start using the tools by talking naturally, for example:
    "Create a PMAX campaign for my new product."

For Claude:

  1. Open Settings → Connectors → Add custom.
  2. Set the name to Ads MCP.
  3. Use the same URL: https://mcp.adspirer.com/.
  4. Complete the OAuth 2.1 sign-in.
  5. Use the tools by sending requests as needed.

Step 2: Use Ads MCP Tools with JSON-RPC Calls

Ads MCP works by calling tools remotely through JSON-RPC over HTTP. To use it yourself or test it, you can send a request like this using curl, a command-line tool.

Let’s say you want to validate and prepare marketing images. You can run:

curl -i -N https://mcp.adspirer.com/mcp/tools/call \
  -H 'Content-Type: application/json' \
  -d '{
    "jsonrpc":"2.0",
    "id":2,
    "method":"tools/call",
    "params":{
      "name":"validate_and_prepare_assets",
      "_meta":{"progressToken":"tok-123"},
      "arguments":{
        "marketing_images_square":["https://example.com/image.jpg"]
      }
    }
  }'

This command tells Ads MCP to download and check the image link you give it. The system streams progress messages as it works, usually in 5-15 seconds, then sends a final result.

Step 3: Creating Campaigns with Ads MCP Tools

Ads MCP helps you create different ad campaigns:

  • For Performance Max campaigns, use the create_pmax_campaign tool.
  • For text-based Search campaigns, use create_search_campaign.

Here is a simple example call to create a Performance Max campaign:

{
  "jsonrpc": "2.0",
  "id": 3,
  "method": "tools/call",
  "params": {
    "name": "create_pmax_campaign",
    "_meta": {"progressToken": "tok-456"},
    "arguments": {
      "campaign_name": "Summer Sale 2025",
      "budget": 1000,
      "target_locations": ["US", "CA"]
    }
  }
}

You send this kind of request to the same server URL (https://mcp.adspirer.com/mcp/tools/call) with the right parameters. Real-time progress updates will help keep track of long-running tasks (15-30 seconds).

Step 4: Understand Limits and Security Features

Ads MCP is secure and reliable to use. It requires OAuth 2.1 authentication, so you must sign in to make calls. Only HTTPS URLs are allowed, and private URLs are blocked to keep everything safe. The server enforces rate limits based on your subscription.

Summary

To start with Ads MCP:

  • Connect it to ChatGPT or Claude in the settings using the URL https://mcp.adspirer.com/.
  • Make JSON-RPC requests with tools/call to validate assets or create campaigns.
  • Use the example curl commands to test the service.
  • Watch progress with streaming tokens.

Ads MCP simplifies campaign planning and creation with helpful progress feedback, making it a great tool for managing Google and TikTok ads in one place.

Details

TypeMCP Server
UpdatedApr 14, 2026
CreatedMar 16, 2026
DocumentationView docs
View Documentation
Related MCPs

1Panel MCP

Model Context Protocol server for 1Panel integration

2slides MCP

AI agent for PPT/Slides generation server

Activepieces MCP

Open-source AI automation with TypeScript

Back to MCP Directory

All there is to know about the latest prospecting techniques

Growth

AgencyAccelerator ProgramInboxes
Grow your revenue

Resources

Tech StackVideo ContentCase StudiesBlogWe're HiringFor Investors

GTM Tools

FREE GTM ToolsColdIQ Exclusive DealsAI Sales ToolsLinkedIn ToolsSales ToolsData SourcesAI Marketing ToolsAI AgentsContact us
Elite Studio - Partner Badge - 2025 - ColdIQ

Free Tools

Email FinderMobile FinderEmail Spam CheckerFind Similar Companies

Get In Touch

[email protected]
@MichLieben
Michel Lieben
@MichLieben
Elite Studio - Partner Badge - 2025 - ColdIQ
Copyright 2026 © ColdIQ LLC.
PrivacyTerms
All rights reserved.