mcp-nevent
Verified Safeby iamsamuelfraga
Overview
An MCP server providing tools for managing users, marketing campaigns, and event lineups in the Nevent platform.
Installation
node dist/index.jsEnvironment 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
mcp-email-server
This server allows MCP clients to interact with email accounts via IMAP and SMTP protocols, enabling functionalities like listing, fetching, sending, and deleting emails.
mailtrap-mcp
The Mailtrap MCP server provides tools for sending transactional emails and managing email templates, including a sandbox environment for testing.
tiger-salesforce-mcp-server
Provides LLMs with tools to semantically search Salesforce case summaries and retrieve detailed case information from a TimescaleDB database.
instantly-mcp
Manages Instantly.ai email automation campaigns, leads, accounts, and analytics via a Model Context Protocol (MCP) server for AI assistants.