MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Model Context Protocol for Sweepstakes Management

Created 3/7/2026
Updated about 5 hours ago
Repository documentation and setup instructions

Sweeppea MCP Server — Documentation

Version: 1.12.0 | Tools: 63 | Categories: 15 | Protocol: MCP 2025-11-25

Sweeppea MCP Server is a Model Context Protocol (MCP) server for AI-powered sweepstakes management. It provides 63 tools across 15 categories to manage sweepstakes, participants, official rules, winners, billing, calendar events, support tickets, and more — all accessible through any MCP-compatible AI client via Streamable HTTP transport.


Quick Start

Claude Code (CLI)

claude mcp add sweeppea https://mcp.sweeppea.com/ \
  --transport http \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "MCP-Protocol-Version: 2025-11-25"

Connection Details

| Property | Value | |---|---| | Endpoint | https://mcp.sweeppea.com/ | | Protocol | MCP 2025-11-25 (Streamable HTTP) | | Auth | Bearer token (Sweeppea API key) | | Format | JSON-RPC 2.0 |


Tool Categories

| # | Category | Tools | Description | |---|---|---|---| | 1 | Account | 4 | Profile, business info, plan details, health check | | 2 | Sweepstakes | 7 | Create, update, clone, pause, delete sweepstakes | | 3 | Participants | 5 | Add, search, list, count, delete participants | | 4 | Entry Page | 3 | Form fields, settings, configuration | | 5 | Groups | 4 | Participant segmentation and organization | | 6 | Notes | 5 | Encrypted notes management | | 7 | Calendar | 5 | Campaign milestone calendar events | | 8 | Rules | 5 | Official rules documents and wizard | | 9 | Billing & Wallet | 4 | Invoices, usage, wallet transactions | | 10 | Support Tickets | 7 | Create and manage support requests | | 11 | Winners | 5 | Draw winners, schedule drawings | | 12 | Documentation | 1 | Search help articles | | 13 | Utilities | 5 | States, ZIP codes, area codes, countries, timezones | | 14 | To-Do | 2 | Internal task management (admin only) | | 15 | Testing | 1 | Connection verification |


Platform Setup

See Platform Setup Guide for configuration instructions for:

  • Claude Code (CLI)
  • Claude Desktop / Cowork
  • Cursor
  • Windsurf
  • GitHub Copilot (VS Code)
  • Gemini CLI
  • Agent Zero
  • Antigravity by Google

Legal & Compliance

See Legal Compliance Guide for:

  • Mandatory checklist for a legally compliant sweepstakes
  • AMOE requirements
  • State registration and bonding rules
  • Industry-specific restrictions (alcohol, cannabis)

AI Agent Operational Guide

See AI Agent Guide for:

  • Step-by-step workflow for AI agents
  • Critical guardrails and prohibited promotions
  • Automatic compliance decisions
  • Tool chaining best practices

Useful Links

  • MCP Docs (Web): https://mcpdocs.sweeppea.com/
  • MCP Endpoint: https://mcp.sweeppea.com/
  • Sweeppea Platform: https://www.sweeppea.com
  • Tool Showcase: https://mcpdocs.sweeppea.com/showcase.html
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Sweeppea-Development-Lab/mcp-documentation
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "sweeppea-development-lab-mcp-documentation": { "command": "git", "args": [ "clone", "https://github.com/Sweeppea-Development-Lab/mcp-documentation" ] } } }