Custom mcp server for ferry booking
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"anthropic-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A modern enterprise application built with Jakarta EE and Spring Framework, utilizing reactive programming with Spring WebFlux and JPA for data persistence.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce / maps
Real-time BART departures, trip planning, fares, stations, and advisories.
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A Model Context Protocol (MCP) server providing TomTom's location services, search, routing, and traffic data to AI agents.
A command line tool for setting up commercetools MCP server
MCP Security Weekly
Get CVE alerts and security updates for Anthropic Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A modern enterprise application built with Jakarta EE and Spring Framework, utilizing reactive programming with Spring WebFlux and JPA for data persistence.
The project follows standard Maven/Gradle project structure:
The project exposes the following tools
On start up the application randomly creates ferry routes with various information based on the POJO Route.java When a booking is recieved it is stored in the H2 database with the POJO Booking.java