SignUpGenius for Claude — sign-ups, slots, groups, and RSVPs. Free accounts or Pro API key.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
signupgenius-mcp · npm · 1.4.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.chrischall/signupgenius-mcp",
"description": "SignUpGenius for Claude — sign-ups, slots, groups, and RSVPs. Free accounts or Pro API key.",
"repository": {
"url": "https://github.com/chrischall/signupgenius-mcp",
"source": "github"
},
"version": "1.4.0",
"packages": [
{
"registryType": "npm",
"identifier": "signupgenius-mcp",
"version": "1.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SignUpGenius login email (recommended). Pair with SIGNUPGENIUS_PASSWORD for session mode — works on free accounts. No SSO/2FA.",
"format": "string",
"name": "SIGNUPGENIUS_EMAIL"
},
{
"description": "SignUpGenius password (recommended) — required iff SIGNUPGENIUS_EMAIL is set.",
"format": "string",
"isSecret": true,
"name": "SIGNUPGENIUS_PASSWORD"
},
{
"description": "SignUpGenius Pro API key (Pro Tools > API Management). Required only for slot REPORTS — Pro subscription needed.",
"format": "string",
"isSecret": true,
"name": "SIGNUPGENIUS_USER_KEY"
},
{
"description": "Friendly account name used in startup logs.",
"format": "string",
"name": "SIGNUPGENIUS_NAME"
},
{
"description": "Override the default JSON API base (v2/k for key mode, v3 for session mode).",
"format": "string",
"name": "SIGNUPGENIUS_BASE_URL"
},
{
"description": "Session mode only: override the host for legacy /SUGboxAPI.cfm calls. Defaults to https://www.signupgenius.com.",
"format": "string",
"name": "SIGNUPGENIUS_LEGACY_BASE_URL"
},
{
"description": "Session mode only: override the login-form host. Defaults to https://www.signupgenius.com.",
"format": "string",
"name": "SIGNUPGENIUS_LOGIN_URL"
},
{
"description": "Set to 1 to skip the fetchproxy browser-extension fallback (missing creds become a hard error — useful in headless CI).",
"format": "string",
"name": "SIGNUPGENIUS_DISABLE_FETCHPROXY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-10T23:00:30.132155Z",
"publishedAt": "2026-08-10T23:00:30.132155Z",
"updatedAt": "2026-08-10T23:00:30.132155Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.4.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.