Social Perks
io.github.benzatkulak-collab/socialperksAgent-native marketing platform: create campaigns, submit proofs, review submissions.
Tools · 10
Get the market-rate pricing for a marketing action. Returns USD value and recommended perk type/value.
List the 125 marketing actions available on Social Perks. Filterable by platform, type, and effort.
Get industry benchmarks (engagement rate, conversion rate, etc.) for a business type.
List campaigns. Requires auth — returns the caller's campaigns.
Search influencers by platform and follower count.
Create and launch a new campaign for the calling business. Returns the campaign id, name, and dashboard URL. The campaign goes live immediately — no separate publish step.
Submit proof of completion for a campaign action — a public URL to a post, a screenshot, a video, or platform-verified data. The submission enters a review queue (or auto-approves depending on the cam…
Approve or reject a submission. Approving releases the perk; rejecting requires a reason. Use this when the business chooses manual review over auto-verification.
List submissions for a business or campaign, filterable by state (pending/approved/rejected). Returns paginated results.
Get summary stats for a single campaign — total submissions, approved count, conversion rate, perks issued, and time-to-first-submission. Useful for an agent reporting back to its user.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"social_perks": {
"url": "https://socialperks.app/api/mcp",
"transport": "streamable-http"
}
}
}