Skip to main content
Glama
puran-water

Corrosion Engineering MCP Server

by puran-water
__init__.py971 B
""" Core plugin architecture for corrosion engineering MCP server. This module provides the foundational interfaces and infrastructure for: - Plugin contracts (abstract base classes for all tiers) - State management (context persistence across tool chains) - Chemistry backend abstraction (PHREEQC adapter layer) - Standardized response schemas (median/p05/p95 + provenance) """ from .interfaces import ( ChemistryBackend, MechanisticModel, HandbookLookup, UncertaintyQuantifier, ) from .schemas import ( CorrosionResult, SpeciationResult, MaterialCompatibility, ProvenanceMetadata, ) from .state_container import CorrosionContext from .phreeqc_adapter import PhreeqcAdapter __all__ = [ "ChemistryBackend", "MechanisticModel", "HandbookLookup", "UncertaintyQuantifier", "CorrosionResult", "SpeciationResult", "MaterialCompatibility", "ProvenanceMetadata", "CorrosionContext", "PhreeqcAdapter", ]

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