← socialperks.app
INDIVIDUAL MCP TOOL
submitProof
Submit proof of completion for a campaign action — a public URL to a post, a screenshot, a video, or platform-verified data.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
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.reviewSubmission— Approve or reject a submission.listSubmissions— List submissions for a business or campaign, filterable by state (pending/approved/rejected).