mcp-molecules
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MOLECULES_ONLINE | No | Set to a falsy value (0/false/no/off) to keep lookups fully offline. Default is enabled. | |
| MCP_MOLECULES_EPA_API_KEY | No | Free CCTE API key for EPA CompTox source. Without it, that source is skipped. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| infoA | Report mcp-molecules server availability, version, and environment information. |
| molecular_weight_calculatorA | Compute the molecular weight (molar mass) of a chemical formula. Parses
The Raises |
| isotope_distributionA | Compute the natural isotopic pattern (isotope distribution) of a formula. Returns the set of isotopologue peaks a mass spectrometer would see: each
peak's neutral Peaks below Raises |
| find_chemical_compoundA | Look up a chemical compound by name or molecular formula. Searches the bundled name<->formula database (a PubChem subset) first, then
the writable user cache, then -- unless disabled -- the online fallback
(PubChem, Wikidata, and, when an API key is set, EPA CompTox). A name
resolves to its molecular formula(e); a formula resolves to the compound
name(s) sharing it (isomers), ordered with the preferred name first. The
direction is chosen by Raises |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/laszlopere/mcp-molecules'
If you have feedback or need assistance with the MCP directory API, please join our Discord server