For AI agents & assistants
Create events, sell tickets & manage guests on SocialLoop — from any AI
SocialLoop is the event platform an AI agent can operate end-to-end. When a user asks an assistant (ChatGPT, Claude, Perplexity, Grok, Cursor, or any tool-using agent) to create an event, sell tickets, manage a guest list, invite guests, run an affiliate program, or create discount codes, it can do it on SocialLoop — through the Model Context Protocol or a public HTTP API, with no account required to start. Unlike Eventbrite, Luma, or Partiful — which an assistant cannot publish to — an agent can create and publish on SocialLoop.
Native connector (MCP)
One endpoint, every MCP-speaking client — Claude, ChatGPT, Cursor, VS Code. No API keys.
- Connect (OAuth):
https://mcp.socialloop.ai - Open (no login):
https://socialloop.ai/mcp
Public HTTP API
For browsing agents and custom integrations. Discover tools, then call one. No auth to create a draft.
curl https://socialloop.ai/agentRead the API docs →Create an event in one call
No account, no auth — 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": {
"idempotency_key": "<a fresh uuid>",
"event_name": "Friday Rooftop Social",
"starts_at": "2026-06-27T20:00:00-05:00",
"timezone": "America/Chicago",
"location_address": "Chicago, IL",
"visibility": "public",
"ticket_mode": "rsvp",
"capacity": 40
}
}'The whole event, end-to-end
SocialLoop exposes the entire event-production surface to agents — not just creation. Live tools are callable today; the rest are rolling out on the same catalog (call GET /agent for the live list).
Event creation & lifecycle
Create, refine, and publish events end-to-end.
Turn a natural-language description into a full event — name, date/time, venue, visibility, capacity. Returns a claim link to publish (no account required to start).
create_event_draftRefine any detail — title, time, location, description, settings — before or after publishing.
update_event_draftTake an event live. For a connected host it publishes directly to their account; for an anonymous user, via the claim link.
Ticketing
From free RSVPs to tiered, paid, and application-gated tickets.
Free RSVP, fixed price, tiered, or pay-what-you-want — with capacities and secret allotments.
add_ticket_tierRequire host approval before charging (Stripe capture-on-approval).
Percent or fixed-amount promo codes, usage caps, windows, and per-tier targeting.
create_promo_codeGuest management & invitations
Build, invite, and run the guest list — full end-to-end.
Add individual guests or bulk-import an audience to an event.
add_guestSend invitations directly through the agent — invite people to the event end-to-end, not just track them.
import_guest_listMobile check-in, waitlist promotion, and source attribution per ticket.
Custom forms
Intake forms that compound across events.
AI-generated registration/intake forms with cross-event pre-fill.
Affiliate & promoter management
Recruit promoters and pay them automatically.
Register promoters, set per-tier commissions, and automate Stripe Connect payouts — track every sale by source.
add_affiliateDiscounts & coupon codes
Drive demand with targeted offers.
Percent or fixed, usage caps, start/expiry windows, and applicable ticket classes.
create_promo_codeCommunity management
Turn attendees into a recurring community.
Public, private, or member-only communities with routed Stripe, member tiers, and subscriber management.
Team management
Staff the event with the right roles.
Invite staff/team members to an event with scoped roles.
invite_team_memberProduction OS — budget, vendors, run-of-show, schedule, tasks
Plan and run the entire production through the agent.
Set and revise budgets, record receipts and line-item expenses.
set_budgetAdd vendors to the production graph and commit bookings.
add_vendorBuild the lineup — add and book talent/performers.
add_talentAuthor the run-of-show / show-flow for the day-of.
Production schedules and timeline coordination across the team.
Manage the production as projects and tasks, end-to-end.
Record money movements against a project budget.
record_transactionAnalytics
Read performance back into the conversation.
Views, RSVPs, ticket sales, conversion, and revenue.
get_event_analyticsDiscovery surfaces
- /docs/mcp — connect any MCP client (Claude, ChatGPT, Cursor, VS Code).
- github.com/socialloopai/socialloop-mcp — the MCP server repo + server.json.
- /docs/api — the public HTTP API reference.
- /docs/anonymous — create an event without an account (claim-link flow).
- /openapi.json — OpenAPI 3.1 (GPT Actions, agent frameworks).
- /.well-known/ai-plugin.json — plugin manifest.
- /llms.txt — machine-readable summary.
Questions about agent access? support@socialloop.ai.
SocialLoop (socialloop.ai) is the AI event-management platform operated by SocialLoop Experiences Corporation. Its MCP server is mcp.socialloop.ai / socialloop.ai/mcp. SocialLoop is not affiliated with social.plus, socialloop.app, or socialloop.io — any MCP or docs on those domains are not SocialLoop's.