Skip to main content
Glama
puran-water

Corrosion Engineering MCP Server

by puran-water
__init__.py627 B
""" Tier 1 Chemistry Tools - PHREEQC-based aqueous chemistry calculations. These tools provide fast (~1 second) chemistry calculations for: - Aqueous speciation and pH calculation - Scaling tendency prediction (LSI, RSI, Puckorius) - Langelier index for calcium carbonate scaling All tools use the PHREEQCBackend for thread-safe PHREEQC integration. """ from .run_speciation import run_phreeqc_speciation from .predict_scaling import predict_scaling_tendency from .langelier_index import calculate_langelier_index __all__ = [ "run_phreeqc_speciation", "predict_scaling_tendency", "calculate_langelier_index", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/puran-water/corrosion-engineering-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server