AgenticAdvertising

Adside MCP Server

Community AgenticAdvertising
Updated

Adside MCP server — AI agents that manage paid ads on Meta, LinkedIn & Google Ads. Docs + client config for the hosted MCP endpoint.

Adside MCP Server

Official documentation and client configuration for the Adside MCP server —AI agents that manage paid ads on Meta, LinkedIn, and Google Ads, operable from any MCP client.

  • Registry: ai.adside/adside on the official MCP Registry
  • Endpoint: https://api.adside.ai/mcp (streamable HTTP, JSON-RPC 2.0, stateless)
  • Auth: Authorization: Bearer sk_live_… — API key from your Adside account
  • Docs: https://docs.adside.ai/mcp-protocol

Quick start

Claude Code

claude mcp add --transport http adside https://api.adside.ai/mcp \
  --header "Authorization: Bearer sk_live_YOUR_KEY"

Any MCP client (JSON config)

{
  "mcpServers": {
    "adside": {
      "type": "streamable-http",
      "url": "https://api.adside.ai/mcp",
      "headers": { "Authorization": "Bearer sk_live_YOUR_KEY" }
    }
  }
}

Raw JSON-RPC

curl -X POST https://api.adside.ai/mcp \
  -H "Authorization: Bearer sk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":"1","method":"tools/list"}'

What you can do

Adside's agents handle the operational side of paid advertising. Through MCP you can:

  • Research competitor and market ad creative
  • List and manage campaigns (e.g. list_meta_campaigns)
  • Build, organize, and bulk-import ad creative
  • Run day-to-day campaign operations across Meta, LinkedIn, and Google Ads

Per-channel routes are available (/{source}/mcp for meta, linkedin, googleads) — see theprotocol docs.

About

Adside is a team of AI agents that manage your paid advertising — built for performance agenciesand in-house teams. This repository hosts public docs and examples for the hosted MCP server; theserver itself is part of the Adside platform.

Website: https://www.adside.ai · Docs: https://docs.adside.ai · Contact: [email protected]

MCP Server · Populars

MCP Server · New

    sanity-io

    Sanity Agent Toolkit

    Collection of resources to help AI agents build better with Sanity.

    Community sanity-io
    kaeawc

    AutoMobile

    Mobile automation suite of tools including an MCP and libraries for test authoring & execution

    Community kaeawc
    Ansvar-Systems

    German Law MCP Server

    MCP server for German legislation (gesetze-im-internet.de)

    Community Ansvar-Systems
    ai-dashboad

    flutter-skill

    AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero config. Works with Claude, Cursor, Windsurf, Copilot. Test Flutter, React Native, iOS, Android, Web, Electron, Tauri, KMP, .NET MAUI — all from natural language.

    Community ai-dashboad
    sh3ll3x3c

    native-devtools-mcp

    MCP server for computer use & browser automation - screenshot, OCR, click, type, find_text, Chrome/Electron CDP, template matching. macOS, Windows & Android. Works with Claude, Cursor, and any MCP client.

    Community sh3ll3x3c