mcpbeat Sign in

Signupgenius MCP Server

local only

Signupgenius MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 632 installs a week from npm. Last commit 18 Sep 2026.

SignUpGenius for Claude — sign-ups, slots, groups, and RSVPs. Free accounts or Pro API key.

Installs per day peak 238 · avg 45 · +124% w/w
a month agotoday
632
Installs / week
npm · signupgenius-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Signupgenius MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add signupgenius-mcp -- npx -y signupgenius-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "signupgenius-mcp": {
      "args": [
        "-y",
        "signupgenius-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.signupgenius-mcp]
command = "npx"
args = ["-y", "signupgenius-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "signupgenius-mcp": {
      "args": [
        "-y",
        "signupgenius-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "signupgenius-mcp": {
      "args": [
        "-y",
        "signupgenius-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIGNUPGENIUS_EMAIL (SignUpGenius login email (recommended). Pair with SIGNUPGENIUS_PASSWORD for session mode — works on free accounts. No SSO/2FA.), SIGNUPGENIUS_PASSWORD (SignUpGenius password (recommended) — required iff SIGNUPGENIUS_EMAIL is set.), SIGNUPGENIUS_USER_KEY (SignUpGenius Pro API key (Pro Tools > API Management). Required only for slot REPORTS — Pro subscription needed.), SIGNUPGENIUS_NAME (Friendly account name used in startup logs.), SIGNUPGENIUS_BASE_URL (Override the default JSON API base (v2/k for key mode, v3 for session mode).), SIGNUPGENIUS_LEGACY_BASE_URL (Session mode only: override the host for legacy /SUGboxAPI.cfm calls. Defaults to https://www.signupgenius.com.), SIGNUPGENIUS_LOGIN_URL (Session mode only: override the login-form host. Defaults to https://www.signupgenius.com.), SIGNUPGENIUS_DISABLE_FETCHPROXY (Set to 1 to skip the fetchproxy browser-extension fallback (missing creds become a hard error — useful in headless CI).), SIGNUPGENIUS_SESSION_CACHE (Set to false to disable the on-disk session cache and re-authenticate on every process start. Defaults to enabled.), SIGNUPGENIUS_SESSION_FILE (Absolute path for the session cache file. Defaults to $MCP_DATA_DIR/.signupgenius-mcp/session.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Signupgenius MCP

same job, measured the same way
Free Blueprints
by agent-blueprint

Free AI agent blueprints for procurement and onboarding. No signup, no API key.

32 installs/wk 2 tools answering
Reddit
by veezee

Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.

answering
Agentic Prompt
by kunanigaming

1,177 free agentic trading prompts for Claude and Robinhood MCP.

4 tools answering
O
Fileshareforagents
by fileshareforagents

Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).

local only
X Twitter
by veezee

X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.

answering
GotFreeFax
by gotfreefax

Send free or paid faxes to US/Canada from Claude, ChatGPT, and other AI agents.

7 tools answering
Agent Email List
by agentemaillist-ai

Free email for agents. create_account needs no credentials, so an agent can sign itself up.

8 tools answering
Exposure Audit
by dozier

Free AI-visibility and competitive Exposure Audit for any domain. No account, no API key.

1 tools answering

Signupgenius MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Signupgenius MCP?
Signupgenius MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package signupgenius-mcp was installed 632 times last week.
How do I connect Signupgenius MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls signupgenius-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Signupgenius MCP?
The npm package signupgenius-mcp was installed 632 times in the last week. Week over week that is +124%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Signupgenius MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.