Back to Home
omdv icon

process-mcp-server

Verified Safe

by omdv

Overview

Provides a rigorous 3-Stage Crude Oil Stabilization Facility simulation as an API for AI agents to optimize production parameters.

Installation

Run Command
uvicorn server:app --host 0.0.0.0 --port 8000 --reload

Environment Variables

  • LOG_LEVEL
  • PYTHONUNBUFFERED
  • npm_config_cache

Security Notes

The Python codebase (`server.py`) is clean, using Pydantic for input validation and not exhibiting common vulnerabilities like `eval` or direct system calls. The Kubernetes deployment practices are robust, explicitly enforcing non-root user execution, read-only root filesystem, dropped capabilities, and no privilege escalation. Resource limits are recommended for production but are commented out by default, which is a minor risk. The underlying NeqSim library is Java-based, introducing external dependency considerations, but the Python wrapper itself appears secure.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens50000
Stars0
Forks0
Last Update2025-12-01

Tags

Process SimulationOil & GasNeqSimFastAPIKubernetes