Back to Home
iamsamuelfraga icon

mcp-nevent

Verified Safe

by iamsamuelfraga

Overview

An MCP server providing tools for managing users, marketing campaigns, and event lineups in the Nevent platform.

Installation

Run Command
node dist/index.js

Environment Variables

  • NEVENT_JWT_TOKEN

Security Notes

The server correctly retrieves the Nevent JWT token from environment variables, preventing hardcoding of sensitive credentials. It acts as a wrapper around the Nevent API, meaning its security depends on the confidentiality of the provided JWT token and the robustness of the underlying Nevent API. No obvious 'eval', code obfuscation, or other malicious patterns were found. While the MCP SDK is expected to handle input schema validation, the internal tool handlers in `src/index.ts` use type assertions, which could be a minor concern if schema validation is bypassed. The communication with the Nevent API uses HTTPS.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1200
Stars0
Forks0
Last Update2025-11-24

Tags

User ManagementCampaign ManagementEvent LineupMarketing AutomationNevent API