cd-mcp
Verified Safeby JanProvaznik
Overview
This server provides AI assistants with tools to search for Czech railway connections, stations, prices, and passenger types.
Installation
npx @modelcontextprotocol/inspector node dist/index.jsSecurity Notes
The server explicitly implements read-only operations, intentionally excluding booking/payment for security. It uses stdio transport, reducing external network exposure. Input validation is performed with Zod, and comprehensive error handling is in place. While `APP_ID` and `USER_DESC` are hardcoded in the API client, they appear to be static client identifiers for a public mobile API and not sensitive user secrets, thus posing a low risk.
Similar Servers
mcp-marketplace
A comprehensive AI agent framework that facilitates tool orchestration and access to a marketplace of MCP (Model Context Protocol) servers, offering a web-based client for chat, administration, and benchmarking.
mcp-server-ns-trains
Integrates Netherlands Railways (NS) train information into AI assistants for route planning, pricing, and real-time departures.
mcp-server-ns-bridge
Integrates Netherlands Railways (NS) train information (route planning, pricing, real-time departures) into AI assistants via the Model Context Protocol (MCP).
nagoya-bus-mcp
Provides tools to query Nagoya City bus timetables and real-time approach information for LLM agents.