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
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.
server-model-mcp
A Python-based server application that likely implements a model or protocol, potentially related to game server logic (e.g., Minecraft Coder Pack, if 'MCP' is interpreted in that context) or a generic micro-controller platform.