streamable-httpupdated 3mo ago
The Marketing Value Protocol — AI-powered marketing infrastructure for every business.
What can you do with Social Perks?
Social Perks
The Marketing Value Protocol — AI-powered marketing infrastructure for every business.
107 marketing actions across 15 platforms. Pricing oracle for AI agents. Campaign execution layer.
Quick Start
npm install
npm run dev
Open http://localhost:3000.
Demo Accounts
All use PIN: 1234
| Business Type | |
|---|---|
| yoga@demo.com | Yoga Studio |
| sol@demo.com | Restaurant |
| glow@demo.com | Salon |
| iron@demo.com | Gym |
| baked@demo.com | Coffee Shop |
| ink@demo.com | Tattoo Parlor |
| vet@demo.com | Veterinarian |
| bloom@demo.com | Florist |
| smith@demo.com | Law Firm |
| spark@demo.com | Auto Mechanic |
Or sign up as any business type — the AI adapts.
Tech Stack
- Next.js 15 (App Router)
- React 19
- TypeScript
- Tailwind CSS
- Instrument Serif + DM Sans + JetBrains Mono
Using with Claude Code
This project includes a CLAUDE.md file that gives Claude Code full context about the architecture, design system, and what needs building next. Just run:
claude
in the project directory and Claude will understand the full codebase.
License
Proprietary. All rights reserved.
Install
Add Social Perks to your client. Pick the one you use.
claude mcp add --transport http social-perks https://socialperks.app/api/mcpcodex mcp add social-perks --url https://socialperks.app/api/mcp{
"mcpServers": {
"social-perks": {
"url": "https://socialperks.app/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"social-perks": {
"type": "http",
"url": "https://socialperks.app/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"social-perks": {
"url": "https://socialperks.app/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"social-perks": {
"serverUrl": "https://socialperks.app/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation10/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 107 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | May 16, 2026 |