AuditSocials Compliance
Rank #29,956io.github.eminegurcu/auditsocials-compliance-mcp
Pre-publish policy check for AI-generated social & ad content across 8 platforms.
AuditSocials Compliance is a Model Context Protocol (MCP) server published by auditsocials. It ranks #29,956 of 115,460 servers tracked on MCP Toplist. AuditSocials Compliance is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 18, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 85,504 of 115,460 servers on MCP Toplist.
Use AuditSocials Compliance
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add auditsocials-compliance-mcp -e "AUDITSOCIALS_API_KEY=<your AUDITSOCIALS_API_KEY>" -- npx -y auditsocials-compliance-mcpReplace each placeholder with your own value before saving.
[mcp_servers.auditsocials-compliance-mcp]
command = "npx"
args = ["-y", "auditsocials-compliance-mcp"]
[mcp_servers.auditsocials-compliance-mcp.env]
AUDITSOCIALS_API_KEY = "<your AUDITSOCIALS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"auditsocials-compliance-mcp": {
"command": "npx",
"args": [
"-y",
"auditsocials-compliance-mcp"
],
"env": {
"AUDITSOCIALS_API_KEY": "<your AUDITSOCIALS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"auditsocials-compliance-mcp": {
"command": "npx",
"args": [
"-y",
"auditsocials-compliance-mcp"
],
"env": {
"AUDITSOCIALS_API_KEY": "<your AUDITSOCIALS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"auditsocials-compliance-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"auditsocials-compliance-mcp"
],
"env": {
"AUDITSOCIALS_API_KEY": "<your AUDITSOCIALS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"auditsocials-compliance-mcp": {
"command": "npx",
"args": [
"-y",
"auditsocials-compliance-mcp"
],
"env": {
"AUDITSOCIALS_API_KEY": "<your AUDITSOCIALS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"auditsocials-compliance-mcp": {
"command": "npx",
"args": [
"-y",
"auditsocials-compliance-mcp"
],
"env": {
"AUDITSOCIALS_API_KEY": "<your AUDITSOCIALS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.eminegurcu%2Fauditsocials-compliance-mcp)<a href="https://mcptoplist.com/server/io.github.eminegurcu%2Fauditsocials-compliance-mcp"><img src="https://mcptoplist.com/badge/io.github.eminegurcu%2Fauditsocials-compliance-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
auditsocials
Other servers by auditsocials
View all auditsocials servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 18, 2026 |
Frequently asked questions
- Who maintains AuditSocials Compliance?
- AuditSocials Compliance is maintained by auditsocials, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AuditSocials Compliance listed on the Official MCP Registry?
- Yes — AuditSocials Compliance is listed on the Official MCP Registry, alongside Glama.
- How many versions does AuditSocials Compliance have?
- MCP Toplist tracks 1 version of AuditSocials Compliance, most recently published on Aug 18, 2026.
- Where can I find the source code for AuditSocials Compliance?
- The source code for AuditSocials Compliance is hosted at github.com/auditsocials/auditsocials-compliance-mcp.