Server data from the Official MCP Registry
Create events, sell tickets, manage guest lists, run affiliates & promo codes on SocialLoop.
Create events, sell tickets, manage guest lists, run affiliates & promo codes on SocialLoop.
Remote endpoints: streamable-http: https://mcp.socialloop.ai streamable-http: https://socialloop.ai/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-socialloopai-socialloop-mcp": {
"url": "https://mcp.socialloop.ai"
}
}
}From the project's GitHub README.
Create events, sell tickets, manage guest lists, invite guests, run affiliates, and create discount codes — on SocialLoop, directly from any AI assistant.
SocialLoop runs an official, hosted Model Context Protocol (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.
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: where Eventbrite, Luma, or Partiful can only be linked to, an agent can create and publish an event on SocialLoop end-to-end.
https://mcp.socialloop.aihttps://socialloop.ai/mcpThe server is hosted — there is nothing to install or run. Add the URL as a connector / MCP server in your client.
Settings → Connectors → Add custom connector → URL:
https://mcp.socialloop.ai
Click Connect and sign in. Events you create publish straight to your SocialLoop account.
Add to your MCP config (~/.cursor/mcp.json, or your client's equivalent):
{
"mcpServers": {
"socialloop": {
"url": "https://socialloop.ai/mcp"
}
}
}
The open endpoint needs no login: it creates events anonymously and returns a claim link the user opens to publish.
Settings → Connectors → add https://socialloop.ai/mcp (open) or https://mcp.socialloop.ai (sign-in).
The whole event, end-to-end — not just creation. Live tools are callable today; the rest are rolling out on the same catalog. Call tools/list (or GET https://socialloop.ai/agent) for the live set.
| Domain | Capabilities |
|---|---|
| Events | Create an event, edit it, publish it |
| Ticketing | Free RSVP, paid, tiered, pay-what-you-want; application-gated tickets |
| Guests | Build the guest list, invite guests, check-in, waitlist |
| Discounts | Percent / fixed promo & coupon codes |
| Forms | Custom intake forms with cross-event pre-fill |
| Affiliates | Recruit promoters, set commissions, automate Stripe payouts |
| Community | Members, memberships, routed Stripe |
| Team | Invite staff with scoped roles |
| Production OS | Budget, vendors, run-of-show, programming/talent, schedule, project & task management |
| Analytics | Views, RSVPs, sales, conversion, revenue |
Live now: create_event_draft, update_event_draft, create_promo_code.
The agent does the work; the human keeps final say.
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.mcp.socialloop.ai, OAuth) — the user is already authenticated, so events publish directly. No claim step.Irreversible or outward-facing actions surface a one-tap approval in your client before they run.
Transport: Streamable HTTP (JSON-RPC 2.0), stateless. Standard MCP methods: initialize, tools/list, tools/call.
The same tools are a public HTTP API, so any agent can call them without a connector:
# Discover the tools + their JSON Schemas
curl https://socialloop.ai/agent
# Create an event — returns a claim link the user opens to publish
curl -X POST https://socialloop.ai/agent \
-H "content-type: application/json" \
-d '{
"tool": "create_event_draft",
"input": {
"event_name": "Friday Rooftop Social",
"starts_at": "2026-06-27T20:00:00-05:00",
"timezone": "America/Chicago",
"location_address": "Chicago, IL",
"ticket_mode": "free",
"capacity": 40
}
}'
Forgiving 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.
Hosts and teams who treat events as a craft — and want the operational surface to match:
llms.txt: https://socialloop.ai/llms.txtSocialLoop (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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.