adside-mcp
Adside MCP server — AI agents that manage paid ads on Meta, LinkedIn & Google Ads. Docs + client config for the hosted MCP endpoint.
Documentation
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 the
About
Adside is a team of AI agents that manage your paid advertising — built for performance agencies
and in-house teams. This repository hosts public docs and examples for the hosted MCP server; the
server itself is part of the Adside platform.
Website: https://www.adside.ai · Docs: https://docs.adside.ai · Contact: rob@adside.ai
Frequently asked questions
What is adside-mcp?
adside-mcp is Adside MCP server — AI agents that manage paid ads on Meta, LinkedIn & Google Ads. Docs + client config for the hosted MCP endpoint.
How do I install adside-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is adside-mcp open source?
Yes — it is hosted on GitHub at https://github.com/AgenticAdvertising/adside-mcp and has 1 stars.
Related MCP tools
The missing open-source Kubernetes UI with a built-in MCP server for AI agents. See what's broken, why, and what changed. Issues, Topology, event timeline, Helm, GitOps, live service traffic, and cluster audits - all in one Go binary.
One place to manage & connect to all your MCP servers
Meta Ads (Facebook/Instagram) MCP server for Claude, ChatGPT, Perplexity & Cursor — the Meta node of Pipeboard’s 5-platform family (+ Google, TikTok, Snap, Reddit). Hosted remote MCP, badged Meta Business Partner, free plan — no self-hosting required.
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP