mcpbeat

Social Perks MCP Server

io.github.benzatkulak-collab/socialperks
not responding

Social Perks is listed as active in the registry but did not answer our last check. It exposes 10 tools. Last commit 4 Aug 2026.

Agent-native marketing platform: create campaigns, submit proofs, review submissions.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
71.4%
Uptime 24h
65 of 91 checks
10
Tools
read from the server
340 ms
Response time
average over 24h
0
Stars
last commit 4 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add socialperks --transport http https://socialperks.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "socialperks": {
      "url": "https://socialperks.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.socialperks]
url = "https://socialperks.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "socialperks": {
      "url": "https://socialperks.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "socialperks": {
      "url": "https://socialperks.app/api/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

createcampaign
createCampaign
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.
getbenchmarks
getBenchmarks
Get industry benchmarks (engagement rate, conversion rate, etc.) for a business type.
getcampaignstats
getCampaignStats
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.
getpricing
getPricing
Get the market-rate pricing for a marketing action. Returns USD value and recommended perk type/value.
listactions
listActions
List the 125 marketing actions available on Social Perks. Filterable by platform, type, and effort.
listcampaigns
listCampaigns
List campaigns. Requires auth — returns the caller's campaigns.
listsubmissions
listSubmissions
List submissions for a business or campaign, filterable by state (pending/approved/rejected). Returns paginated results.
reviewsubmission
reviewSubmission
Approve or reject a submission. Approving releases the perk; rejecting requires a reason. Use this when the business chooses manual review over auto-verification.
searchinfluencers
searchInfluencers
Search influencers by platform and follower count.
submitproof
submitProof
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 campaign's verification mode).

Endpoints

URLTransportStateLatencyChecked
https://socialperks.app/api/mcp streamable-http answering 99 ms 10 min ago

Social Perks — questions

Answers built from our own checks of this server.

What can Social Perks do?
It exposes 10 tools, read directly from the server on our last check. Among them: createCampaign, getBenchmarks, getCampaignStats, getPricing, listActions, listCampaigns and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Social Perks working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 65 of 91 checks got a reply (71.4%), average response time 340 ms. The bar chart above shows every period we have measured.
The registry lists Social Perks as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Social Perks?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Social Perks need an API key?
No. Social Perks completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Social Perks?
It answers our handshake in 340 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Social Perks open source?
Yes — written in TypeScript, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.