Paramus MCP Server

Model Context Protocol Tools for Chemistry, Math & Data Science

Overview

The Paramus MCP Server provides 46 specialized tools accessible through VS Code Copilot via the Model Context Protocol. All tools are tested and validated with real outputs.

20

Chemistry Tools

8

Polymer Tools

4

Math Tools

14

Data Science & Python

Tool Navigation Tree

Professional jsTree component - click to expand/collapse, search tools

Chemistry Tools (RDKit)

Molecular analysis and cheminformatics powered by RDKit

calculate_molecular_weight

Calculate molecular weight from SMILES

@paramus calculate molecular weight of c1ccccc1
Core

calculate_logp

Calculate LogP (lipophilicity)

@paramus calculate LogP for aspirin CC(=O)Oc1ccccc1C(=O)O
Property

check_lipinski_ro5

Check drug-likeness (Lipinski's Rule of Five)

@paramus check Lipinski's rule of five for caffeine CN1C=NC2=C1C(=O)N(C(=O)N2C)C
Drug Design

smiles_to_inchi

Convert SMILES to InChI format

@paramus convert SMILES CCO to InChI
Conversion

inchi_to_smiles

Convert InChI to SMILES format

@paramus convert InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3 to SMILES
Conversion

mol_to_canonical_smiles

Generate canonical SMILES

@paramus canonicalize SMILES C(C)O
Conversion

calculate_tpsa

Calculate Topological Polar Surface Area

@paramus calculate TPSA for ibuprofen CC(C)Cc1ccc(cc1)C(C)C(=O)O
Property

count_hbd

Count hydrogen bond donors

@paramus count H-bond donors in glucose OC[C@H]1OC(O)[C@H](O)[C@@H](O)[C@@H]1O
Property

count_hba

Count hydrogen bond acceptors

@paramus count H-bond acceptors in acetone CC(=O)C
Property

count_rotatable_bonds

Count rotatable bonds

@paramus count rotatable bonds in n-butane CCCC
Property

count_rings

Count all rings in molecule

@paramus count rings in naphthalene c1ccc2ccccc2c1
Structure

count_aromatic_rings

Count aromatic rings

@paramus count aromatic rings in biphenyl c1ccc(cc1)c2ccccc2
Structure

count_chiral_centers

Count chiral centers

@paramus count chiral centers in menthol CC(C)[C@@H]1CC[C@@H](C)C[C@H]1O
Structure

get_molecular_formula

Get molecular formula

@paramus get molecular formula for ethanol CCO
Core

smiles_to_mol

Parse SMILES and get basic info

@paramus parse SMILES c1ccccc1 and get molecule info
Core

calculate_similarity

Calculate Tanimoto similarity

@paramus calculate similarity between CCO and CCCO
Analysis

add_hydrogens

Add explicit hydrogens

@paramus add explicit hydrogens to CCO
Modification

remove_hydrogens

Remove explicit hydrogens

@paramus remove explicit hydrogens from [H]C([H])([H])O[H]
Modification

generate_3d_coords

Generate 3D coordinates

@paramus generate 3D coordinates for benzene c1ccccc1
3D

sanitize_molecule

Sanitize molecule structure

@paramus sanitize molecule CCO
Validation

Polymer Tools (pSMILES)

Polymer structure analysis and manipulation using polymer SMILES notation

Math Tools

Basic mathematical operations

Data Science Tools

Experimental design (DOE) and machine learning

Experimental Design (7 tools)

Machine Learning (5 tools)

Setup & Installation

๐ŸŒ Official Download Portal

Get the latest version of Paramus MCP Server

Download from portal.paramus.ai โ†’

Usage in VS Code

After installation, restart VS Code and use tools through Copilot:

@paramus calculate the molecular weight of benzene (c1ccccc1)
@paramus double the number 42
@paramus generate a Box-Behnken design with 3 factors
@paramus execute this Python: import numpy as np; print(np.mean([1,2,3,4,5]))

Supported Platforms

Requirements