Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet

✍️ OpenClawRadar📅 Published: May 8, 2026🔗 Source
Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet
Ad

A Reddit user attempting to use Meta's Ads MCP server with Claude Desktop reports that OAuth authentication completes successfully and all 29 tools load without errors. However, calling ads_get_ad_accounts returns a JSON response indicating the ad account is not yet enabled for Ads MCP:

{
  "is_ads_mcp_enabled": false,
  "is_ads_mcp_disabled_reason": "Ads MCP is gradually being rolled out. Please check back at a later date to use Ads MCP with this Ad Account."
}

The user is asking if anyone has actually been enabled, and whether there are specific actions that might get prioritized — such as submitting a form, business verification status, or account spend history. They note they couldn't find a beta interest form that actually does anything.

This is a common early-access rollout pattern: the MCP server infrastructure is live and authentication works, but feature flags on the backend gate individual ad accounts. If you hit this same response, there's no workaround yet — Meta appears to be expanding access over time without a public signup form.

Ad

For now, developers integrating with Meta Ads should plan for a manual fallback (e.g., using the Ads API directly) until their account is enabled. Keep an eye on is_ads_mcp_disabled_reason for updates — if Meta changes the reason message or enables your account, the same endpoint will reflect that.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

AI Claw: Serverless Bridge Connects Alexa to Local OpenClaw with Dual Delivery
Tools

AI Claw: Serverless Bridge Connects Alexa to Local OpenClaw with Dual Delivery

AI Claw is a Python AWS Lambda pipeline that connects Amazon Echo speakers to local OpenClaw instances, bypassing Amazon's 8-second timeout by using a fire-and-forget architecture with dual delivery to Telegram and native Echo audio output.

OpenClawRadar
Three Repositories for RAG and AI Agent Development
Tools

Three Repositories for RAG and AI Agent Development

A Reddit post highlights three repositories for developers building with RAG and AI agents: memvid for agent memory, llama_index for RAG pipelines, and Continue for coding assistants. The author notes that pure RAG works best for knowledge retrieval, while memory systems are better for agents, with hybrid approaches being common in real tools.

OpenClawRadar
Claude AI Session Compaction Issues and Workarounds
Tools

Claude AI Session Compaction Issues and Workarounds

Default compaction in Claude AI sessions can degrade retrieval accuracy from ~9.75/10 to ~5/10, causing hallucinations. The user tested with 418K tokens and found manual compaction using Opus maintains accuracy while default compaction fails.

OpenClawRadar
iai-mcp: A local daemon for persistent OpenClaw memory across sessions
Tools

iai-mcp: A local daemon for persistent OpenClaw memory across sessions

iai-mcp is an open-source daemon that captures all OpenClaw conversations, stores them in three memory tiers with local neural embeddings and AES-256 encryption, and feeds relevant context back on new sessions — verbatim recall >99%, retrieval <100ms, session-start cost <3k tokens.

OpenClawRadar