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. The server is first-party and covers the whole event, money included: where platforms like Eventbrite and Luma are reached through community-built connectors, an agent on SocialLoop creates, publishes, sells, invites, and pays out.

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. Every capability below is live and callable today; call GET /agent for the complete tool list with schemas.

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, visibility, capacity — on a draft (update_event_draft) or on a live event you host.

update_event
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 approval-gated tickets.

Ticket tiers & pricing Live

Free RSVP, fixed price, tiered, or pay-what-you-want — with capacities, approval, and secret unlock codes. Edit, reorder, archive, and list tiers.

add_ticket_tier
Application-gated ticketing Live

Approval-gated tiers: guests request a spot, the host reviews the queue and approves or denies each request, and approved guests receive their ticket.

approve_guest_request
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 guests Live

Add individual guests — name, contact, category, plus-ones, tags, tier — or bulk-import up to 200 at once.

add_guest
Invite guests Live

Send invitations directly through the agent — by app, email, or both — to people, saved lists, and manual contacts, with an optional promo code and message.

send_invitations
Check-in & waitlist Live

Check guests and their plus-ones in at the door, and run the waitlist — see who is waiting, approve or deny, and free held spots.

check_in_guest

Custom forms

Intake forms the agent writes and reads back.

Custom intake forms Live

Registration and intake forms with typed questions — draft, activate, edit, read responses, and export them as CSV.

create_form

Affiliate & promoter management

Recruit promoters and pay them automatically.

Affiliates & community partners Live

Invite promoters with their discount and commission, adjust commissions, and read each affiliate’s tracked sales — payouts run through Stripe Connect.

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 & memberships Live

Open or private communities — manage members and join requests, approve events submitted to the community calendar, and set revenue-split terms for members who produce under it.

create_community

Team management

Staff the event with the right roles.

Team & roles Live

Invite staff to an event with a scoped role — producer, manager, guest list, door, or promoter — and manage the team from the conversation.

invite_team_member

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

Plan and run the entire production through the agent.

Budget management Live

Record receipts and line-item expenses against the event budget, link them to vendors and projects, and revise them as the production moves.

record_expense
Vendor management Live

Add vendors to the production graph — service, pipeline status, contact, itemized list — and link them to projects.

add_vendor
Programming & talent Live

Build the lineup — add talent with booking status and riders, and program the curated moments: workshops, sets, performances.

add_talent
Run-of-show Live

Author the day-of run-of-show — time-blocked cues for lighting, sound, performance, transitions, and safety, with lanes and cue numbers.

add_schedule_item
Schedule management Live

Milestones and timeline items across the whole production, in the same graph the team works from.

create_production_item
Project & task management Live

Manage the production as projects and tasks — priorities, phases, roles, and assignees — end-to-end.

add_project
Financial transactions Live

Record actual money movements — income, expenses, transfers — with banking references, linked to receipts, projects, and vendors.

record_transaction

Analytics

Read performance back into the conversation.

Event revenue & sales Live

Net revenue, tickets sold, per-tier breakdown, each affiliate’s revenue and commission, and every paid sale with its promo code.

get_event_revenue

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.