Back to Browse

Op3 MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.

About

OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.

Security Report

5.2
Moderate5.2Moderate Risk

Well-architected MCP server for read-only podcast analytics from OP3. Strong authentication model (token-based API), comprehensive input validation via Zod, proper error handling with typed hierarchy, and no malicious patterns or code execution vulnerabilities. Minor concerns include broad error exception handling and lack of request/response logging, but these are low-severity issues appropriate to a read-only service. Permissions align with stated purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

OP3 API token — sign in at https://op3.dev and open your API token pageOptional

Environment variable: OP3_API_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-conorbronsdon-op3-mcp": {
      "env": {
        "OP3_API_TOKEN": "your-op3-api-token-here"
      },
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!