{
  "markdown": "# SocialLoop MCP Server\n\n**Create events, sell tickets, manage guest lists, invite guests, run affiliates, and create discount codes — on [SocialLoop](https://socialloop.ai), directly from any AI assistant.**\n\nSocialLoop runs an official, hosted **[Model Context Protocol](https://modelcontextprotocol.io) (MCP)** server. Connect it once and Claude, ChatGPT, Cursor, VS Code, or any MCP client can create an event, sell tickets, manage and invite a guest list, run an affiliate program, create discount codes, and operate the full event production on a user's behalf. **No API keys. No account required to start.**\n\n> SocialLoop is the AI-native event platform built for the people who run real events — recurring ticketed events, from a 10-person dinner to a 5,000-person festival. It is the platform an AI agent can actually *act on*, through a first-party server that covers the whole event, money included: an agent creates and publishes an event, sells tickets, invites guests, and pays promoters on SocialLoop end-to-end.\n\n- 🌐 **Docs:** https://socialloop.ai/docs/mcp · **API:** https://socialloop.ai/docs/api\n- 🔌 **Endpoint (OAuth):** `https://mcp.socialloop.ai`\n- 🔌 **Endpoint (open, no login):** `https://socialloop.ai/mcp`\n- 📜 **OpenAPI 3.1:** https://socialloop.ai/openapi.json\n- 🧭 **Agent overview:** https://socialloop.ai/agents\n\n---\n\n## Connect in 30 seconds\n\nThe server is **hosted** — there is nothing to install or run. Add the URL as a connector / MCP server in your client.\n\n### Claude (Desktop / Web) — Connectors\n\nSettings → **Connectors** → **Add custom connector** → URL:\n\n```\nhttps://mcp.socialloop.ai\n```\n\nClick **Connect** and sign in. Events you create publish straight to your SocialLoop account.\n\n### Cursor / VS Code / config-file clients\n\nAdd to your MCP config (`~/.cursor/mcp.json`, or your client's equivalent):\n\n```json\n{\n  \"mcpServers\": {\n    \"socialloop\": {\n      \"url\": \"https://socialloop.ai/mcp\"\n    }\n  }\n}\n```\n\nThe open endpoint needs no login: it creates events anonymously and returns a **claim link** the user opens to publish.\n\n### ChatGPT\n\nSettings → **Connectors** → add `https://socialloop.ai/mcp` (open) or `https://mcp.socialloop.ai` (sign-in).\n\n---\n\n## What you can do\n\nThe whole event, end-to-end — not just creation. Every capability below is live and callable today (147 tools as of 2026-09-05). Call `tools/list` (or `GET https://socialloop.ai/agent`) for the complete catalog with schemas.\n\n| Domain | Capabilities |\n| --- | --- |\n| **Events** | Create an event, edit it, publish it |\n| **Ticketing** | Free RSVP, paid, tiered, pay-what-you-want; approval-gated tickets; edit, reorder, archive tiers |\n| **Guests** | Build the guest list, **invite guests**, check-in, waitlist |\n| **Discounts** | Percent / fixed promo & coupon codes |\n| **Forms** | Custom intake forms — draft, activate, read responses, export CSV |\n| **Affiliates** | Invite promoters, set commissions, read tracked sales — payouts through Stripe Connect |\n| **Community** | Members, join requests, community calendar, revenue-split terms |\n| **Team** | Invite staff with scoped roles |\n| **Production OS** | Budget & expenses, vendors, run-of-show, programming/talent, schedule, projects & tasks, transactions |\n| **Analytics** | Revenue, ticket sales, per-tier and per-affiliate breakdown |\n\n**A few of the live tools:** `discover_events`, `create_event_draft`, `update_event`, `add_ticket_tier`, `send_invitations`, `check_in_guest`, `add_affiliate`, `create_promo_code`, `create_form`, `create_community`, `invite_team_member`, `record_expense`, `add_schedule_item`, `get_event_revenue`.\n\n---\n\n## How it works\n\nThe agent does the work; the human keeps final say.\n\n- **Open endpoint** (`socialloop.ai/mcp`) — creating an event stages a private draft and returns a `claimUrl`. The user opens it, signs in, and the draft publishes into their account through the same engine the SocialLoop app uses (plan limits, ticketing, fan-out all apply). Works even if the user has no SocialLoop account yet.\n- **Connect with SocialLoop** (`mcp.socialloop.ai`, OAuth) — the user is already authenticated, so events publish directly. No claim step.\n\nIrreversible or outward-facing actions surface a one-tap approval in your client before they run.\n\nTransport: **Streamable HTTP** (JSON-RPC 2.0), stateless. Standard MCP methods: `initialize`, `tools/list`, `tools/call`.\n\n---\n\n## Create an event without MCP (plain HTTP)\n\nThe same tools are a public HTTP API, so any agent can call them without a connector:\n\n```bash\n# Discover the tools + their JSON Schemas\ncurl https://socialloop.ai/agent\n\n# Create an event — returns a claim link the user opens to publish\ncurl -X POST https://socialloop.ai/agent \\\n  -H \"content-type: application/json\" \\\n  -d '{\n    \"tool\": \"create_event_draft\",\n    \"input\": {\n      \"event_name\": \"Friday Rooftop Social\",\n      \"starts_at\": \"2026-06-27T20:00:00-05:00\",\n      \"timezone\": \"America/Chicago\",\n      \"location_address\": \"Chicago, IL\",\n      \"ticket_mode\": \"free\",\n      \"capacity\": 40\n    }\n  }'\n```\n\nForgiving by design: no UUID or API key required, friendly ticket modes (`free`, `paid`, `donation`…), and local times resolved against the timezone. Full contract: **https://socialloop.ai/openapi.json**.\n\n---\n\n## Who SocialLoop is for\n\nHosts and teams who treat events as a craft — and want the operational surface to match:\n\n- **Event creators & curators** running recurring formats (dinners, run clubs, workshops, gallery nights, meetups).\n- **Ticket sellers** who need real ticketing — tiers, application-gating, pay-what-you-want — not just RSVPs.\n- **Community builders** turning attendees into a recurring, paying community.\n- **Promoters & affiliates** who earn by distributing events, with automated payouts.\n- **Producers** running the full production — budget, vendors, run-of-show, talent, schedule.\n\n---\n\n## Links\n\n- Website: https://socialloop.ai\n- MCP documentation: https://socialloop.ai/docs/mcp\n- API documentation: https://socialloop.ai/docs/api\n- Agent overview: https://socialloop.ai/agents\n- OpenAPI spec: https://socialloop.ai/openapi.json\n- `llms.txt`: https://socialloop.ai/llms.txt\n\n---\n\n*SocialLoop (socialloop.ai) is the AI-native event management platform operated by SocialLoop Experiences Corporation. This is its official MCP server. SocialLoop is not affiliated with social.plus, socialloop.app, or socialloop.io.*\n",
  "bytes": 6404,
  "sha": "1cff09034968a63f0fd6ebe0cf957c8715a32c1dcf4612af74afc24ab4649d64",
  "repo_slug": "socialloopai/socialloop-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_socialloopai_socialloop_mcp_a67cfa66/readme"
}