# io.github.cyanheads/pubchem-mcp-server (remote · pubchem.caseyjhand.com)

Search PubChem compounds, properties, safety data, bioactivity, and cross-references.

- Trust score: 65/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `pubchem.caseyjhand.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/cyanheads-pubchem-mcp-server/pubchem.md), [page](https://verifymcp.io/servers/cyanheads-pubchem-mcp-server/pubchem)
- npm · `@cyanheads/pubchem-mcp-server`: 35/100, [markdown](https://verifymcp.io/servers/cyanheads-pubchem-mcp-server/cyanheads-pubchem-mcp-server.md), [page](https://verifymcp.io/servers/cyanheads-pubchem-mcp-server/cyanheads-pubchem-mcp-server)

## Channel facts

- Endpoint: `https://pubchem.caseyjhand.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 62/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 3369 tokens (~336/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability check failed: schema churn in the 8 days we've observed: 0 tool removals, 4 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http cyanheads-pubchem-mcp-server https://pubchem.caseyjhand.com/mcp
```

### Codex

```toml
[mcp_servers.cyanheads-pubchem-mcp-server]
url = "https://pubchem.caseyjhand.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-pubchem-mcp-server": {
      "type": "remote",
      "url": "https://pubchem.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cyanheads-pubchem-mcp-server --url https://pubchem.caseyjhand.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cyanheads-pubchem-mcp-server:
    url: "https://pubchem.caseyjhand.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cyanheads-pubchem-mcp-server": {
      "type": "http",
      "url": "https://pubchem.caseyjhand.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7.

### 2026-07-31 (score 64, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 62, −1)

- [security regression] Stability: 0.03 → fail
- [security] Tool “pubchem_search_compounds” rewrote its description, which is the text the model reads
- [security] Tool “pubchem_get_compound_interactions” rewrote its description, which is the text the model reads
- [security] Tool “pubchem_get_compound_details” rewrote its description, which is the text the model reads
- [security] Tool “pubchem_get_compound_3d_structure” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 281 → 336
- [functional regression] “pubchem_search_compounds” changed the type of “maxResults”: number → integer
- [functional regression] “pubchem_get_bioactivity” changed the type of “maxResults”: number → integer
- [functional regression] “pubchem_get_compound_xrefs” changed the type of “maxPerType”: number → integer
- [functional regression] “pubchem_search_assays” changed the type of “maxResults”: number → integer
- [functional] Server version: 0.5.1 → 0.6.0
- [functional] Server version: 0.4.3 → 0.5.0
- [functional] Server version: 0.4.2 → 0.4.3
- [functional] Server version: 0.4.1 → 0.4.2
- [cosmetic] “pubchem_get_compound_interactions” added an optional parameter “offset”
- [cosmetic] “pubchem_search_compounds” added an optional parameter “offset”
- [cosmetic] “pubchem_get_bioactivity” added an optional parameter “offset”
- [cosmetic] “pubchem_get_compound_interactions” reworded the description of “maxEntries”
- [cosmetic] “pubchem_search_compounds” reworded the description of “maxResults”
- [cosmetic] “pubchem_get_bioactivity” reworded the description of “maxResults”
- [cosmetic] “pubchem_get_compound_details” reworded the description of “includeSynonyms”
- [cosmetic] “pubchem_get_compound_details” reworded the description of “cids”
- [cosmetic] “pubchem_get_compound_3d_structure” reworded the description of “includeAlternateConformerIds”
- [cosmetic] “pubchem_get_compound_details” reworded the description of “maxDescriptions”
- [cosmetic] “pubchem_get_compound_details” reworded the description of “includeDrugLikeness”

### 2026-07-27 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (10)

### `pubchem_search_compounds` (~625 tokens)

Search Compounds

Search PubChem for chemical compounds by identifier (name, SMILES, or InChIKey, batched up to 25), molecular formula in Hill notation, substructure or superstructure containment, or 2D Tanimoto similarity. Returns a page of CIDs — reach matches past maxResults with offset. Optionally hydrate results with properties to avoid a follow-up pubchem_get_compound_details call.

Input parameters:

- `allowOtherElements` (boolean): Formula search only. When true, includes compounds with additional elements beyond the formula.
- `formula` (string): Required for formula search. Molecular formula in Hill notation (e.g. "C6H12O6", "CaH2O2").
- `identifierType` (string): Required for identifier search. Type of chemical identifier: "name", "smiles", or "inchikey".
- `identifiers` (array): Required for identifier search. Array of identifiers to resolve (1-25). Examples: ["aspirin", "ibuprofen"] for name, ["CC(=O)OC1=CC=CC=C1C(=O)O"] for SMILES, ["BSYNRYMUTXBXSQ-UHFFFAOYSA-N"] for inchi…
- `maxResults` (integer): Maximum CIDs to return per page (1-200). Use offset to reach matches past this page. Default: 20.
- `offset` (integer): Zero-based index of the first CID to return. Pass the nextOffset from a previous call to read the following page. Identifier lookups resolve every match up front, so paging them is free; formula, sub…
- `properties` (array): Optional: fetch these properties for each result, avoiding a follow-up details call. E.g. ["MolecularFormula", "MolecularWeight", "CanonicalSMILES"].
- `query` (string): Required for substructure/superstructure/similarity searches. A SMILES string (e.g. "CC(=O)O") or PubChem CID as a string (e.g. "2244").
- `queryType` (string): Required for structure/similarity searches. Format of the query: "smiles" or "cid".
- `searchType` (string, required): Search strategy. "identifier": name/SMILES/InChIKey lookup. "formula": molecular formula. "substructure": find compounds containing the query as a substructure. "superstructure": find compounds that…
- `threshold` (number): Similarity search only. Minimum Tanimoto similarity (70-100). 90+ for close analogs, 70-80 for scaffold hops. Default: 90.

Output parameters:

- `cap` (number): The maxResults cap that was applied.
- `nextOffset` (number): Offset to pass on the next call to continue past this page. Omitted when no further matches remain.
- `notice` (string): Recovery guidance when no compounds matched, when the offset runs past the matches observed, when identifiers failed to resolve, or when further pages remain. Absent when this page is complete and ev…
- `offset` (number): Zero-based index of the first CID returned.
- `results` (array): Matching compounds.
- `searchType` (string): Search strategy used: identifier, formula, substructure, superstructure, or similarity.
- `shown` (number): CIDs returned on this page.
- `totalFound` (number): Exact number of matching CIDs across all pages. Omitted when a formula, substructure, superstructure, or similarity search saturated the records it requested — PubChem returns no match count for thos…
- `totalFoundAtLeast` (number): Lower bound on matching CIDs, reported in place of totalFound when the exact count is unavailable. At least this many match, and the true total may be higher; page further with offset to observe more.
- `truncated` (boolean): True when matching CIDs remain past this page.
- `unresolvedIdentifiers` (array): Identifier-mode only: input identifiers that resolved to no CID. Omitted when every identifier resolved and for non-identifier searches.

### `pubchem_get_compound_details` (~656 tokens)

Get Compound Details

Get detailed compound information by CID. Returns physicochemical properties (molecular weight, SMILES, InChIKey, XLogP, TPSA, etc.), optionally with a textual description (pharmacology, mechanism, therapeutic use), known synonyms, drug-likeness assessment (Lipinski/Veber rules), and/or pharmacological classification (FDA classes, MeSH classes, ATC codes). Accepts up to 100 CIDs per call.

Input parameters:

- `cids` (array, required): PubChem Compound IDs to fetch (1-100). Resolve from names/SMILES with pubchem_search_compounds.
- `descriptionOffset` (integer): Zero-based index of the first description to return within each compound's description list. The same offset is applied to every compound in the batch. Pass the nextDescriptionOffset from a previous…
- `includeClassification` (boolean): Include pharmacological classification: FDA Established Pharmacologic Classes, mechanisms of action, MeSH classes, and ATC codes. Fetched only for the first 10 CIDs in the batch; remaining CIDs retur…
- `includeDescription` (boolean): Include textual descriptions (pharmacology, mechanism, therapeutic use) attributed by source. Well-studied compounds have many overlapping summaries — paged via descriptionOffset/maxDescriptions. Fet…
- `includeDrugLikeness` (boolean): Compute drug-likeness assessment: Lipinski Rule of Five (MW, XLogP, HBD, HBA) and Veber rules (TPSA, rotatable bonds). Computed from the returned properties, so it adds no latency.
- `includeSynonyms` (boolean): Fetch known names and synonyms (trade names, systematic names, registry numbers), paged via synonymOffset/maxSynonyms. Fetched for every found CID in the batch. Slower for large CID lists.
- `maxDescriptions` (integer): Max number of distinct description entries per compound per page (1-20). PubChem returns near-duplicate summaries from many depositors; duplicates are collapsed before this cap applies. Default: 3.
- `maxSynonyms` (integer): Max synonyms returned per compound per page (1-100). PubChem lists hundreds for common drugs; use synonymOffset to reach the ones past this page. Default: 20.
- `properties` (array): Properties to retrieve. Defaults to a core set: MolecularFormula, MolecularWeight, IUPACName, CanonicalSMILES, IsomericSMILES, InChIKey, XLogP, TPSA, HBondDonorCount, HBondAcceptorCount, RotatableBon…
- `synonymOffset` (integer): Zero-based index of the first synonym to return within each compound's synonym list. The same offset is applied to every compound in the batch. Pass the nextSynonymOffset from a previous call to read…

Output parameters:

- `compounds` (array): Compound detail records.
- `descriptionOffset` (number): Zero-based index of the first description returned within each compound's list. Present when includeDescription is true.
- `enrichedCids` (array): CIDs whose descriptions and classification were fetched. Present only when the batch exceeded the per-call fan-out limit and other CIDs were skipped.
- `nextDescriptionOffset` (number): descriptionOffset to pass on the next call to continue past this page. Omitted when no compound in the batch has further descriptions.
- `nextSynonymOffset` (number): synonymOffset to pass on the next call to continue past this page. Omitted when no compound in the batch has further synonyms.
- `notice` (string): Recovery guidance covering the skipped CIDs, an offset that runs past every compound, and pages that remain. Absent when nothing was skipped or truncated.
- `skippedCids` (array): CIDs found in PubChem whose descriptions and classification were NOT fetched because the batch exceeded the per-call fan-out limit. Their absence from a record means "not requested", not "PubChem has…
- `synonymOffset` (number): Zero-based index of the first synonym returned within each compound's list. Present when includeSynonyms is true.

### `pubchem_get_compound_image` (~84 tokens)

Get Compound Image

Fetch a 2D structure diagram (PNG image) for a compound by CID.

Input parameters:

- `cid` (integer, required): PubChem Compound ID. Resolve from name/SMILES with pubchem_search_compounds.
- `size` (string): Image size: "small" (100x100) or "large" (300x300). Default: "large".

Output parameters:

- `cid` (number): PubChem Compound ID.
- `height` (number): Image height in pixels.
- `imageBase64` (string): Base64-encoded PNG image data.
- `mimeType` (string): MIME type — always "image/png".
- `width` (number): Image width in pixels.

### `pubchem_get_compound_3d_structure` (~361 tokens)

Get Compound 3D Structure

Get a compound's default 3D conformer — atomic coordinates and bonds — for one CID. format="json" (default) returns atoms and bonds parsed into structured fields; format="sdf" returns the raw V2000 SDF text for passthrough to docking, rendering, or conformer tools. Optionally lists alternate conformer IDs. Not every compound has computed 3D coordinates (large molecules, mixtures, and some salts do not).

Input parameters:

- `cid` (integer, required): PubChem Compound ID. Resolve from name/SMILES with pubchem_search_compounds.
- `format` (string): Output format. "json" (default) returns parsed atoms and bonds. "sdf" returns the raw V2000 SDF text for passthrough to other tools.
- `includeAlternateConformerIds` (boolean): List the IDs of additional computed conformers beyond the default. Slower than the default response. Default: false.
- `includeRawSdf` (boolean): For format="sdf", return the complete raw V2000 SDF even when it exceeds the safe line cap. Default false: an SDF longer than 500 lines is line-capped with disclosure. No effect when format="json".
- `maxAtoms` (integer): Cap the atoms returned in the format="json" preview. atomCount always reports the full total; omitted rows are disclosed via the truncated/shownAtoms enrichment. Defaults to the first 200 atoms.
- `maxBonds` (integer): Cap the bonds returned in the format="json" preview. bondCount always reports the full total; omitted rows are disclosed via the truncated/shownBonds enrichment. Defaults to the first 200 bonds.

Output parameters:

- `alternateConformerIds` (array): Conformer IDs beyond the default. Present when includeAlternateConformerIds is set and alternates exist.
- `atomCap` (number): The atom cap applied (explicit maxAtoms or the safe default), when the atom list was capped.
- `atomCount` (number): Number of atoms in the conformer.
- `atoms` (array): Parsed atoms. Populated when format="json".
- `bondCap` (number): The bond cap applied (explicit maxBonds or the safe default), when the bond list was capped.
- `bondCount` (number): Number of bonds in the conformer.
- `bonds` (array): Parsed bonds. Populated when format="json".
- `cid` (number): PubChem Compound ID.
- `conformerId` (string): Default (primary) conformer ID. Present when includeAlternateConformerIds is set.
- `notice` (string): Guidance naming which lists were capped and how to widen them.
- `sdf` (string): Raw V2000 SDF text. Populated when format="sdf".
- `shownAtoms` (number): Atoms returned after the cap, when fewer than atomCount. Raise maxAtoms for more.
- `shownBonds` (number): Bonds returned after the cap, when fewer than bondCount. Raise maxBonds for more.
- `shownSdfLines` (number): SDF lines returned when format="sdf" and the raw text was line-capped. Set includeRawSdf for the full record.
- `truncated` (boolean): True when the atom list, bond list, or raw SDF was capped below its total. atomCount/bondCount always report the full totals.

### `pubchem_get_compound_xrefs` (~260 tokens)

Get Compound Cross-References

Get external database cross-references for a compound: PubMed citations, patent IDs, gene/protein associations, registry numbers, and taxonomy IDs. Results are paged per type — capped at maxPerType with the total count reported; reach the IDs past a page with offset.

Input parameters:

- `cid` (integer, required): PubChem Compound ID. Resolve from name/SMILES with pubchem_search_compounds.
- `maxPerType` (integer): Max IDs to return per xref type per page (1-500). A compound may have thousands of PubMed references; use offset to reach the ones past this page. Total count always reported. Default: 50.
- `offset` (integer): Zero-based index of the first ID to return within each xref type. The same offset is applied to every requested type. Pass the nextOffset from a previous call to read the following page. Default: 0.
- `xrefTypes` (array, required): Cross-reference types to retrieve. String IDs: RegistryID (DSSTox/EPA registry numbers), RN (CAS numbers), PatentID. Numeric IDs: PubMedID, GeneID (NCBI Gene), ProteinGI (legacy NCBI Protein GI), Tax…

Output parameters:

- `cid` (number): PubChem Compound ID.
- `nextOffset` (number): Offset to pass on the next call to continue past this page. Omitted when no requested type has further IDs.
- `notice` (string): Recovery guidance when every requested xref type returned zero IDs, when the offset runs past every type, or when further pages remain. Absent when this page is complete and non-empty.
- `offset` (number): Zero-based index of the first ID returned within each type.
- `xrefs` (array): Cross-references grouped by type.

### `pubchem_get_compound_safety` (~108 tokens)

Get Compound Safety

Get GHS (Globally Harmonized System) hazard classification and safety data for one or more compounds by CID. Returns signal word, pictograms, hazard statements (H-codes), and precautionary statements (P-codes) per compound. Data sourced from PubChem depositors — source attribution included.

Input parameters:

- `cids` (array, required): PubChem Compound IDs to fetch safety data for (1-25). Resolve from names/SMILES with pubchem_search_compounds.

Output parameters:

- `notice` (string): Recovery guidance when one or more CIDs returned no GHS data, listing the unrecognized CIDs to verify separately from the CIDs that exist but carry no deposited classification.
- `requestedCount` (number): CIDs requested.
- `results` (array): Safety results, one per requested CID (input order preserved).
- `withDataCount` (number): CIDs with GHS safety data available.

### `pubchem_get_bioactivity` (~360 tokens)

Get Bioactivity

Get a compound's bioactivity profile: which assays tested it, activity outcomes (Active/Inactive/Inconclusive), target identifiers (NCBI Gene ID, UniProt/GenBank accession), and quantitative values (IC50, EC50, Ki, etc.). Filter by outcome and/or a specific molecular target (NCBI Gene ID or protein accession) to focus the profile — e.g. "is this compound active against target T?".

Input parameters:

- `cid` (integer, required): PubChem Compound ID. Resolve from name/SMILES with pubchem_search_compounds.
- `maxResults` (integer): Max assay results to return per page (1-100). Well-studied compounds have thousands of records; use offset to reach the ones past this page. Default: 20.
- `offset` (integer): Zero-based index of the first assay to return, applied after the outcome and target filters. Pass the nextOffset from a previous call to read the following page. Default: 0.
- `outcomeFilter` (string): Filter by activity outcome. "active" shows only assays where the compound showed activity — most useful for understanding biological profile. Default: "all".
- `targetAccession` (string): Filter to assays against this target protein accession (UniProt/GenBank), e.g. "P35354". Obtain accessions from pubchem_search_assays or the targetAccession field of an unfiltered result here.
- `targetGeneId` (integer): Filter to assays against this NCBI Gene ID. Obtain Gene IDs from pubchem_search_assays or the targetGeneId field of an unfiltered result here. Combine with outcomeFilter="active" to answer "is this c…

Output parameters:

- `activeCount` (number): Assays with "Active" outcome.
- `cap` (number): The maxResults cap that was applied.
- `cid` (number): PubChem Compound ID.
- `filteredCount` (number): Exact number of assays matching the outcome and target filters, across all pages.
- `inactiveCount` (number): Assays with "Inactive" outcome.
- `nextOffset` (number): Offset to pass on the next call to continue past this page. Omitted when no further assays match.
- `notice` (string): Recovery guidance when the filter yields no results or the compound has no bioactivity data.
- `offset` (number): Zero-based index of the first assay returned.
- `outcomeFilter` (string): Outcome filter applied: active, inactive, or all.
- `results` (array): Assay results matching the filter.
- `returnedCount` (number): Assays returned on this page.
- `shown` (number): Assays returned on this page.
- `targetFilter` (string): Target filter applied (gene ID and/or protein accession), when set.
- `totalAssays` (number): Total unique assays for this compound.
- `truncated` (boolean): True when matching assays remain past this page.

### `pubchem_get_compound_interactions` (~278 tokens)

Get Compound Interactions

Get a compound's interaction data: drug-drug interactions (DrugBank), drug-food interactions, and chemical-target interactions (binding/activity from BindingDB, ChEMBL, and others). Each entry carries its originating source. Results are paged per kind, with the source-record total and the next offset reported for each. Richest for approved drugs; many compounds have no deposited interaction records.

Input parameters:

- `cid` (integer, required): PubChem Compound ID. Resolve from name/SMILES with pubchem_search_compounds.
- `kinds` (array): Interaction kinds to fetch. "drug-drug" (interactions with other drugs), "drug-food" (dietary interactions), "target" (binding/activity against molecular targets). Default: ["drug-drug"].
- `maxEntries` (integer): Max entries per kind per page (1-50). Well-studied drugs have a long tail of interactions; use offset to reach the ones past this page. Default: 10.
- `offset` (integer): Zero-based start position within each requested kind, counted in source records rather than returned entries. The same offset applies to every kind in the call, and the kinds advance at different rat…

Output parameters:

- `cid` (number): PubChem Compound ID.
- `entries` (array): Interaction entries across the requested kinds.
- `failedKinds` (string): Interaction kinds that could not be retrieved (comma-separated). The returned entries cover the kinds that succeeded; retry to re-attempt the failed ones.
- `nextOffset` (number): Offset to pass on the next call, reported when exactly one requested kind has records remaining. Omitted when none do, and when several do — those advance to different positions, so read paging[].nex…
- `notice` (string): Guidance when a kind failed, when no interaction data was found, when the offset runs past every requested kind, or when further pages remain. Absent when this page is complete and every kind resolve…
- `offset` (number): Zero-based start position read within each requested kind.
- `paging` (array): Per-kind page position, one entry per requested kind that was retrieved. A kind listed in failedKinds is absent — its position is unknown, not exhausted.
- `requestedKinds` (string): Interaction kinds requested (comma-separated).
- `returnedCount` (number): Total interaction entries returned across all kinds.

### `pubchem_search_assays` (~253 tokens)

Search Assays

Find PubChem bioassays associated with a biological target. Search by gene symbol (e.g. "EGFR"), protein name, NCBI Gene ID, or UniProt accession. Returns a page of assay IDs (AIDs) — page past maxResults with offset — which can be explored further with pubchem_get_summary.

Input parameters:

- `maxResults` (integer): Max AIDs to return per page (1-200). Popular targets may have thousands of assays; use offset to reach the ones past this page. Default: 50.
- `offset` (integer): Zero-based index of the first AID to return. Pass the nextOffset from a previous call to read the following page. Default: 0.
- `targetQuery` (string, required): Target identifier. Examples: "EGFR" (genesymbol), "Epidermal growth factor receptor" (proteinname), "1956" (geneid), "P00533" (proteinaccession).
- `targetType` (string, required): Target identifier type. "genesymbol" and "proteinname" accept text names. "geneid" accepts NCBI Gene IDs. "proteinaccession" accepts UniProt accessions.

Output parameters:

- `aids` (array): PubChem Assay IDs.
- `cap` (number): The maxResults cap that was applied.
- `nextOffset` (number): Offset to pass on the next call to continue past this page. Omitted when no further AIDs match.
- `notice` (string): Recovery guidance when no assays matched, when the offset runs past the result set, or when further pages remain. Absent when this page is complete and non-empty.
- `offset` (number): Zero-based index of the first AID returned.
- `shown` (number): AIDs returned on this page.
- `targetQuery` (string): Target identifier searched.
- `targetType` (string): Target identifier type used: genesymbol, proteinname, geneid, or proteinaccession.
- `totalFound` (number): Total AIDs found for this target, across all pages.
- `truncated` (boolean): True when matching AIDs remain past this page.

### `pubchem_get_summary` (~148 tokens)

Get Entity Summary

Get descriptive summaries for PubChem entities by ID. Supports assays (AID), genes (Gene ID), proteins (UniProt accession), and taxonomy (Tax ID). Up to 10 per call.

Input parameters:

- `entityType` (string, required): Entity type. Determines ID format and returned fields.
- `identifiers` (array, required): Entity identifiers (1-10). Type depends on entityType: - assay: AID (number), e.g. [1000] - gene: Gene ID (number), e.g. [1956] - protein: UniProt accession (string), e.g. ["P00533"] - taxonomy: Tax…

Output parameters:

- `entityType` (string): Entity type queried.
- `foundCount` (number): Identifiers resolved to a summary.
- `notice` (string): Recovery guidance when one or more identifiers were not found.
- `requestedCount` (number): Identifiers requested.
- `summaries` (array): Summary results.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/cyanheads-pubchem-mcp-server/pubchem#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 62
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://pubchem.caseyjhand.com/mcp
- Repository: https://github.com/cyanheads/pubchem-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cyanheads-pubchem-mcp-server/pubchem/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cyanheads-pubchem-mcp-server/pubchem/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cyanheads-pubchem-mcp-server/pubchem
