Sigma-Aldrich · Capability

Sigma-Aldrich Product Search API — Structures

Sigma-Aldrich Product Search API — Structures. 1 operations. Lead operation: Search by Chemical Structure. Self-contained Naftiko capability covering one Sigma Aldrich business surface.

Run with Naftiko Sigma AldrichStructures

What You Can Do

POST
Searchbystructure — Search by Chemical Structure
/v1/structures/search

MCP Tools

search-chemical-structure

Search by Chemical Structure

read-only

Capability Spec

product-structures.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sigma-Aldrich Product Search API — Structures
  description: 'Sigma-Aldrich Product Search API — Structures. 1 operations. Lead operation: Search by Chemical Structure.
    Self-contained Naftiko capability covering one Sigma Aldrich business surface.'
  tags:
  - Sigma Aldrich
  - Structures
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SIGMA_ALDRICH_API_KEY: SIGMA_ALDRICH_API_KEY
capability:
  consumes:
  - type: http
    namespace: product-structures
    baseUri: https://api.sigmaaldrich.com/v1
    description: Sigma-Aldrich Product Search API — Structures business capability. Self-contained, no shared references.
    resources:
    - name: structures-search
      path: /structures/search
      operations:
      - name: searchbystructure
        method: POST
        description: Search by Chemical Structure
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.SIGMA_ALDRICH_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: product-structures-rest
    port: 8080
    description: REST adapter for Sigma-Aldrich Product Search API — Structures. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/structures/search
      name: structures-search
      description: REST surface for structures-search.
      operations:
      - method: POST
        name: searchbystructure
        description: Search by Chemical Structure
        call: product-structures.searchbystructure
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: product-structures-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sigma-Aldrich Product Search API — Structures. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: search-chemical-structure
      description: Search by Chemical Structure
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: product-structures.searchbystructure
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.