Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

NCI CACTUS

БесплатноНе проверен

Convert chemical identifiers including drug names, CAS numbers, and SMILES to alternative chemical notation formats.

GitHubEmbed

Описание

Convert chemical identifiers including drug names, CAS numbers, and SMILES to alternative chemical notation formats.

README

NCI CACTUS Chemical Identifier Resolver MCP.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
resolve NCI CACTUS chemical identifier resolver. Convert one chemical identifier (a drug/chemical name, CAS number, SMILES, InChI, or InChIKey) into a single representation: smiles (canonical SMILES), stdinchi (standard InChI), stdinchikey (standard InChIKey), iupac_name, names (synonym list), formula (molecular formula), mw (molecular weight), or cas (CAS registry number(s)). Keyless, plain-text API.
identify NCI CACTUS one-shot lookup: given any chemical identifier (name, CAS, SMILES, InChI, or InChIKey), return SMILES, InChIKey, IUPAC name, molecular formula, molecular weight, and CAS number in a single call. Fields that cannot be resolved are returned as null. Keyless, plain-text API.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "cactus": {
      "url": "https://gateway.pipeworx.io/cactus/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Cactus data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-cactus

Установить NCI CACTUS в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install nci-cactus

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add nci-cactus -- npx -y @pipeworx/mcp-cactus

Пошаговые гайды: как установить NCI CACTUS

FAQ

NCI CACTUS MCP бесплатный?

Да, NCI CACTUS MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для NCI CACTUS?

Нет, NCI CACTUS работает без API-ключей и переменных окружения.

NCI CACTUS — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить NCI CACTUS в Claude Desktop, Claude Code или Cursor?

Открой NCI CACTUS на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare NCI CACTUS with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development