signupgenius-mcp 1.0.2 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +34 -0
- package/.claude-plugin/plugin.json +19 -0
- package/README.md +22 -0
- package/dist/bundle.js +668 -90
- package/dist/client.js +36 -0
- package/dist/index.js +5 -1
- package/dist/tools/public-signup.js +180 -0
- package/dist/tools/rsvp.js +144 -0
- package/package.json +8 -8
- package/server.json +2 -2
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
3
|
+
"name": "signupgenius-mcp",
|
|
4
|
+
"owner": {
|
|
5
|
+
"name": "Chris Hall",
|
|
6
|
+
"email": "chris.c.hall@gmail.com"
|
|
7
|
+
},
|
|
8
|
+
"metadata": {
|
|
9
|
+
"description": "MCP server for SignUpGenius — read sign-ups, slot reports, and groups; add group members.",
|
|
10
|
+
"version": "1.0.7"
|
|
11
|
+
},
|
|
12
|
+
"plugins": [
|
|
13
|
+
{
|
|
14
|
+
"name": "signupgenius-mcp",
|
|
15
|
+
"displayName": "SignUpGenius",
|
|
16
|
+
"source": "./",
|
|
17
|
+
"description": "SignUpGenius MCP server for Claude — sign-ups, slot reports, and groups via natural language. Free or Pro accounts.",
|
|
18
|
+
"version": "1.0.7",
|
|
19
|
+
"author": {
|
|
20
|
+
"name": "Chris Hall"
|
|
21
|
+
},
|
|
22
|
+
"homepage": "https://github.com/chrischall/signupgenius-mcp",
|
|
23
|
+
"repository": "https://github.com/chrischall/signupgenius-mcp",
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"keywords": [
|
|
26
|
+
"signupgenius",
|
|
27
|
+
"signups",
|
|
28
|
+
"volunteers",
|
|
29
|
+
"mcp"
|
|
30
|
+
],
|
|
31
|
+
"category": "productivity"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "signupgenius-mcp",
|
|
3
|
+
"displayName": "SignUpGenius",
|
|
4
|
+
"version": "1.0.7",
|
|
5
|
+
"description": "SignUpGenius MCP server for Claude — read sign-ups, slot reports, and groups; add group members. Three auth paths: Pro API key, email/password, or sign in via the fetchproxy browser extension.",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "Chris Hall",
|
|
8
|
+
"email": "chris.c.hall@gmail.com"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/chrischall/signupgenius-mcp",
|
|
11
|
+
"repository": "https://github.com/chrischall/signupgenius-mcp",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"signupgenius",
|
|
15
|
+
"signups",
|
|
16
|
+
"volunteers",
|
|
17
|
+
"mcp"
|
|
18
|
+
]
|
|
19
|
+
}
|
package/README.md
CHANGED
|
@@ -88,3 +88,25 @@ Tests: vitest, 100% line/branch/function coverage. End-to-end tests against the
|
|
|
88
88
|
- For testing the Pro v2/k surface without an account, SignUpGenius publishes a frozen demo key: `V0FzMkxZcmVOZlVnclZMVEl6dGhWQT09`.
|
|
89
89
|
|
|
90
90
|
Developed and maintained by AI (Claude). Use at your own discretion.
|
|
91
|
+
|
|
92
|
+
## Acknowledgement of Terms
|
|
93
|
+
|
|
94
|
+
By using this MCP server, you acknowledge and agree to the following:
|
|
95
|
+
|
|
96
|
+
**1. This server accesses your own SignUpGenius account.** Auth happens via your own credentials. It does not — and cannot — access anyone else's account or signups.
|
|
97
|
+
|
|
98
|
+
**2. [SignUpGenius's Terms of Service](https://www.signupgenius.com/terms-of-service) govern your use of this server**, just as they govern your direct use of signupgenius.com. The clauses most relevant here:
|
|
99
|
+
|
|
100
|
+
> Users may not bypass any robot exclusion headers or other measures we take to restrict access to the Services or use any software, technology, or device to scrape, spider, or crawl the Services.
|
|
101
|
+
|
|
102
|
+
And: *"You are responsible for maintaining the confidentiality of your account user name and password… You agree to accept responsibility for any and all activities or actions that occur in connection with your User Credentials."*
|
|
103
|
+
|
|
104
|
+
You are agreeing to those terms — read by the maintainer 2026-05-23 — every time you invoke a tool in this server. Notably, **SignUpGenius does offer an official API** for paid plans; where possible, prefer the official API over the endpoints this MCP exercises.
|
|
105
|
+
|
|
106
|
+
**3. Personal, organizer/participant use only.** This project is not affiliated with, endorsed by, sponsored by, or in partnership with SignUpGenius, Inc. It is a personal automation tool for an authenticated user to manage their own signups and groups. Do not use it to scrape other organizers' signups, spam participants, or bulk-add fake group members.
|
|
107
|
+
|
|
108
|
+
**4. Stability is not guaranteed.** This server may call internal endpoints that SignUpGenius can change without notice. If a tool here breaks, the canonical fix is to use the official API where available.
|
|
109
|
+
|
|
110
|
+
**5. You accept full responsibility** for any consequences of using this server in connection with your SignUpGenius account — rate limiting, account warnings, suspension, or any enforcement action. Per the ToS, everything done under your credentials is attributed to you. If SignUpGenius objects to your use, stop using this server.
|
|
111
|
+
|
|
112
|
+
This section is the maintainer's good-faith summary of the terms — it is not legal advice and does not modify or supersede SignUpGenius's actual ToS.
|