A comprehensive Model Context Protocol (MCP) server for accessing the PubChem chemical database. This server provides access to over 110 million
Most database access work still happens through a UI a human drives. Pubchem MCP server moves it into the conversation instead. A comprehensive Model Context Protocol (MCP) server for accessing the PubChem chemical database. This server provides access to over 110 million chemical compounds with extensive molecular properties, bioassay data, and chemical.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 14 tools. What each one is for:
search_compounds — Search by name, CAS number, formula, or identifierget_compound_info — Detailed compound information by CIDsearch_by_smiles — Exact SMILES string matchingsearch_by_inchi — InChI/InChI key searchsearch_by_cas_number — CAS Registry Number lookupget_compound_synonyms — All names and synonymssearch_similar_compounds — Tanimoto similarity searchsubstructure_search — Find compounds containing substructuressuperstructure_search — Find larger compounds containing queryget_3d_conformers — 3D structural informationanalyze_stereochemistry — Chirality and isomer analysisget_compound_properties — Molecular weight, logP, TPSA, etcAmong the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pubchem's toolset — search_compounds, get_compound_info, search_by_smiles and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Augmented-Nature; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Pubchem's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_compounds | Search by name, CAS number, formula, or identifier |
| get_compound_info | Detailed compound information by CID |
| search_by_smiles | Exact SMILES string matching |
| search_by_inchi | InChI/InChI key search |
| search_by_cas_number | CAS Registry Number lookup |
| get_compound_synonyms | All names and synonyms |
| search_similar_compounds | Tanimoto similarity search |
| substructure_search | Find compounds containing substructures |
| superstructure_search | Find larger compounds containing query |
| get_3d_conformers | 3D structural information |
| analyze_stereochemistry | Chirality and isomer analysis |
| get_compound_properties | Molecular weight, logP, TPSA, etc. |
| calculate_descriptors | Comprehensive molecular descriptors |
| predict_admet_properties | ADMET predictions |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.