pk-mcp-testing
Verified Safeby BlackWarTurtle
Overview
Manages a parking facility with 300 spots across 3 floors, offering vehicle tracking, reservation, and real-time statistics via an MCP server.
Installation
npm startEnvironment Variables
- DATABASE_URL
Security Notes
The source code appears to follow good security practices for a Node.js application interacting with a database. It uses Prisma ORM, which inherently protects against SQL injection. Environment variables are correctly used for sensitive data like `DATABASE_URL`, preventing hardcoding. Custom error handling (`formatErrorForMCP`) prevents sensitive internal server details from being exposed to the client. No dangerous functions like `eval` or direct `child_process` calls without clear justification were found. The use of StdioServerTransport reduces the direct network attack surface for the MCP communication itself.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
mcp_ohmy_sql-project
A Model Context Protocol (MCP) server that connects AI assistants to various SQL databases, providing intelligent query optimization, schema introspection, and secure, token-efficient data interaction.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
wms-mcp-server
Acts as a Master Control Program (MCP) server, likely managing or orchestrating components within a Warehouse Management System (WMS) context.