Skip to main content
Glama
puran-water

Corrosion Engineering MCP Server

by puran-water
__init__.py585 B
""" Tier 0: Handbook lookup tools using semantic search. These tools wrap the corrosion_kb MCP server (2,980 vector chunks from comprehensive corrosion handbooks) to provide fast screening (<0.5 sec) for: - Material compatibility screening - Typical corrosion rate ranges - Mechanism identification and guidance """ from .material_screening import material_screening_query from .typical_rates import typical_rates_query from .mechanism_guidance import mechanism_guidance_query __all__ = [ "material_screening_query", "typical_rates_query", "mechanism_guidance_query", ]

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