INDIVIDUAL MCP TOOL
event_presets
Public catalogue of event-creation presets (AI build day, student hackathon, corporate innovation day, .
LIVE ENDPOINT
https://clusterhack.dev/mcp
Connect to this endpoint to inspect the live schema for event_presets and invoke it with your own arguments.
Indexed 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 server
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.clusterhack]
url = "https://clusterhack.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"clusterhack": {
"type": "http",
"url": "https://clusterhack.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: clusterhack
Remote MCP URL: https://clusterhack.dev/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": {
"clusterhack": {
"url": "https://clusterhack.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"clusterhack": {
"type": "http",
"url": "https://clusterhack.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "clusterhack",
"transport": "streamable-http",
"url": "https://clusterhack.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
event_roles— Which roles the signed-in user holds at one specific event.list_api_endpoints— List the raw REST endpoints behind this server.list_capabilities— The catalogue of everything this server can do, grouped by area.search— Search across the platform: events, teams, projects, people and articles.server_info— What this MCP server is, which version it speaks, and how to connect.whoami— Who is signed in, what roles they hold, and where.event_background_images— The global catalogue of certificate background templates (used for the `background` field of an event's certificate config).event_cities— The global catalogue of cities (used for the `city` field on `event_create`/`event_update` and to show where events happen).