MCP Server
Active
AuditSocials Glossary MCP Server
io.github.eminegurcu/auditsocials-mcp
What is the AuditSocials Glossary MCP server?
Define & search 212 advertising & platform-policy terms (DSA, GDPR, FTC). CC BY 4.0.
How to install AuditSocials Glossary
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"auditsocials-mcp": {
"command": "npx",
"args": [
"-y",
"auditsocials-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"auditsocials-mcp": {
"command": "npx",
"args": [
"-y",
"auditsocials-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"auditsocials-mcp": {
"command": "npx",
"args": [
"-y",
"auditsocials-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"auditsocials-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"auditsocials-mcp"
]
}
}
}Claude Code
claude mcp add auditsocials-mcp -- npx -y auditsocials-mcpRelated MCP servers
AuditSocials Compliance
Active
Pre-publish policy check for AI-generated social & ad content across 8 platforms.
0
View repository →JavaScript
MIT