FLASK-tools
OfficialClick 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., "@FLASK-toolsPredict the density of CCO"
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.
FLASK-tools
Installation
To install the package, clone the repository and run:
pip install -e .
flask-tools-install --extras allOr install directly from GitHub:
pip install git+https://github.com/FLASK-LLNL/FLASK-tools.git
flask-tools-install --git-tag main --extras allExemplar FLASK-tools MCP servers
Here is a collection of commonly used MCP servers in the FLASK-copilot framework.
molecular_generation_server.py
retrosynthesis_reaction_server.py
SMILES.py
SMARTS_reactions.py
FLASKv2_reactions.py
get_chemprop2_pred.py
molecule_pricer.py
Using Chemprop tools (calculate_property_hf)
Related MCP server: MoziChem-MCP
Installation
1.) Installing the ChARGe package with the [chemprop] or [all] options to use the Chemprop MPNN models.
2.) Set Chemprop model checkpoint path as environment variable
export CHEMPROP_BASE_PATH=<LC_PATH_TO_CHEMPROP_MODELS>Testing Chemprop Installation
from charge.servers.molecular_property_utils import calculate_property_hf
property='density'
calculate_property_hf('COC(=O)COC=O','density')Expected Result:
[[1.3979296684265137]]Usage
The property input variable in calculate_property_hf must be set to one of the below properties.
valid_properties = {'density', 'hof', 'alpha','cv','gap','homo','lumo','mu','r2','zpve','lipo'}Using Chemprice tools
Installation
After installing the ChARGe package, run the additional commands to use the Chemprice tools (getting the commercial price of a SMILES string).
1.) Install chemprice with pip.
pip3 install --no-deps chemprice2.) Set API key for Chemspace as an environment variable
export CHEMSPACE_API_KEY=<ENTER_YOUR_CHEMSPACE_API_KEY>Testing Chemprice Installation
from charge.servers.molecular_property_utils import get_molecule_price
smiles='CCO'
get_molecule_price(smiles)Expected Result:
0.1056License
Copyright (c) 2025-2026, Lawrence Livermore National Security, LLC. and Binghamton University.
Produced at the Lawrence Livermore National Laboratory and Binghamton University.
SPDX-License-Identifier: Apache-2.0
LLNL-CODE-2006345
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
- Alicense-qualityDmaintenanceProvides chemical informatics endpoints for converting between chemical names and SMILES, processing molecule structures, and comparing molecules, with MCP compatibility.Last updated4MIT
- 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
- AlicenseAqualityAmaintenanceAn MCP server for chemistry: it computes molecular weights and isotope distributions from chemical formulae and resolves compound name/formula lookups, backed by NIST atomic-weight data and a cached finder over multiple online and offline sources.Last updated41GPL 3.0
- Alicense-qualityCmaintenanceAn MCP server that gives LLMs native access to cheminformatics and molecular ML tools, enabling molecular structure manipulation, descriptor calculation, ML model training, and analysis report generation through natural conversation.Last updated28MIT
Related MCP Connectors
AI-powered bioprotocol optimization — generate, search, and manage lab protocols via MCP
Find and call the right MCP server for any task - pay per use, no install.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
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/FLASK-LLNL/flask-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server