Event Labs Server

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "event-labs-server": {
      "url": "https://event-labs-6a5-zero-gravity-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "event-labs-server": {
      "serverUrl": "https://event-labs-6a5-zero-gravity-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.event-labs-server]
url = "https://event-labs-6a5-zero-gravity-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://event-labs-6a5-zero-gravity-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
createEvent

Creates a new event configuration in draft status.

updateEvent

Updates an existing event's configuration parameters.

deleteEvent

Deletes an event configuration from the system (Destructive action).

cancelEvent

Cancels an active event (Destructive action).

approveEvent

Approves a draft event and makes it active.

rejectEvent

Rejects a draft event request.

listEvents

Lists all events matching optional status filters.

updateActiveRound

Advances an event to its next operational round.

checkVenueConflict

Checks if there is a scheduling conflict for a venue on a given date.

getEventAuditLogs

Fetches the operational change log for an event.

createClubSession

Creates a recurring club activity session.

bookVenueResource

Books resources (AV, seating) for an event.

releaseVenueResource

Releases a booked resource for an event.

registerForEvent

Registers a participant for an event.

listRegistrations

Lists all registrations filtered by event ID.

approveRegistration

Approves a pending registration.

rejectRegistration

Rejects a pending registration.

listParticipants

Lists participants of an event who have approved registrations.

registerTeam

Registers a new team for a specific event.

getTeamDetailsForEvent

Fetches team assignments for an event.

lockTeamComposition

Locks team members list preventing further changes.

checkInParticipant

Checks in a participant at an event venue.

getSessionAttendance

Lists all check-ins for an event.

saveJudgeAllocations

Assigns a judge to grade an event.

submitMarks

Submits marks/scores for a team or participant.

getEventResults

Retrieves all marks and generated rankings for an event.

publishEventResults

Publishes final scores and rankings for public view (Destructive/Important action).

getJudgeWorkloadBalance

Generates feedback on judge submission progress.

generateCertificate

Issues a digital participation or merit certificate.

listCertificatesForEvent

Lists all issued certificates for a specific event.

verifyCertificateSignature

Verifies a certificate signature payload against authenticity.

revokeCertificate

Revokes an active certificate (Destructive action).

sendCustomBulkEmails

Sends a bulk operational email to multiple recipients.

sendPushNotification

Sends a push notification alert to a specific recipient.

broadcastNotification

Broadcasts a general notification announcement to all users.

submitEventFeedback

Submits feedback response for an event.

listEventForms

Lists all feedback responses recorded in the database.

analyzeFeedbackSentiment

Aggregates scores and returns comments sentiment.

generate_event_report

Chains listEvents, registrations, results, and logs to produce a structured document report.

forecast_attendance

Forecasts event turnout based on historical averages.

benchmark_against_past_events

Benchmarks current registrations against a past event.

get_operational_alerts

Fetches operational alerts (e.g. low registrations, conflict alerts).

get_system_health

Checks dependencies status (Mail, DB, settings).

dry_run_plan

Previews steps of a plan without writing to DB.

rollback_last_action

Attempts to undo the last destructive action (Destructive rollback action).

get_ai_action_log

Retrieves all logs initiated by the AI agent.

listUsers

Lists all users registered in the workspace directory.

searchStudents

Searches for students matching search query.

assignUserRole

Assigns an operational role to a user.

setUserAsAdmin

Grants full admin privileges to a user (Destructive escalation).

getSetting

Fetches setting variable value.

setSetting

Updates configuration settings parameter.

getSchema

Returns the full system agent capabilities directory schema.