Back to Home
Konkuk-SWA-2025 icon

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

Run Command
python mcp_server.py

Security 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

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-02

Tags

Inventory ManagementGoogle SheetsForecastingSQLitePython