Server data from the Official MCP Registry
Create and manage events in seconds from your AI assistant. No account needed.
Create and manage events in seconds from your AI assistant. No account needed.
This is a well-structured MCP server for the RealEvents event management platform with good security practices. Authentication is properly handled through manage tokens stored in environment variables, input validation is present via Zod schemas, and the codebase shows no malicious patterns or dangerous operations. Minor code quality observations exist around broad error handling and some eslint suppressions, but these do not materially affect security. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
7 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ykastelnik-realevents": {
"args": [
"-y",
"realevents-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Create and manage events on RealEvents from any MCP-compatible AI assistant.
Documentation and install snippets: https://realevents.co/mcp
{
"mcpServers": {
"realevents": {
"command": "npx",
"args": ["-y", "realevents-mcp"]
}
}
}
For Claude Desktop on macOS, the config file is at ~/Library/Application Support/Claude/claude_desktop_config.json. For other clients, see their MCP documentation.
| Tool | Description |
|---|---|
list_public_events | Browse upcoming public events |
get_event | Get details of an event by slug |
create_event | Create a new event page |
register_for_event | Register an attendee |
get_manage_event | View an event's details and registrations (requires manage_token) |
update_event | Update event details (requires manage_token) |
Events created with create_event return a manage_token. Save it — it is the only way to manage the event later.
To set a default token so you don't have to pass it on every call:
{
"mcpServers": {
"realevents": {
"command": "npx",
"args": ["-y", "realevents-mcp"],
"env": {
"REALEVENTS_MANAGE_TOKEN": "your-token"
}
}
}
}
Signed with npm Provenance, built from this repository via GitHub Actions. Every published version is traceable back to the exact commit and workflow run that built it.
Before publishing a new version:
version in package.jsonmcpName: "io.github.ykastelnik/realevents" is still presentversion and packages[0].version in server.json to matchvX.Y.Z and push: the publish.yml workflow handles the npm publish./mcp-publisher publish to sync the MCP Registry listingMIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.