
AdAdvisor MCP Server
AdAdvisor MCP Server is a MCP integration that lets AI agents query Meta Ads accounts, campaigns, ads, metrics, and settings via authenticated streamable HTTP.
About
AdAdvisor MCP Server (ai.adadvisor/mcp-server) exposes Meta (Facebook) Ads performance data to MCP-capable coding agents. developers running paid acquisition use it in Grow when they need accounts, campaigns, ad sets, individual ads, metrics, and settings available inside Claude Code or Cursor—so they can diagnose CPA spikes, compare ad sets, or draft optimization checklists with live numbers. The registry requires a secret Bearer token (adv_sk_…) on the streamable-http endpoint api.adadvisor.ai/mcp; keys and onboarding are documented on AdAdvisor’s getting-started MCP page. Intermediate complexity: you need a Meta ads structure you understand and valid API credentials. It is a read-oriented growth analytics connector for agents, not a replacement for Meta Ads Manager UI for bulk edits or policy workflows.
- Queries Meta Ads hierarchy: accounts, campaigns, ad sets, ads, metrics, settings
- Streamable HTTP MCP at https://api.adadvisor.ai/mcp
- Required Authorization header: Bearer adv_sk_… API key
- Setup guide linked from registry (adadvisor.ai docs, v1.0.1)
- Purpose-built for agent Q&A on ad performance—not creative generation alone
AdAdvisor MCP Server by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http mcp-server https://api.adadvisor.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
What it does
Pull Meta Ads accounts, campaigns, ad sets, ads, metrics, and settings into your agent for paid growth debugging without export spreadsheets.
Who is it for?
Best when you're on Meta Ads and use AdAdvisor and want in-IDE agent analysis of live campaign metrics.
Skip if: Skip if you have no paid social spend, or teams that only need organic SEO tooling without Meta credentials.
What you get
After you register the server with your adv_sk_ Bearer token, agents can pull structured Meta Ads data while you optimize spend and creative tests.
- Authenticated AdAdvisor MCP remote in agent config
- Agent-queryable Meta Ads accounts, campaigns, ads, and metrics
- Faster paid growth debugging without manual CSV exports
By the numbers
- Registry version 1.0.1
- Remote https://api.adadvisor.ai/mcp with required Authorization header
- Documented key prefix adv_sk_ for Bearer token
Recommended MCP Servers
How it compares
Meta Ads reporting MCP, not Google Ads, not a landing-page builder skill.
FAQ
Who is ai.adadvisor/mcp-server for?
It is for growth-focused developers using AdAdvisor who want coding agents to read Meta Ads performance data through MCP.
When should I use ai.adadvisor/mcp-server?
Use it during Grow analytics when you are reviewing paid social results, comparing campaigns, or preparing optimization tasks in the agent.
How do I add ai.adadvisor/mcp-server to my agent?
Create an adv_sk_ API key per AdAdvisor docs, then add https://api.adadvisor.ai/mcp with Authorization Bearer header in your MCP client configuration.