ns-mcp-server
Verified Safeby gvdlga
Overview
Provides an MCP server to expose various NS (Dutch Railways) real-time information and services via a unified API.
Installation
npm startEnvironment Variables
- NS_API_KEY
- DASHBOARD_URL
Security Notes
API keys are retrieved from environment variables or a session manager, which is good practice. There is a minor information leakage risk due to `console.log` statements printing the API key during execution. Input validation is performed via manual checks, but the defined `zschema` is not explicitly utilized as the primary validation mechanism within `handleExecution` functions.
Similar Servers
mcp-server-mysql
A backend server application for a Modular Control Platform (MCP) or Microservice Control Plane, likely built with Node.js/TypeScript and integrating with MySQL, potentially featuring AI/LLM evaluation capabilities.
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
tiger-linear-mcp-server
This server acts as a wrapper for the Linear API, providing focused tools for LLMs to manage and query issue tracking and project data.
tiger-gh-mcp-server
Provides a set of focused tools to Large Language Models (LLMs) for interacting with the GitHub API, enabling capabilities like fetching issues, pull requests, commits, releases, and searching code within a specified organization.