Back to Home
LautaroMartVillalba icon

MCP-Server

Verified Safe

by LautaroMartVillalba

Overview

A Spring Boot REST API for hotel, room, reservation, customer, and address management, designed to be integrated with AI orchestration.

Installation

Run Command
./mvnw spring-boot:run

Environment Variables

  • SPRING_DATASOURCE_USERNAME
  • SPRING_DATASOURCE_PASSWORD
  • SPRING_DATASOURCE_URL

Security Notes

The `SecurityConfig` (src/main/java/ar/mcp/server/config/SecurityConfig.java) explicitly disables CSRF protection, allows all origins for CORS, and sets all `/api/**`, `/mcp/**`, and `/sse/**` endpoints to `permitAll()` (no authentication/authorization). JWT authentication is marked as a TODO. This configuration is highly insecure for production deployment but is common for initial development. The `application.yml` contains default local database credentials (hotelms/hotelms) which are not suitable for production.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens600
Stars0
Forks0
Last Update2025-11-26

Tags

Hotel ManagementREST APISpring BootJPAAI Tools