mcpbeat Sign in

Social Perks MCP Server

by benzatkulak-collab Your server? Claim it
answering

Social Perks is answering right now. Last checked 11 min ago. It exposes 10 tools. Last commit 26 Aug 2026.

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

Uptime history 48 days of history · worst day 52%
48 days agonow
86.8%
Uptime 24h
79 of 91 checks
10
Tools
read from the server
348 ms
Response time
average over 24h
0
Stars
last commit 26 Aug 2026

What the code does

We read the source, 47 min ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation public/widget.js:457
          var typeSelect = panel.querySelector('[data-sp-proof-type="' + cid + '"]');
Sends data to a third-party sink src/lib/verification/platform-adapters.ts:668
      `https://api.telegram.org/bot${process.env.TELEGRAM_BOT_TOKEN}/forwardMessage?chat_id=@${channel}&message_id=${messageId}`,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 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 286 ms 11 min ago

Alternatives to Social Perks

same job, measured the same way
FORTVISION
by fortvision-app

Agency marketing & CRM: leads, campaigns, email/SMS/WhatsApp, LinkedIn, landing pages, social.

answering
Socialloop MCP
by socialloopai

SocialLoop: AI-native event platform — sell tickets, manage guests, run affiliates & promo codes.

147 tools answering
Glitch Grow Linkedin Ad MCP
by glitchexecutor-grow

MCP server for the LinkedIn Marketing API — campaigns, analytics, creatives.

6 installs/wk local only
Socialapi
by social-api

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

81 installs/wk local only
Dingdawg Marketing Agent
by dingdawg

AI content generation, SEO audits, campaign planning & social scheduling.

50 installs/wk local only
Blogburst MCP Server
by shensi8312

AI social media agent — generate content, auto-pilot posting, analytics for 9+ platforms.

46 installs/wk local only
Posteverywhere
by posteverywhere

Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions

118 installs/wk answering
MCP Social
by infoinlet-marketplace

Multi-platform social posting for AI agents (Postiz) — channels, schedule/publish posts.

26 installs/wk local only

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 79 of 91 checks got a reply (86.8%), average response time 348 ms. The bar chart above shows every period we have measured.
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 348 ms on average, which is faster than 45% 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?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.