spring-boot-ai
Verified Safeby rogervinas
Overview
Provides a remote booking tool via the Model Context Protocol (MCP) for an AI agent.
Installation
./gradlew bootRunSecurity Notes
The MCP Server exposes a booking tool via HTTP on port 8081. While the provided code does not contain hardcoded secrets or direct vulnerabilities, ensuring proper network security and access control is crucial if deployed in a public-facing environment.
Similar Servers
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
mcp-codestyle-server
Provides a Model Context Protocol (MCP) server for IDEs and AI agents to search and retrieve code templates, with local Lucene indexing and optional remote fetching capabilities.
MCP-Client-Host-Java
An MCP (Model Context Protocol) client that acts as a server to the MCP host, managing connections to various external MCP servers (tools) and orchestrating tool discovery and execution for AI assistants.