Back to Home
kfbyldy icon

mcp-server

Verified Safe

by kfbyldy

Overview

An MCP server designed to ingest data into a big data platform and provide weather information.

Installation

Run Command
uv run .\mcp_server.py

Security Notes

The 'mcp_logger.py' script uses 'subprocess.Popen' to execute arbitrary commands, which is powerful but used for its intended purpose of command wrapping and logging. No 'eval' or explicit obfuscation is present. The 'USER="test"' is hardcoded in 'mcp_server.py', which is not a secret but a fixed configuration that might be problematic if 'test' user has elevated privileges or if it's not intended for a production environment. The target API base URL 'http://uds-index-platform.test.fnwintranet.com' is an internal test URL, implying an internal network dependency.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-12-26

Tags

MCPBig DataAPI ServerPythonData Ingestion