← socialperks.app
INDIVIDUAL MCP TOOL
getCampaignStats
Get summary stats for a single campaign — total submissions, approved count, conversion rate, perks issued, and time-to-first-submission.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.socialperks-app]
url = "https://socialperks.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"socialperks-app": {
"type": "http",
"url": "https://socialperks.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: socialperks-app
Remote MCP URL: https://socialperks.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": {
"socialperks-app": {
"url": "https://socialperks.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"socialperks-app": {
"type": "http",
"url": "https://socialperks.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "socialperks-app",
"transport": "streamable-http",
"url": "https://socialperks.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
getPricing— Get the market-rate pricing for a marketing action.listActions— List the 107 marketing actions available on Social Perks.getBenchmarks— Get industry benchmarks (engagement rate, conversion rate, etc.).listCampaigns— List campaigns.searchInfluencers— Search influencers by platform and follower count.createCampaign— Create and launch a new campaign for the calling business.submitProof— Submit proof of completion for a campaign action — a public URL to a post, a screenshot, a video, or platform-verified data.reviewSubmission— Approve or reject a submission.