vle-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vle-mcpcalculate boiling point of water at 2 bar"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vle-mcp

An educational Model Context Protocol server for the
vle and
stages-thermo scientific
libraries.
The first tool calculates the boiling temperature of water at an absolute
pressure using vle-steam's IAPWS-IF97 implementation. The chatbot interprets
and explains the request; tested scientific software supplies the number.
Status
M0 (repository foundation) and M1 (minimum stdio server) are implemented and
locally verified. The suite contains 19 tests, including an in-memory MCP
round trip, a real stdio subprocess handshake, and the vle-steam standard
atmosphere acceptance case. See PLAN.md for architecture and
TODO.md for verified status.
Related MCP server: Agentic-AI-Planning-And-Reasoning-MCP
Why MCP?
MCP gives AI clients a standard way to discover and call typed tools. It separates natural-language reasoning from authoritative programs and data:
the model determines intent;
the MCP client controls connections and tool use;
this server validates a typed request;
vle-steamperforms the scientific calculation.
See docs/mcp-primer.md for the protocol path and docs/architecture.md for the component architecture. PLAN.md records the Python and API-granularity decisions.
Development setup
Python 3.11 or newer is required.
python3 -m venv .venv
.venv/bin/python -m pip install --upgrade pip
.venv/bin/python -m pip install -e '.[dev]'
.venv/bin/vle-mcpThe last command starts a stdio MCP server and waits for a client. It is not an interactive shell; use an MCP client or the protocol tests.
For development against a local vle checkout, install its Python package into
the virtual environment according to that repository's build instructions.
Do not commit a machine-specific path.
Tool
water_saturation_temperature
Inputs:
pressure: positive finite number;pressure_unit:Pa,kPa,MPa,bar, oratm;all pressure is absolute.
Example arguments:
{"pressure": 101.325, "pressure_unit": "kPa"}The result is approximately 373.1243 K or 99.9743 °C. It includes the
normalized pressure and IAPWS-IF97 provenance.
Verification
.venv/bin/python scripts/check_public_data.py
.venv/bin/ruff check .
.venv/bin/ruff format --check .
.venv/bin/pytestSecurity
M1 is local, read-only, deterministic, and uses stdio. No credentials are required. Read SECURITY.md and docs/security-model.md before adding a tool or remote transport.
Authorship
Miguel Jackson owns and directs the project. M0 and M1 were implemented collaboratively by OpenAI Codex using the GPT-5.6 Sol model, following Miguel's instructions and approved plan. See AUTHORS.md for the precise human/AI attribution and limitations.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityCmaintenanceMCP server enabling AI assistants to access the Axiomatic_AI Platform for scientific computing, document processing, and photonic circuit design.Last updated2320MIT- Alicense-qualityDmaintenanceMCP server for step-by-step mathematical reasoning and planning, enabling AI agents to execute calculations and perform GUI actions like opening PowerPoint.Last updated1Apache 2.0
- Alicense-qualityCmaintenanceEnables to perform mathematical calculations, retrieve weather information, and manage files through a standardized MCP interface, showcasing best practices for building MCP servers.Last updated1MIT
- Alicense-qualityDmaintenanceA collection of MCP servers for chemical engineering and chemistry applications, enabling AI assistants to perform thermodynamic calculations, equation of state modeling, and phase equilibrium computations.Last updatedMIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/miguelju/vle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server