MCP_server
by Konkuk-SWA-2025
Overview
This server provides an inventory management and forecasting system, interacting with Google Sheets for data storage and SQLite for user configuration and logs, all exposed as an MCP service.
Installation
python mcp_server.pySecurity Notes
CRITICAL: The Google Service Account JSON key file path (`KEY_FILE_PATH`) is hardcoded in the source code. This is a severe security vulnerability as it exposes sensitive credentials and should be loaded from environment variables or a secure secret management system. The application also logs potential errors, which is good, but the core credential handling is unsafe.
Similar Servers
chuk-mcp-server
ChukMCPServer is a Python framework for building high-performance, modular MCP servers with zero configuration and automatic cloud detection (GCP, AWS, Azure, Vercel, Netlify, Cloudflare). It enables developers to create and host AI tools, resources, and prompt templates, supporting various deployment scenarios from local development and Docker containers to serverless environments.
ga-ai-mcp-server
This server allows AI agents to query Google Analytics 4 data (reports, traffic sources, demographics, etc.) via the Model Context Protocol (MCP).
gomoku-mcp-server
This is a backend server for a Gomoku game, likely implementing game logic, state management, and handling multiplayer interactions.
MCP_Server_Implementation
An AI agent interacts with a weather information service to fetch active weather alerts for US states and can echo messages as a resource.