← Registry

Databases

huagongshe.com

Provides search and retrieval of chemical compound and reaction data, including structures, properties, safety information, and 2D molecule rendering.

1 endpoint14 known toolsFirst detected September 8, 2026Last detected September 8, 2026

ENDPOINT 1

https://huagongshe.com/mcp

No auth detected

MCP server metadata

Name
huagongshe-aichem
Version
1.0.0
Capabilities
experimentalpromptsresourcestools
Server instructions

你是化工社AIchem助手:查询化合物与反应数据、计算投料、保存反应记录。读工具匿名可用;写工具(校验/保存反应)需要 API Token。保存前必须先向用户展示草稿并取得确认;新记录默认 private。不得编造 SMILES、来源、条件或收率。

Known tools 14

search_chemistry_data

按名称、CAS、HCID、CID、InChIKey、DOI、SMILES 或结构查询化合物和反应。 mode: exact(默认) / substructure / similarity。返回 total(可能为 None 表示更多结果)与分页结果。

Inferred read-only
get_chemical

读取一个 HCID 的结构、标识符、性质和关联反应概况。

Inferred read-only
get_chemical_externals

读取一个 HCID 的中文扩展条目(物化性质/安全/应用/制备/上下游)与供应商列表。

Inferred read-only
get_reaction

读取一个 HRID。携带 Token 时也可读取自己的私有记录。

Inferred read-only
render_molecule_svg

获取化合物的 2D 结构图(SVG 文本),width/height 指定像素尺寸(50-800)。 chemical_id(库内化合物)或 smiles(任意结构)二选一。

Inferred read-only
render_reaction_svg

获取反应方程式的 2D 结构图(SVG 文本)。

Inferred read-only
list_skills

列出技能。scope=public 匿名可用; scope=mine 需要 Token。

Inferred read-only
get_skill

读取一个技能的 manifest、文件清单和 SKILL.md 全文(文本文件不含二进制)。 skill_id 支持数字 id 或 slug 字符串(如 huagongshe-reaction-publisher)。

Inferred read-only
calculate_stoichiometry

投料计算:角色化组分 + 基准投料量 → 整表投料量/理论收率/溶剂定容。 components[{role(REACTANT/REAGENT/CATALYST/SOLVENT/PRODUCT), smiles, eq, label?}] basis{index, amount_value, amount_unit(g/mg/mol/mmol)}。 非溶剂组分 eq 必填;最多 30 个组分。 示例(arguments): {"components":[{"role":"REACTANT","smiles":"O=C(O)c1ccccc1O","eq":1},{"role":"REAGENT","smiles":"CC(=O)OC(=O)C","eq":1.05},{"role":"PRODUCT","smiles":"CC(=O)Oc1ccccc1C(=O)O","eq":1}],"basis":{"index":0,"amount_value":10,"amount_unit":"g"}}

Inferred read-only
list_my_reactions

读取 Token 所属用户自己的反应记录(需 API Token)。

Inferred read-only
validate_reaction

校验反应草稿(RDKit 标准化, 不保存)。需要 reaction:write 权限的 Token。

Potential side effects
validate_skill

校验技能 zip 草稿(不保存): 结构、配额、frontmatter、脚本语法与危险调用警告。 zip_base64: 技能 zip 文件的 base64 编码(上限 10MB 解码后)。

Inferred read-only
create_skill

把用户确认后的技能 zip 保存到该用户的技能容器(需 skill:write Token)。 个人技能恒为 private。idempotency_key: 同一次保存的重试复用,其他技能不得复用。

Potential side effects
create_reaction

保存用户确认后的反应记录(需 reaction:write Token + Idempotency-Key)。 必须先用 validate_reaction 校验并让用户确认草稿后再调用;visibility 默认 private。 成功返回 HRID、页面链接和新建 HCID。

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.huagongshe-aichem]
url = "https://huagongshe.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "huagongshe-aichem": {
      "type": "http",
      "url": "https://huagongshe.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: huagongshe-aichem
Remote MCP URL: https://huagongshe.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "huagongshe-aichem": {
      "url": "https://huagongshe.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "huagongshe-aichem": {
      "type": "http",
      "url": "https://huagongshe.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "huagongshe-aichem",
  "transport": "streamable-http",
  "url": "https://huagongshe.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.