A powerful MCP server built with NitroStack
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:
Configure custom tools directly via ChatGPT's Web UI:
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
Creates a new event configuration in draft status.
Updates an existing event's configuration parameters.
Deletes an event configuration from the system (Destructive action).
Cancels an active event (Destructive action).
Approves a draft event and makes it active.
Rejects a draft event request.
Lists all events matching optional status filters.
Advances an event to its next operational round.
Checks if there is a scheduling conflict for a venue on a given date.
Fetches the operational change log for an event.
Creates a recurring club activity session.
Books resources (AV, seating) for an event.
Releases a booked resource for an event.
Registers a participant for an event.
Lists all registrations filtered by event ID.
Approves a pending registration.
Rejects a pending registration.
Lists participants of an event who have approved registrations.
Registers a new team for a specific event.
Fetches team assignments for an event.
Locks team members list preventing further changes.
Checks in a participant at an event venue.
Lists all check-ins for an event.
Assigns a judge to grade an event.
Submits marks/scores for a team or participant.
Retrieves all marks and generated rankings for an event.
Publishes final scores and rankings for public view (Destructive/Important action).
Generates feedback on judge submission progress.
Issues a digital participation or merit certificate.
Lists all issued certificates for a specific event.
Verifies a certificate signature payload against authenticity.
Revokes an active certificate (Destructive action).
Sends a bulk operational email to multiple recipients.
Sends a push notification alert to a specific recipient.
Broadcasts a general notification announcement to all users.
Submits feedback response for an event.
Lists all feedback responses recorded in the database.
Aggregates scores and returns comments sentiment.
Chains listEvents, registrations, results, and logs to produce a structured document report.
Forecasts event turnout based on historical averages.
Benchmarks current registrations against a past event.
Fetches operational alerts (e.g. low registrations, conflict alerts).
Checks dependencies status (Mail, DB, settings).
Previews steps of a plan without writing to DB.
Attempts to undo the last destructive action (Destructive rollback action).
Retrieves all logs initiated by the AI agent.
Lists all users registered in the workspace directory.
Searches for students matching search query.
Assigns an operational role to a user.
Grants full admin privileges to a user (Destructive escalation).
Fetches setting variable value.
Updates configuration settings parameter.
Returns the full system agent capabilities directory schema.