io.github.ke4qqq/groupsio
NPM · @KE4QQQ/GROUPSIO-MCP-SERVER · SCANNED AUG 3
MCP server for consuming and managing Groups.io data via the Groups.io REST API
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT-0).Pass
- Actively maintained (last published 113 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability51
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 1025 tokens (~48/item across 21 items; 21 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage75
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 25% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @ke4qqq/groupsio-mcp-server
claude mcp add ke4qqq-groupsio -- npx -y @ke4qqq/groupsio-mcp-server
codex mcp add ke4qqq-groupsio -- npx -y @ke4qqq/groupsio-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ke4qqq-groupsio": {
"type": "local",
"command": [
"npx",
"-y",
"@ke4qqq/groupsio-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add ke4qqq-groupsio --command npx --arg -y --arg @ke4qqq/groupsio-mcp-server
mcp_servers:
ke4qqq-groupsio:
command: "npx"
args: ["-y", "@ke4qqq/groupsio-mcp-server"] {
"mcpServers": {
"ke4qqq-groupsio": {
"command": "npx",
"args": [
"-y",
"@ke4qqq/groupsio-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +56
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT-0 functional
- 1 Aug 26 −23
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 −42
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +6
- Schema quality: unverified → fair ▲ functional
- 27 Jul 26 +39
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Security disclosure: unverified → fail ▼ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: unverified functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 25 functional
- First check of Schema quality: fail functional
- Licence: MIT-0 functional
- 26 Jul 26 25
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@ke4qqq/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
delete_subscription ~29
Unsubscribe from a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | yes | ID of the group to unsubscribe from |
No output schema declared.
No examples provided.
get_databases ~46
Get databases in a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
No output schema declared.
No examples provided.
get_events ~67
Get upcoming events
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | — | End date YYYY-MM-DD |
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
| start | string | yes | Start date YYYY-MM-DD |
No output schema declared.
No examples provided.
get_files ~54
Get files in a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
| path | string | — | Directory path |
No output schema declared.
No examples provided.
get_group ~36
Get group settings by ID or name
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | Group ID |
| group_name | string | — | Group name |
No output schema declared.
No examples provided.
get_hashtags ~46
Get hashtags in a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
No output schema declared.
No examples provided.
get_member_directory ~49
Get the group member directory (public profiles)
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
No output schema declared.
No examples provided.
get_members ~61
Get members of a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
| sort_dir | string | — | — |
| sort_field | string | — | — |
No output schema declared.
No examples provided.
get_message ~41
Get a single message by group and message number
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | yes | Group ID |
| msg_num | number | yes | Message number within the group |
No output schema declared.
No examples provided.
get_message_history ~34
Get monthly message count history for a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
No output schema declared.
No examples provided.
get_messages ~45
Get messages in a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
No output schema declared.
No examples provided.
get_permissions ~31
Get your permissions in a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
No output schema declared.
No examples provided.
get_subgroups ~53
Get subgroups of a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | Parent group ID |
| group_name | string | — | Parent group name |
| limit | number | — | — |
| page_token | string | — | — |
No output schema declared.
No examples provided.
get_subgroups_by_category ~34
Get subgroups organized by category
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
No output schema declared.
No examples provided.
get_topic ~39
Get messages within a topic
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | — |
| page_token | string | — | — |
| topic_id | number | yes | Topic ID |
No output schema declared.
No examples provided.
get_topics ~65
Get topics (message threads) in a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
| sort_dir | string | — | — |
| sort_field | string | — | — |
No output schema declared.
No examples provided.
get_wiki_pages ~48
Get wiki pages in a group
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
No output schema declared.
No examples provided.
list_subscriptions ~44
List all groups you are subscribed to
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results (1-100, default 10) |
| page_token | string | — | Pagination token |
No output schema declared.
No examples provided.
search_archives ~69
Search message archives
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
| q | string | yes | Search query |
| sort_dir | string | — | — |
| sort_field | string | — | — |
No output schema declared.
No examples provided.
search_members ~55
Search members by email or name
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| group_name | string | — | — |
| limit | number | — | — |
| page_token | string | — | — |
| q | string | yes | Search query |
No output schema declared.
No examples provided.
update_subscription ~79
Update your subscription settings for a group
| Name | Type | Req | Description |
|---|---|---|---|
| auto_follow_replies | boolean | — | Auto-follow topics you post to |
| email_delivery | string | — | Email delivery preference |
| group_id | number | yes | ID of the group |
| max_attachment_size | string | — | Max attachment size |
| message_selection | string | — | Which messages to receive |
No output schema declared.
No examples provided.