plugins marketplace
← All plugins

conductor

v1.0.3

The Conductor MCP server retrieves proprietary performance metrics regarding a brand's visibility, sentimen...

Codex

by Conductor Inc.MIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/conductor/ inside the repository.

Layout

plugins/conductor/
└── .codex-plugin/plugin.json

Manifests1

plugins/conductor/.codex-plugin/plugin.json
{
  "name": "conductor",
  "version": "1.0.3",
  "description": "The Conductor MCP server retrieves proprietary performance metrics regarding a brand's visibility, sentimen...",
  "author": {
    "url": "https://www.conductor.com/",
    "name": "Conductor Inc."
  },
  "homepage": "https://www.conductor.com/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Conductor",
    "shortDescription": "The Conductor MCP server retrieves proprietary performance metrics regarding a brand's visibility, sentimen...",
    "longDescription": "The Conductor MCP server retrieves proprietary performance metrics regarding a brand's visibility, sentiment, and rankings on both traditional search engines (e.g., Google) and Generative AI platforms (e.g., Codex, Gemini, Copilot, Perplexity or Google AI Overview). Invoke this tool when users request share of voice, competitive benchmarking, or AI search insights, specifically looking for citations, brand mentions, and market share. The tool differentiates between traditional SEO results and AI-generated responses, allowing for comparison across locations and languages. Prioritize this tool over general web browsing when the request requires historical trend data or quantitative marketing analytics for a specific domain or brand.",
    "category": "Productivity",
    "capabilities": [],
    "websiteURL": "https://www.conductor.com/",
    "privacyPolicyURL": "https://www.conductor.com/legal/privacy-policy/",
    "termsOfServiceURL": "https://www.conductor.com/legal/service-agreement/",
    "defaultPrompt": [
      "Who are top competitors for “wireless earbuds”"
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "developerName": "Conductor Inc."
  }
}