io.github.ykastelnik/realevents
NPM · REALEVENTS-MCP · SCANNED AUG 3
Create and manage events in seconds from your AI assistant. No account needed.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to ykastelnik/realevents-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 86 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 809 tokens (~134/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- 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 Coverage97
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 91% 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 · realevents-mcp
claude mcp add ykastelnik-realevents -- npx -y realevents-mcp
codex mcp add ykastelnik-realevents -- npx -y realevents-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ykastelnik-realevents": {
"type": "local",
"command": [
"npx",
"-y",
"realevents-mcp"
],
"enabled": true
}
}
} openclaw mcp add ykastelnik-realevents --command npx --arg -y --arg realevents-mcp
mcp_servers:
ykastelnik-realevents:
command: "npx"
args: ["-y", "realevents-mcp"] {
"mcpServers": {
"ykastelnik-realevents": {
"command": "npx",
"args": [
"-y",
"realevents-mcp"
]
}
}
} 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.
- 3 Aug 26 +57
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- The attested source repository moved: ykastelnik/realevents-mcp security
- Security disclosure: unverified → fail ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 2 Aug 26 0
- Malware scan: unverified → pass ▲ security
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- 1 Aug 26 +15
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −40
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 45
First indexed and scored.
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/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- ykastelnik/realevents-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/ykastelnik/realevents-mcp/.github/workflows/publish.yml@refs/tags/v1.0.2
- Rekor log index:
- 1463088802
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:73cdbd07a6cee59cd1a1e7eb183ce5af3334a33068c503b761ebccc6c1b523ad8c63ebecbb6b121d8b37843443615daf471fbb677a6fa9945b706e832
- Discovery method:
- attestation_endpoint
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 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.
create_event ~239
Creates an event page on RealEvents. The event is created with a start time only. To set an end time, duration, or to update other details (description, location, theme, cover image), use the update_event tool with the manage_token returned by this tool. Returns the public link, manage link, and slug. Save the manage link - it is the only way to edit the event later.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Event description (supports HTML) |
| format | string | — | Event format. Default: in_person |
| location | string | — | Physical location (for in_person or hybrid events) |
| max_attendees | integer | — | Maximum number of attendees (no limit if not set) |
| organizer_email | string | — | Organizer email to receive the manage link by email |
| start_datetime | string | yes | Start date and time in ISO 8601 format (e.g. '2026-06-15T19:00:00Z') |
| title | string | yes | Event title (e.g. 'Bordeaux Tech Meetup') |
| virtual_link | string | — | Virtual meeting link (for virtual or hybrid events) |
No output schema declared.
No examples provided.
get_event ~61
Get details of a public event by its slug. Returns title, date, location, registration count, and description.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Event slug (the part after /e/ in the URL, e.g. 'bordeaux-tech-meetup') |
No output schema declared.
No examples provided.
get_manage_event ~75
Get full event details including the registrations list. Requires the manage token (the secret part of the manage URL) or REALEVENTS_MANAGE_TOKEN env var.
| Name | Type | Req | Description |
|---|---|---|---|
| manage_token | string | — | Manage token from the /manage/{token} URL. Falls back to REALEVENTS_MANAGE_TOKEN env var if omitted. |
No output schema declared.
No examples provided.
list_public_events ~104
Browse upcoming public events on RealEvents. Filter by format, date range, or search term. Returns titles, dates, locations, and public links.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Filter by date range |
| format | string | — | Filter by event format |
| page | integer | — | Page number, 1-indexed |
| per_page | integer | — | Items per page, max 50 |
| search | string | — | Search events by title (partial match) |
No output schema declared.
No examples provided.
register_for_event ~85
Register an attendee for a public event by slug. Returns confirmation with status and event date.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Attendee email address | |
| first_name | string | — | Attendee first name (optional) |
| last_name | string | — | Attendee last name (optional) |
| slug | string | yes | Event slug (the part after /e/ in the URL) |
No output schema declared.
No examples provided.
update_event ~245
Update an existing event by manage token. Only provide the fields you want to change. Use this to set end_datetime, change status (e.g. 'cancelled'), or update any other detail after creation.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | New description (supports HTML) |
| end_datetime | string | — | New end date/time (ISO 8601) |
| format | string | — | New event format |
| listed | boolean | — | Whether the event is listed in the public directory |
| location | string | — | New physical location |
| manage_token | string | — | Manage token. Falls back to REALEVENTS_MANAGE_TOKEN env var if omitted. |
| max_attendees | integer | — | New max attendees |
| notify_on_registration | boolean | — | — |
| organizer_email | string | — | — |
| slug | string | — | New URL slug |
| start_datetime | string | — | New start date/time (ISO 8601) |
| status | string | — | New event status (use 'cancelled' to cancel the event) |
| theme | string | — | — |
| title | string | — | New event title |
| virtual_link | string | — | New virtual meeting link |
No output schema declared.
No examples provided.