mcp-sessionize
Verified Safeby jeanlopezxyz
Overview
Provides tools to query and display event data (speakers, sessions, schedules) from any Sessionize-powered conference or event.
Installation
npx mcp-sessionizeEnvironment Variables
- SESSIONIZE_EVENT_ID
Security Notes
The server uses a standard MicroProfile REST Client to interact with the Sessionize API. Input sanitization for `eventId` is implemented (`replaceAll("[^a-zA-Z0-9]", "")`), preventing injection vulnerabilities. No direct shell command execution, dynamic code evaluation (like `eval`), or hardcoded sensitive secrets are present. Error handling for API call failures (e.g., 404, 403, 5xx) is robust. The primary external interaction is with the legitimate Sessionize API. The project is open source, allowing for transparency.
Similar Servers
gCalendar-mcp
This MCP server enables AI assistants to create and manage Google Calendar events.
mnemograph
Provides a persistent, event-sourced knowledge graph for AI coding agents to store, retrieve, and version durable collaborative knowledge across sessions, enabling semantic search and tiered context retrieval.
gcal-mcp
Serves as a Model Context Protocol (MCP) server for Google Calendar to query upcoming, date-specific, and searchable events.
genesisdb-io-mcp-server
Provides AI clients access to GenesisDB events, enabling natural language queries against the database.