Back to Home
chrisns icon

matrixbookingmcp

Verified Safe

by chrisns

Overview

Integrates AI assistants with the Matrix Booking API for automated room/desk booking, availability checks, and location discovery through natural language.

Installation

Run Command
npx --yes github:chrisns/matrixbookingmcp

Environment Variables

  • MATRIX_USERNAME
  • MATRIX_PASSWORD
  • MATRIX_PREFERED_LOCATION
  • MATRIX_API_TIMEOUT
  • CACHE_ENABLED
  • MATRIX_DEFAULT_DURATION_MINUTES
  • MATRIX_ORGANIZATION_RESOLUTION_STRATEGY
  • MATRIX_ENABLE_CROSS_ORG_ACCESS
  • MATRIX_ORG_VALIDATION_CACHE_TTL_MS
  • MATRIX_API_BASE_URL
  • MATRIX_DEFAULT_BOOKING_CATEGORY

Security Notes

The project demonstrates strong security practices, including the use of dotenv for credential management (no hardcoded secrets), configurable API timeouts, and robust input validation and sanitization classes (InputValidator, InputSanitizer) which help prevent XSS and other injection attacks. Network error handling and retry logic are also well-implemented. No malicious patterns or dangerous functions like 'eval' were found. Key security recommendation is to ensure MATRIX_USERNAME and MATRIX_PASSWORD are securely managed in the .env file.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-03

Tags

MCP ServerMatrix BookingTypeScriptBooking ManagementAI Integration