mureo
mureo is a local-first, safety-gated AI ad-ops server for autonomously managing and analyzing Google Ads, Meta Ads, and Search Console accounts. Credentials stay on your machine and never leave official APIs.
Google Ads
Campaigns: List, create, update, pause/resume/remove; diagnose delivery issues; manage and reallocate budgets
Ad Groups & Ads: List, create, update, pause/resume; create RSAs and RDAs; view policy/approval details
Keywords: Add, remove, pause, suggest (Keyword Planner), diagnose quality scores, audit portfolios, find cross-ad-group duplicates
Negative Keywords: List, add, remove at campaign and ad-group level; suggest negatives from search terms
Extensions: List, create, remove sitelink and callout extensions
Conversion Tracking: List, create, update, remove conversion actions; fetch performance metrics and tag snippets
Targeting: Device, location, and ad schedule targeting with bid adjustments; list and apply optimization recommendations; view change history
Reporting & Analysis: Campaign/ad/network-level performance reports; search terms reports (raw, rule-scored, N-gram); CPC trend detection; auction insights; device analysis; cost increase investigation; account health checks; RSA asset audits; ad A/B comparison; B2B optimizations; landing page and creative research
Monitoring: Delivery goal, CPA goal, conversion volume goal tracking; zero-conversion diagnosis
Utilities: Upload image assets; capture URL screenshots for landing page analysis
Meta Ads
Campaigns / Ad Sets / Ads: List, create, update, pause/resume across all levels; configure targeting and budgets
Creatives: Create standard, carousel, collection, and dynamic creatives; upload images and videos
Insights & Analysis: Performance reports with age/gender/placement breakdowns; audience performance; cost analysis; creative suggestions; ad comparison
Audiences: List, create, delete custom audiences; create lookalike audiences
Conversion API: Send purchase, lead, and generic conversion events
Pixels: List pixels, view statistics and events
Product Catalogs: List, create, delete catalogs; manage products and feeds
Lead Ads: Manage lead forms and retrieve leads
Split Tests: List, create, end A/B tests
Automated Rules: List, create, update, delete rules
Pages & Instagram: List/boost page posts; manage Instagram accounts and media
Search Console
List/get verified sites; query search analytics (top queries, pages, device breakdown); manage sitemaps; inspect URL indexing status
Safety & Cross-Platform
All mutative operations support rollback (inspect and apply reversal plans)
Anomaly detection based on action log history
Input validation, credential guard, and immutable data models
BYOD read-only mode and full Real-API automation mode
Provides Facebook advertising capabilities including campaign management, creative optimization, and performance analysis as part of the Meta Ads platform integration.
Provides comprehensive campaign management capabilities including diagnostics, performance analysis, search term optimization, creative auditing, budget management, and competitive analysis for Google Ads accounts.
Provides site behavior analysis, conversion tracking, landing page performance evaluation, and cross-platform correlation with advertising data from GA4.
Enables organic search analysis, paid vs organic overlap detection, keyword research, and competitive landscape correlation with paid advertising data.
Enables Instagram advertising capabilities including creative optimization and placement analysis as part of the Meta Ads platform integration.
Offers Meta Ads platform integration for campaign management, placement analysis (Facebook/Instagram/Audience Network), creative optimization, A/B testing, and performance diagnostics.
mureo — your open-source, local-first AI ad ops crew. Find waste, audit changes, run ad accounts safely.
Local-first. Strategy-grounded. Safety-gated.
Works with Claude Code, Cursor, Codex & Gemini. mureo sits on top of the official ad-platform MCPs and gives your AI a strategy to follow, an outcome to be measured against, and an audit trail you can show to anyone — credentials never leave your machine.
Commercial editions are also available — including a cloud-hosted service and a local Agency edition for teams and agencies. See mureo.jp.
What is mureo?
mureo is a local-first control plane for AI ad ops. Once installed, AI agents (Claude Code, Cursor, Codex, Gemini, etc.) operate Google Ads, Meta Ads, Amazon Ads, TikTok Ads, Search Console, and GA4 through mureo — which keeps every action grounded in your business strategy, tied to real outcomes, and recorded in an audit log you can replay.
mureo ships its own connectors for Google Ads, Meta Ads, and Search Console today, and plugs in official ad-platform MCPs as platforms release them (TikTok's is already supported, and Amazon Ads (official MCP bridge) is bridged through mureo so your credentials never enter the host's MCP config — see docs/amazon-ads.md). mureo's value is not the API connection — it is what happens around it:
Strategy-grounded — every decision reads
STRATEGY.md(persona, USP, brand voice, goals)Safety-gated — rollback allow-list, GAQL guards, BYOD read-only by default, credential guard, per-platform throttle
Cross-platform — Google Ads / Meta Ads / Amazon Ads / TikTok Ads / Search Console / GA4 in one workflow
Auditable — append-only action log with rollback
Local-first — credentials never leave your machine
Learnable —
/learnbuilds account-specific knowledge over time
Related MCP server: GA4 MCP Server
Quick start — see it work in 2 minutes
All you need is Python 3.10+ and Claude Code (Cursor, Codex CLI, and Gemini CLI work too — see Other agents and hosts). The demo scenario runs on synthetic data, so it needs no ad-account credentials, no OAuth, and no sign-up:
pip install mureo
mureo configuremureo configure opens a local browser UI (bound to 127.0.0.1, no remote access). Pick your Claude app, run the one-click basic setup, and then choose a demo scenario in the Demo / BYOD section. The UI also offers a platform-connection (OAuth) step — skip it for now; the demo doesn't need it. (Terminal equivalent: mureo setup claude-code --skip-auth && mureo demo init --scenario seasonality-trap.)
Then open the generated demo directory (the UI shows its path) in Claude Code and ask:
/daily-checkYou'll watch the agent read the demo STRATEGY.md, pull campaign data, and walk into a seasonality trap that numbers-only tools miss. Try /search-term-cleanup next.
When you're ready to point mureo at your data, pick one of the two paths below.
Path A: Bring your own data (BYOD) — 5–10 min, no OAuth
Export your real account data as an XLSX, drop it into mureo, and get a strategy-grounded multi-platform diagnosis — no OAuth flow, no developer-token approval. Import the bundle from the mureo configure dashboard (the same Demo / BYOD section), or from the terminal:
mureo byod import ~/Downloads/mureo-google-ads.xlsx
mureo byod import ~/Downloads/mureo-meta-ads.xlsx # platforms are independent — add either, or both
# Open Claude Code, run /onboard once, then: "Run /daily-check"The first /onboard run interviews you and generates STRATEGY.md (your strategy) and STATE.json (state) — the context every later command reads. The demo skips this step because it ships with a ready-made STRATEGY.md.
Producing the XLSX is a one-time setup per platform — Google Ads via an Apps Script template (~5 min), Meta Ads via a 2-click Saved Report export (recognized in 9 languages). BYOD guide →
BYOD is read-only by construction: every mutation tool returns {"status": "skipped_in_byod_readonly"} — the agent analyzes and recommends but never writes to your account.
Path B: Go live (OAuth) — full functionality
Connect mureo directly to the Google Ads / Meta Ads APIs. Required to actually execute changes (running /rescue, /budget-rebalance, /creative-refresh, or applying a rollback via the rollback_apply tool) and for GA4 / Search Console support.
In the same mureo configure UI, open Connect platforms: interactive Google / Meta OAuth in the browser, with each field deep-linking to the right console page, plus official-MCP provider registration. (Terminal equivalent: mureo auth setup.) Authentication guide →
Prerequisites: a Google Ads Developer Token + OAuth Client, and/or a Meta App ID + Secret (development mode is fine). Both wizards walk you through obtaining them.
Once connected, open your working directory in Claude Code and run /onboard once — it generates STRATEGY.md and STATE.json, and commands become strategy-grounded only after those exist.
Not familiar with Google Cloud Console or Meta for Developers? OAuth flows and developer-token registration can feel intimidating. Start with the demo or BYOD — see what mureo can do in minutes, then decide whether the Live API path is worth setting up.
Which mode fits?
Capability | BYOD | Live API |
First-time setup time | 5–10 min per platform | 30–60 min |
Approval / waiting risk | None | 1–3 weeks Google review, sometimes rejected |
| ✅ (campaign / ad-set / ad drill-down + placement / platform / device breakdown) | ✅ |
| ✅ | ✅ |
| ✅ | ✅ |
| ✅ Google Ads only | ✅ |
Execution ( | 🛡️ Preview only | ✅ Live |
| ⚠️ Google Ads BYOD has no auction insights (Ads Scripts limitation) | ✅ |
GA4 / Search Console | ❌ (not in BYOD bundle) | ✅ |
The presence of ~/.mureo/byod/manifest.json is the switch — imported platforms run on BYOD, the rest on the Live API. Upgrade a platform any time with mureo byod remove --google-ads or mureo byod clear.
Other agents and hosts
mureo configure covers the Claude hosts (Claude Code / Claude Desktop) end to end. The commands below are the scriptable equivalents, plus the non-Claude hosts:
Host | Command | Notes |
Claude Code |
| MCP server + credential guard + workflow skills |
Claude Desktop (Chat / Cowork) |
| Then connect the workspace folder in Cowork |
Cursor |
| MCP tools only (no workflow skills) |
Codex CLI |
| Full parity — skills land in |
Gemini CLI |
| Extension manifest; no PreToolUse hooks |
Any MCP client / CI | Docker |
Full per-host walkthroughs, including the Demo / BYOD / Live matrix for each: Getting Started →
Features
Strategy-driven decisions
Every operation starts from STRATEGY.md -- your persona, USP, brand voice, goals, and operation mode. The agent doesn't just optimize metrics; it optimizes toward your business objectives.
/creative-refresh reads your Persona and USP before drafting a single headline.
/budget-rebalance checks your Operation Mode before shifting a single dollar.
/rescue cross-references your Goals before recommending what to fix first.Cross-platform analysis
mureo orchestrates across Google Ads, Meta Ads, Amazon Ads, TikTok Ads, Search Console, and GA4 in a single workflow:
/daily-check-- pulls delivery status, ad performance, organic search trends, and site behavior across all platforms, then correlates them into one health report./search-term-cleanup-- compares paid keywords against organic rankings to eliminate wasteful overlap./competitive-scan-- combines auction insights with organic position data for a complete competitive picture.
The agent auto-discovers your configured platforms. Add Meta Ads, Amazon Ads, or TikTok Ads later? Every command adapts automatically.
Built-in marketing expertise
Campaign diagnostics that pinpoint why ads aren't delivering -- budget constraints, bidding misconfiguration, policy disapprovals, and more. Search term intent classification. Budget efficiency scoring. RSA ad validation and asset auditing. Landing page analysis. Device-level CPA gap detection. The kind of knowledge experienced ad operators carry in their heads -- built into every workflow.
Creator-quality creative generation
/creative-generate produces creator-quality ad creatives — text-free key visuals from a bring-your-own-key image provider, then pixel-perfect Japanese typography composited via HTML/CSS + headless Chromium — and the agent scores every candidate before anything ships. See docs/creative-studio.md.
Learnable operational know-how
When you correct the agent or share an operational insight, /learn saves it to a persistent knowledge base. That knowledge is loaded at the start of every future session, so the agent doesn't repeat the same mistakes and applies what it learned to similar situations across your account.
You: /learn That's not a real CPA spike -- this industry always dips in Golden Week.
Agent: Saved. I'll flag this as seasonal next time.
→ Written to the diagnostic knowledge base.
→ Every future /daily-check and /rescue will factor this in.Beyond your own /learn history, mureo can also consult external advisor MCP servers — consulting firms, industry trade groups, OSS communities, or internal team wikis can stand up a vector-search MCP server that holds practitioner know-how (platform quirks, industry CPA / CTR benchmarks, post-cutoff platform updates) the LLM does not carry. Configure them in ~/.mureo/insight_sources.json and the agent calls mureo_consult_advisor from any diagnostic skill to pull the matching fragments. The advisor keeps the corpus; mureo passes a context-rich query and receives only the top-k snippets. See docs/insight-federation.md for the operator setup and the server-author spec.
Security by design
Marketing accounts are a high-value target. mureo is built with defense-in-depth for AI-driven operations:
Credential guard —
mureo setup claude-codeinstalls a PreToolUse hook that blocks AI agents from reading~/.mureo/credentials.json,.env, and similar secrets, so a prompt-injection payload cannot exfiltrate tokens via the file-system tools.GAQL input validation — every ID, date, date-range constant, and string literal that enters a Google Ads query flows through one whitelist-based surface (
mureo/google_ads/_gaql_validator.py), andBETWEENclauses pattern-match and revalidate their dates instead of passing raw caller input into GAQL.Anomaly detection —
mureo/analysis/anomaly_detector.pycompares current campaign metrics against a median-based baseline from the action log and emits prioritized alerts for zero spend, CPA spikes, and CTR drops, with sample-size gates that suppress single-day noise. Exposed to agents via theanalysis_anomalies_checkMCP tool;state_fileis sandboxed inside the MCP server's CWD so a prompt-injected agent cannot redirect it at an attacker-craftedSTATE.json.Rollback with allow-list gating —
mureo/rollback/turns agent-authoredreversible_paramshints into concreteRollbackPlanrecords. Only operations on an explicit allow-list are planned; destructive verbs (.delete,.remove,.transfer) and unexpected parameter keys are refused, so a compromised agent cannot smuggle a privileged call through the rollback path.mureo rollback list/showlet operators preview plans, and therollback_applyMCP tool executes them by re-dispatching through the same handler used for forward actions so the reversal re-enters the full policy gate (auth, rate limit, validation). Apply requiresconfirm=true(literal boolean), refusesrollback.*self-recursion, records the reversal as an append-onlyaction_logentry tagged withrollback_of=<index>, and refuses a second apply of the same index.Immutable data models — every state object (
StateDocument,ActionLogEntry,CampaignSnapshot,Anomaly,RollbackPlan) is afrozen=Truedataclass; an agent cannot silently mutate its own record of what happened.Local-only credentials — tokens are loaded from
~/.mureo/credentials.jsonor environment variables and transmitted only to the official ad-platform APIs. mureo itself has no telemetry.
See SECURITY.md for the full threat model and vulnerability reporting process.
Workflow Commands
Command | What it does |
| Discover your platforms, generate STRATEGY.md, initialize STATE.json |
| Cross-platform health monitoring + organic pulse + site behavior correlation |
| Preventive conversion-tracking audit (Meta pixels + CAPI, Google Ads conversion actions) with GA4 cross-check — scorecard + fix list ranked by revenue risk |
| Emergency performance fix: platform-side vs site-side root cause diagnosis |
| Post-incident retrospective: timeline reconstruction, root-cause analysis, reusable insights via |
| Keyword hygiene with paid/organic overlap elimination |
| Multi-platform ad copy refresh using your Persona, USP, and organic keyword data |
| Generate creator-quality ad creatives (key visuals + composed banners) from a strategy brief, with an art-direction scoring loop (Creative Studio) |
| Detect creative fatigue (frequency, week-over-week CTR decline, CPM drift), score ads FATIGUED/WATCH/FRESH, and route refreshes to |
| Design, run, and evaluate a controlled A/B split test — one variable, a falsifiable hypothesis, a fixed window, and a per-variant winner/no-difference/inconclusive verdict |
| One-question-at-a-time interview that builds a Meta Instant Form (Lead Ad form) and surfaces the cover-image step explicitly |
| Cross-platform budget optimization informed by organic coverage |
| Month-to-date spend vs monthly target, landing forecast, and pace alerts (total-spend trajectory; pairs with |
| Paid + organic competitive landscape analysis |
| Targeting & placement audit against your Persona — exclusions, bid adjustments, lookalikes, and placement pruning |
| Multi-source goal progress evaluation with operation mode recommendations |
| Cross-platform weekly operations summary |
| Client-facing monthly digest: month-over-month comparison, goal attainment, action recap, budget utilization |
| Refresh STATE.json from live platform data |
| Save a diagnostic insight to the knowledge base for future sessions |
Example: /creative-refresh in action
You: /creative-refresh
Agent reads STRATEGY.md:
Persona: "Budget-constrained SaaS marketer"
USP: "AI reduces ad ops workload by 10h/week"
Brand Voice: "Data-driven, no hype"
Agent discovers platforms from STATE.json:
→ Google Ads + Meta Ads configured
Agent pulls data across platforms and data sources:
→ Creative audit → 3 underperforming Google Ads assets
→ Landing page analysis → LP highlights: free trial, ROI improvement
→ Search Console → "ad automation" has strong organic clicks
→ GA4 → high bounce rate on pricing page
Agent generates platform-appropriate copy from your strategy:
Google Ads: "Cut Ad Ops Time by 60% with AI" ← Persona pain point
Google Ads: "Free Trial | Ad Automation" ← LP + organic keyword
Meta Ads: "Stop drowning in ad reports..." ← Brand Voice + social format
Agent validates, then asks for approval:
"I suggest replacing 3 Google Ads headlines and 2 Meta ads. Here's why..."
You approve → Agent updates each platform.What the output actually looks like (anonymized B2B SaaS account)
Real diagnostic excerpts from a 30-day BYOD bundle on a Japanese B2B SaaS account. Campaign / ad-group names are anonymized and brand search terms replaced with <brand>. Numbers are unchanged so the math holds.
/search-term-cleanup — brand cannibalization detected automatically
Why this matters: numbers-only tools dedupe by recency. mureo reads STRATEGY.md, notices the two campaigns have different intents (brand vs generic lead-gen), and routes the term to where it converts — a 7× CPA gap that nobody was acting on.
/daily-check — Meta CV-definition mismatch caught at the source
Why this matters: link_click vs pixel_lead optimization is a tracking distinction that doesn't show on a numbers-only dashboard. mureo surfaces result_indicator per campaign so the agent compares apples to apples before recommending a budget move.
Analysis & domain knowledge (built-in)
Campaign Diagnostics & Performance
Capability | Description |
Campaign diagnostics | Automatic root cause identification for delivery issues, learning period detection, smart bidding classification |
Performance analysis | Period-over-period comparison, cost increase investigation, cross-campaign health checks |
Search term analysis | N-gram distribution, intent pattern detection, automated add/exclude candidate scoring |
Budget efficiency | Cross-campaign budget allocation analysis, reallocation recommendations |
Device analysis | CPA gap detection, zero-conversion device identification |
Auction insights | Competitive landscape analysis, impression share trends |
B2B optimization | Industry-specific campaign checks and recommendations |
Creative & Landing Page
Capability | Description |
RSA ad validation | Prohibited expression detection, character width calculation, auto-correction, ad strength prediction |
RSA asset audit | Asset-level performance analysis, replacement/addition recommendations |
Landing page analysis | HTML parsing with SSRF protection, CTA/feature/price detection, industry estimation |
Creative research | Aggregates LP + existing ads + search terms + keyword suggestions into a unified research package |
Message match evaluation | Ad copy <-> landing page alignment scoring (screenshot capture via Playwright) |
Monitoring & Goals
Capability | Description |
Delivery goal evaluation | Campaign status + diagnostics + performance -> critical/warning/healthy classification |
CPA goal tracking | Actual vs target CPA with trend analysis |
CV goal tracking | Daily conversion volume monitoring against targets |
Zero-conversion diagnosis | Root cause analysis for campaigns with no conversions |
Meta Ads Analysis
Capability | Description |
Placement analysis | Performance breakdown by Facebook, Instagram, Audience Network |
Cost investigation | CPA degradation root cause analysis |
Ad comparison | A/B performance comparison within ad sets |
Creative suggestions | Data-driven creative improvement recommendations |
Reference
MCP server & tool list
mureo exposes 205 MCP tools over stdio: Google Ads (86), Meta Ads (88), Search Console (10), plus rollback, anomaly detection, strategy/state context, analytics registry, learning, and Creative Studio. When Amazon Ads is configured, the bridged Amazon tools are added on top from the local manifest (their names and count are Amazon's, not mureo's — see docs/amazon-ads.md). Any MCP-compatible client can connect:
{
"mcpServers": {
"mureo": {
"command": "python",
"args": ["-m", "mureo.mcp"]
}
}
}Full tool list and client configuration: MCP Server Guide →
Authentication
mureo configure (browser) or mureo auth setup (terminal) walk you through Google Ads and Meta Ads credentials; both write ~/.mureo/credentials.json. Environment variables work as a fallback for CI. Search Console reuses the Google OAuth credentials. Amazon Ads credentials go in the Amazon Ads card of the configure dashboard's Plugin credentials section — enter the Login with Amazon client id/secret, then run the card's Authorize with Amazon flow (Amazon has no loopback callback, so it is a guided paste-code flow: mureo opens Amazon's consent page and you paste the redirected address back) — or via the AMAZON_ADS_* environment variables. Verify any time:
mureo auth status
mureo auth check-google
mureo auth check-metaFull schema, environment-variable reference, and per-host setup: Authentication Guide →
Strategy context
Two local files drive strategy-aware operations. Run /onboard to generate them interactively.
STRATEGY.md -- Persona, USP, Brand Voice, Goals, Operation Mode. See docs/strategy-context.md.
STATE.json -- Campaign snapshots, action log. Updated automatically by workflow commands.
Connecting Amazon Ads, TikTok Ads, GA4, and other MCP servers
Amazon Ads is supported through the official Amazon Ads MCP, bridged by mureo rather than registered with your AI host: Claude → local mureo MCP → Amazon's hosted MCP endpoint. Your Login with Amazon credentials live in the amazon_ads section of ~/.mureo/credentials.json (entered in the Amazon Ads card of mureo configure, or via AMAZON_ADS_* env vars) and never enter the host's MCP config; mureo mints and auto-refreshes the short-lived access token for you. Run mureo amazon refresh-manifest once to build the local tool manifest, then restart the MCP server — Amazon's own tools (campaign_management-*, account_management-*) appear and are audited, throttled, and strategy-gated like the built-in platforms, with mutations recorded in action_log under platform=plugin:mureo-amazon-ads-bridge. mureo's deep per-platform analytics (anomaly baselines, RSA audit) are not available for Amazon yet, so treat Amazon findings as advisory. Amazon Ads guide →
TikTok Ads is supported through TikTok's official hosted MCP (the "TikTok for Business MCP Server"). mureo ships it as the tiktok-ads-official provider — add it from the mureo configure dashboard or with mureo providers add, then authenticate in the browser with your TikTok for Business account on first connect (no developer token required). Once connected, workflow commands treat tiktok_ads as a first-class platform: /daily-check and the reports include it, and confirmed changes are recorded in the action log. mureo-native analytics (anomaly baselines, RSA audit) remain Google / Meta specific.
mureo's workflow commands leverage GA4 data (conversion rates, user behavior, landing page performance) when a GA4 MCP server — e.g. Google Analytics MCP — is configured alongside mureo. GA4 is optional; all commands work without it. mureo also works alongside any other MCP server in the same session, and workflow commands incorporate their data when available. Setup walkthroughs: Integrations Guide →
Writing your own provider plugin
Any pip-installable package can add a new ad-platform provider (Microsoft/Bing Ads, Apple Search Ads, TikTok, LinkedIn, in-house platforms, ...) without touching mureo's source tree — implement the provider Protocols, declare capabilities, and register under the mureo.providers entry-point group. Plugins can also ship their own skills and analytics modules.
docs/plugin-authoring.md — full plugin authoring guide
docs/ABI-stability.md — ABI stability promise and deprecation policy
Architecture
No database -- all state is either in the ad platform APIs or in local files (
STRATEGY.md,STATE.json).No LLM dependency -- mureo does not embed an LLM. Inference, planning, and decision-making are the agent's responsibility.
No web framework -- CLI (Typer) and MCP (stdio) only; the
mureo configureUI is stdlibhttp.serveron127.0.0.1.Immutable data models -- all dataclasses use
frozen=Trueto prevent accidental mutation.Credentials stay local -- loaded from
~/.mureo/credentials.jsonor environment variables. Never sent anywhere except the official ad platform APIs.
Module layout and system diagrams: Architecture Guide →
Development
git clone https://github.com/logly/mureo.git && cd mureo
pip install -e ".[dev]"
pytest tests/ -v # run tests
pytest --cov=mureo --cov-report=term-missing # with coverage
ruff check mureo/ && black mureo/ && mypy mureo/ # lint & formatPython 3.10+ required. See CONTRIBUTING.md for full development guidelines.
License
Apache License 2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides standardized access to HubSpot CRM API for managing contacts, companies, deals, leads, engagements, and associations with support for batch operations and advanced search capabilities.Last updated10078MIT
- AlicenseAqualityDmaintenanceEnables Claude to retrieve and analyze Google Analytics 4 data through 20+ analysis tools, providing insights on traffic, user behavior, conversions, and engagement metrics in Japanese-formatted output.Last updated202MIT
- AlicenseAqualityCmaintenanceReporting, optimizing, building, executing all paid media advertising campaigns from any AI Agent. Intelligence, security, and guardrails to not f\*ck up your accounts.Last updated212314MIT
- Alicense-qualityCmaintenanceAgent-first SEO toolkit with 24 MCP tools for keyword research, rank tracking, site audits up to 50k pages, competitor analysis, content gap detection, domain reputation, backlink intelligence, Google Search Console integration, and AI-powered strategy generation with Claude, GPT, and Ollama. SQLite-backed and bring-your-own-key.Last updatedMIT
Related MCP Connectors
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/logly/mureo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server