Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

+32 this week 77 Trust /100
Trust breakdown (6 categories)

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
Install

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

# add to Claude Code
claude mcp add ykastelnik-realevents -- npx -y realevents-mcp
# add to Codex CLI
codex mcp add ykastelnik-realevents -- npx -y realevents-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ykastelnik-realevents": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "realevents-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ykastelnik-realevents --command npx --arg -y --arg realevents-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ykastelnik-realevents:
    command: "npx"
    args: ["-y", "realevents-mcp"]
// mcp.json
{
  "mcpServers": {
    "ykastelnik-realevents": {
      "command": "npx",
      "args": [
        "-y",
        "realevents-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 6 exposed · ~809 tokens

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.

Tool Tokens
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.

NameTypeReqDescription
descriptionstringEvent description (supports HTML)
formatstringEvent format. Default: in_person
locationstringPhysical location (for in_person or hybrid events)
max_attendeesintegerMaximum number of attendees (no limit if not set)
organizer_emailstringOrganizer email to receive the manage link by email
start_datetimestringyesStart date and time in ISO 8601 format (e.g. '2026-06-15T19:00:00Z')
titlestringyesEvent title (e.g. 'Bordeaux Tech Meetup')
virtual_linkstringVirtual 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.

NameTypeReqDescription
slugstringyesEvent 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.

NameTypeReqDescription
manage_tokenstringManage 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.

NameTypeReqDescription
datestringFilter by date range
formatstringFilter by event format
pageintegerPage number, 1-indexed
per_pageintegerItems per page, max 50
searchstringSearch 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.

NameTypeReqDescription
emailstringyesAttendee email address
first_namestringAttendee first name (optional)
last_namestringAttendee last name (optional)
slugstringyesEvent 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.

NameTypeReqDescription
descriptionstringNew description (supports HTML)
end_datetimestringNew end date/time (ISO 8601)
formatstringNew event format
listedbooleanWhether the event is listed in the public directory
locationstringNew physical location
manage_tokenstringManage token. Falls back to REALEVENTS_MANAGE_TOKEN env var if omitted.
max_attendeesintegerNew max attendees
notify_on_registrationboolean
organizer_emailstring
slugstringNew URL slug
start_datetimestringNew start date/time (ISO 8601)
statusstringNew event status (use 'cancelled' to cancel the event)
themestring
titlestringNew event title
virtual_linkstringNew virtual meeting link

No output schema declared.

No examples provided.