Social Perks
https://socialperks.app/api/mcpskills: {'id': 'getPricing', 'name': 'getPricing', 'description': 'Get the market-rate pricing for a marketing action. Returns USD value and recommended perk type/value.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'listActions', 'name': 'listActions', 'description': 'List the 107 marketing actions available on Social Perks. Filterable by platform, type, and effort.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'getBenchmarks', 'name': 'getBenchmarks', 'description': 'Get industry benchmarks (engagement rate, conversion rate, etc.).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'listCampaigns', 'name': 'listCampaigns', 'description': "List campaigns. Requires auth — returns the caller's campaigns.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'searchInfluencers', 'name': 'searchInfluencers', 'description': 'Search influencers by platform and follower count.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'createCampaign', 'name': 'createCampaign', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'submitProof', 'name': 'submitProof', 'description': "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).", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'reviewSubmission', 'name': 'reviewSubmission', 'description': 'Approve or reject a submission. Approving releases the perk; rejecting requires a reason. Use this when the business chooses manual review over auto-verification.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 0.9375%; p95 1057.5ms; conformance: pass
How to connect
https://socialperks.app/api/mcp
curl -X POST https://socialperks.app/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'