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
Read the MCP docs →

Public HTTP API

For browsing agents and custom integrations. GET /api/events finds public events; discover the rest of the tools, then call one. No auth to search or to create a draft.

curl https://socialloop.ai/agent
Read the API docs →

Find an event in one call

The attendee side, for when the user just wants somewhere to go. Public upcoming events only — drafts, cancelled and suspended events are never returned, and no guest data is exposed. Every result carries the page to RSVP or buy on; link it directly.

# Find something to attend — no key, no account.
curl 'https://socialloop.ai/api/events?city=San%20Francisco&free_only=true'

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 discovery (attendee side, no login)

Answer "what’s on near me" from real, bookable events.

Find public events Live

Search upcoming public events by city and date range, optionally free-only. Each result carries the name, start/end with timezone, city and venue, category, host, ticket price range, and the canonical page to RSVP or buy on. No account, no key. Also a plain GET: https://socialloop.ai/api/events?city=San%20Francisco.

discover_events

Event creation & lifecycle

Create, refine, and publish events end-to-end.

Create an event Live

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_draft
Edit an event Live

Refine any detail — title, time, location, description, settings — before or after publishing.

update_event_draft
Publish an event Live

Take 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.

Ticket tiers & pricingRolling out

Free RSVP, fixed price, tiered, or pay-what-you-want — with capacities and secret allotments.

add_ticket_tier
Application-gated ticketingRolling out

Require host approval before charging (Stripe capture-on-approval).

Discount & coupon codes Live

Percent or fixed-amount promo codes, usage caps, windows, and per-tier targeting.

create_promo_code

Guest management & invitations

Build, invite, and run the guest list — full end-to-end.

Add guestsRolling out

Add individual guests or bulk-import an audience to an event.

add_guest
Invite guestsRolling out

Send invitations directly through the agent — invite people to the event end-to-end, not just track them.

import_guest_list
Check-in & waitlistRolling out

Mobile check-in, waitlist promotion, and source attribution per ticket.

Custom forms

Intake forms that compound across events.

Custom intake formsRolling out

AI-generated registration/intake forms with cross-event pre-fill.

Affiliate & promoter management

Recruit promoters and pay them automatically.

Affiliates & community partnersRolling out

Register promoters, set per-tier commissions, and automate Stripe Connect payouts — track every sale by source.

add_affiliate

Discounts & coupon codes

Drive demand with targeted offers.

Create discount / coupon codes Live

Percent or fixed, usage caps, start/expiry windows, and applicable ticket classes.

create_promo_code

Community management

Turn attendees into a recurring community.

Communities & membershipsRolling out

Public, private, or member-only communities with routed Stripe, member tiers, and subscriber management.

Team management

Staff the event with the right roles.

Team & rolesRolling out

Invite staff/team members to an event with scoped roles.

invite_team_member

Production OS — budget, vendors, run-of-show, schedule, tasks

Plan and run the entire production through the agent.

Budget managementRolling out

Set and revise budgets, record receipts and line-item expenses.

set_budget
Vendor managementRolling out

Add vendors to the production graph and commit bookings.

add_vendor
Programming & talentRolling out

Build the lineup — add and book talent/performers.

add_talent
Run-of-showRolling out

Author the run-of-show / show-flow for the day-of.

Schedule managementRolling out

Production schedules and timeline coordination across the team.

Project & task managementRolling out

Manage the production as projects and tasks, end-to-end.

Financial transactionsRolling out

Record money movements against a project budget.

record_transaction

Analytics

Read performance back into the conversation.

Event analyticsRolling out

Views, RSVPs, ticket sales, conversion, and revenue.

get_event_analytics

Discovery surfaces

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.