Agent Plugins Marketplace
← All plugins

adlane

v1.0.0

Review connected Google Ads and Meta Ads accounts, campaign performance and campaign settings through Adlane. Read-only OAuth access; no campaign or budget changes.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By AdlaneLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install adlane for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add adlane@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/adlane-app/plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

adlane/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/adlane/SKILL.md
└── .mcp.json

Included Skills1

adlaneskills/adlane/SKILL.md

Review Google Ads and Meta Ads campaign performance, account context and campaign settings when the user asks to analyze their connected Adlane advertising accounts.

MCP servers1

adlaneStreamable HTTP
url
https://mcp.adlane.app/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "adlane",
  "version": "1.0.0",
  "description": "Review connected Google Ads and Meta Ads accounts, campaign performance and campaign settings through Adlane. Read-only OAuth access; no campaign or budget changes.",
  "author": {
    "name": "Adlane",
    "url": "https://github.com/adlane-app"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Adlane",
    "shortDescription": "Review ad campaign performance",
    "longDescription": "Review connected Google Ads and Meta Ads accounts, campaign performance and campaign settings through Adlane. Read-only OAuth access; no campaign or budget changes.",
    "developerName": "Adlane",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": "Review my connected advertising accounts and help me compare campaign performance."
  },
  "mcpServers": "./.mcp.json"
}
.claude-plugin/plugin.json
{
  "name": "adlane",
  "version": "1.0.1",
  "description": "Review connected Google Ads and Meta Ads accounts, campaign performance and campaign settings through Adlane. Read-only OAuth access; no campaign or budget changes.",
  "author": {
    "name": "Adlane",
    "url": "https://adlane.app"
  },
  "homepage": "https://adlane.app",
  "repository": "https://github.com/adlane-app/plugin",
  "license": "MIT",
  "keywords": [
    "adlane",
    "google-ads",
    "meta-ads",
    "analytics",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[adlane on Agent Plugins Marketplace](https://pluginsmp.com/plugins/adlane)