Back to Home
jeanlopezxyz icon

mcp-sessionize

Verified Safe

by jeanlopezxyz

Overview

Provides tools to query and display event data (speakers, sessions, schedules) from any Sessionize-powered conference or event.

Installation

Run Command
npx mcp-sessionize

Environment 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

Stats

Interest Score14
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars3
Forks1
Last Update2025-12-17

Tags

SessionizeEvent ManagementConferenceAPI IntegrationData Retrieval