PluginBench
MCP Server
Active
MIT

AuditSocials Compliance MCP Server

io.github.eminegurcu/auditsocials-compliance-mcp

What is the AuditSocials Compliance MCP server?

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

How to install AuditSocials Compliance

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AUDITSOCIALS_API_KEY
    required
    secret

    Your AuditSocials Compliance API key. Get one free at https://www.auditsocials.com/compliance-api

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "auditsocials-compliance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auditsocials-compliance-mcp"
      ],
      "env": {
        "AUDITSOCIALS_API_KEY": "<YOUR_AUDITSOCIALS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "auditsocials-compliance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auditsocials-compliance-mcp"
      ],
      "env": {
        "AUDITSOCIALS_API_KEY": "<YOUR_AUDITSOCIALS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "auditsocials-compliance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auditsocials-compliance-mcp"
      ],
      "env": {
        "AUDITSOCIALS_API_KEY": "<YOUR_AUDITSOCIALS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "auditsocials-compliance-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "auditsocials-compliance-mcp"
      ],
      "env": {
        "AUDITSOCIALS_API_KEY": "<YOUR_AUDITSOCIALS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add auditsocials-compliance-mcp --env AUDITSOCIALS_API_KEY=<YOUR_AUDITSOCIALS_API_KEY> -- npx -y auditsocials-compliance-mcp

Related MCP servers

Define & search 212 advertising & platform-policy terms (DSA, GDPR, FTC). CC BY 4.0.

0
JavaScript
View repository →