← Back to Plugins
MCP Server MCP

AuditSocials Compliance

github By github 👁 1 views ▲ 0 votes

Pre-publish policy check for AI-generated social & ad content across 8 platforms.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "auditsocials-compliance-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AuditSocials Compliance API key. Get one free at https://www.auditsocials.com/compliance-api",
          "isRequired": true,
          "isSecret": true,
          "name": "AUDITSOCIALS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...