← socialloop.ai
INDIVIDUAL MCP TOOL
end_deal
End an ACTIVE deal prospectively — sold tickets keep their stamped terms, attached events are untouched, only NEW attachments stop.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.socialloop]
url = "https://socialloop.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"socialloop": {
"type": "http",
"url": "https://socialloop.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: socialloop
Remote MCP URL: https://socialloop.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"socialloop": {
"url": "https://socialloop.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"socialloop": {
"type": "http",
"url": "https://socialloop.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "socialloop",
"transport": "streamable-http",
"url": "https://socialloop.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_events— List the events you host — name, date, status, visibility, location, capacity, and headcount, plus the total count.create_event_draft— Create an event draft on the user's behalf and return a claim link they open to publish it.update_event_draft— Refine an event draft you previously created (title, time, location, tickets, etc.update_event— Edit a live event you manage: name, description (with links), category, start/end time, cover image, turn public discovery on/off, show or hide the guest list, visibility, capacity, and approval.create_event_series— Turn an existing event into a recurring series — pattern (daily/weekly/biweekly/monthly) + end (end_after total occurrences, or end_date).manage_event_series— Manage a recurring series — action 'extend' (add additional_count more occurrences), 'end' (cancel upcoming; mode 'pause' to suspend, optional from_date), or 'resume' (restart a paused series).duplicate_event— Duplicate an event's setup into a new draft — copies name (+ '(Copy)'), description, category, image, location, visibility, ticket tiers/pricing, and extras (promo codes, discount profiles, forms, immersive page).set_event_image— Set or replace a live event's cover image.