Skip to main content
Glama
puran-water

Corrosion Engineering MCP Server

by puran-water
__init__.py825 B
""" Validation dataset registry and benchmark testing framework. This module provides: - Registry of validation datasets (NORSOK, Ohio U, NRL, DNV) - Automated benchmark testing against literature data - Accuracy tracking and reporting - Regression test suite Design Philosophy (from Codex review): - "Validation data pipeline unspecified; establish benchmark set (Ohio U datasets, NRL galvanic experiments) and automate regression tests before layering Monte Carlo outputs." """ from .norsok_benchmarks import NORSOKValidation from .ohio_u_datasets import OhioUValidation from .nrl_experiments import NRLValidation from .run_validation import run_all_validations, ValidationReport __all__ = [ "NORSOKValidation", "OhioUValidation", "NRLValidation", "run_all_validations", "ValidationReport", ]

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