Social Media
socialguardian.app
An MCP server that retrieves a public social profile's engagement rate, including median engagement over the last 12 posts, engagement by views and followers, and a Guardian Score.
ENDPOINT 1
https://app.socialguardian.app/api/mcp
MCP server metadata
- Name
- socialguardian-tools
- Version
- 1.0.0
Free SocialGuardian engagement tools. get_engagement_rate checks any public TikTok or YouTube profile — please respect the per-IP daily limits. More: https://socialguardian.app/tools/
Known tools 1
get_engagement_rateGet a public social profile's engagement rate: median of the last 12 posts, engagement by views and by followers, and a Guardian Score (0-100 with a qualitative band).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.socialguardian-tools]
url = "https://app.socialguardian.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"socialguardian-tools": {
"type": "http",
"url": "https://app.socialguardian.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: socialguardian-tools
Remote MCP URL: https://app.socialguardian.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"socialguardian-tools": {
"url": "https://app.socialguardian.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"socialguardian-tools": {
"type": "http",
"url": "https://app.socialguardian.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "socialguardian-tools",
"transport": "streamable-http",
"url": "https://app.socialguardian.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.