CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Socialloop Mcp

socialloopai/socialloop-mcp
2HTTPregistry active
Summary

A hosted MCP server that connects your AI assistant directly to SocialLoop's event platform. It exposes tools to create event drafts, update them, and generate promo codes, with the full ticketing, guest list, affiliate, and production tooling rolling out on the same endpoint. You can use the OAuth endpoint to publish events straight into your account, or hit the open endpoint to get a claim link that stages the draft for one-tap approval. No API keys required to start. Useful if you're running recurring ticketed events and want Claude or Cursor to handle the setup work, from ticket tiers to guest invites, without bouncing between tools.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

SocialLoop MCP Server

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.

  • 🌐 Docs: https://socialloop.ai/docs/mcp · API: https://socialloop.ai/docs/api
  • 🔌 Endpoint (OAuth): https://mcp.socialloop.ai
  • 🔌 Endpoint (open, no login): https://socialloop.ai/mcp
  • 📜 OpenAPI 3.1: https://socialloop.ai/openapi.json
  • 🧭 Agent overview: https://socialloop.ai/agents

Connect in 30 seconds

The server is hosted — there is nothing to install or run. Add the URL as a connector / MCP server in your client.

Claude (Desktop / Web) — Connectors

Settings → Connectors → Add custom connector → URL:

https://mcp.socialloop.ai

Click Connect and sign in. Events you create publish straight to your SocialLoop account.

Cursor / VS Code / config-file clients

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.

ChatGPT

Settings → Connectors → add https://socialloop.ai/mcp (open) or https://mcp.socialloop.ai (sign-in).


What you can do

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.

DomainCapabilities
EventsCreate an event, edit it, publish it
TicketingFree RSVP, paid, tiered, pay-what-you-want; application-gated tickets
GuestsBuild the guest list, invite guests, check-in, waitlist
DiscountsPercent / fixed promo & coupon codes
FormsCustom intake forms with cross-event pre-fill
AffiliatesRecruit promoters, set commissions, automate Stripe payouts
CommunityMembers, memberships, routed Stripe
TeamInvite staff with scoped roles
Production OSBudget, vendors, run-of-show, programming/talent, schedule, project & task management
AnalyticsViews, RSVPs, sales, conversion, revenue

Live now: create_event_draft, update_event_draft, create_promo_code.


How it works

The agent does the work; the human keeps final say.

  • 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.
  • Connect with SocialLoop (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.


Create an event without MCP (plain HTTP)

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.


Who SocialLoop is for

Hosts and teams who treat events as a craft — and want the operational surface to match:

  • Event creators & curators running recurring formats (dinners, run clubs, workshops, gallery nights, meetups).
  • Ticket sellers who need real ticketing — tiers, application-gating, pay-what-you-want — not just RSVPs.
  • Community builders turning attendees into a recurring, paying community.
  • Promoters & affiliates who earn by distributing events, with automated payouts.
  • Producers running the full production — budget, vendors, run-of-show, talent, schedule.

Links

  • Website: https://socialloop.ai
  • MCP documentation: https://socialloop.ai/docs/mcp
  • API documentation: https://socialloop.ai/docs/api
  • Agent overview: https://socialloop.ai/agents
  • OpenAPI spec: https://socialloop.ai/openapi.json
  • llms.txt: https://socialloop.ai/llms.txt

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedJun 1, 2026
View on GitHub