EOS Models MCP (eos-models-mcp)
Equation of State calculations using various models (Peng-Robinson, Soave-Redlich-Kwong, Redlich-Kwong, van der Waals)
Fugacity calculations for pure components and mixtures
Thermodynamic property predictions
Phase behavior analysis
Overview
🧪 Overview
MoziChem-MCP bridges the gap between AI language models and chemical engineering calculations by providing structured access to thermodynamic models, equation of state calculations, phase equilibrium computations, and other essential chemical engineering tools through the Model Context Protocol.
🌡️ EOS Models MCP (eos-models-mcp)
Equation of State calculations using various models (Peng-Robinson, Soave-Redlich-Kwong, Redlich-Kwong, van der Waals) Fugacity calculations for pure components and mixtures Thermodynamic property predictions Phase behavior analysis
Server Config
{
"mcpServers": {
"mozichem-eos": {
"command": "uvx",
"args": [
"--from",
"mozichem-mcp",
"mozichem-mcp-eos-models"
]
}
}
}