Databases
huagongshe.com
Provides search and retrieval of chemical compound and reaction data, including structures, properties, safety information, and 2D molecule rendering.
ENDPOINT 1
https://huagongshe.com/mcp
MCP server metadata
- Name
- huagongshe-aichem
- Version
- 1.0.0
你是化工社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-onlyrender_molecule_svg获取化合物的 2D 结构图(SVG 文本),width/height 指定像素尺寸(50-800)。 chemical_id(库内化合物)或 smiles(任意结构)二选一。
Inferred read-onlyget_skill读取一个技能的 manifest、文件清单和 SKILL.md 全文(文本文件不含二进制)。 skill_id 支持数字 id 或 slug 字符串(如 huagongshe-reaction-publisher)。
Inferred read-onlycalculate_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-onlyvalidate_skill校验技能 zip 草稿(不保存): 结构、配额、frontmatter、脚本语法与危险调用警告。 zip_base64: 技能 zip 文件的 base64 编码(上限 10MB 解码后)。
Inferred read-onlycreate_skill把用户确认后的技能 zip 保存到该用户的技能容器(需 skill:write Token)。 个人技能恒为 private。idempotency_key: 同一次保存的重试复用,其他技能不得复用。
Potential side effectscreate_reaction保存用户确认后的反应记录(需 reaction:write Token + Idempotency-Key)。 必须先用 validate_reaction 校验并让用户确认草稿后再调用;visibility 默认 private。 成功返回 HRID、页面链接和新建 HCID。
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.