symmap_herb_ingredients

Pack: symmap · Endpoint: https://gateway.pipeworx.io/symmap/mcp

Chemical ingredients (molecules) identified in a Traditional Chinese Medicine herb, from SymMap v2 (symmap.org) — with PubChem CID, CAS number and oral-bioavailability score per molecule. Every edge carries evidence_tier and evidence_basis. Constituent presence is a laboratory identification; it is NOT evidence the herb or the molecule treats anything.

Parameters

NameTypeRequiredDescription
herbstringyesHerb name in any script or SMHB id
limitnumbernoMax ingredients returned, 1-200 (default 50)

Example call

Arguments

{
  "herb": "人参",
  "limit": 5
}

curl

curl -X POST https://gateway.pipeworx.io/symmap/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"symmap_herb_ingredients","arguments":{"herb":"人参","limit":5}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('symmap_herb_ingredients', {
  "herb": "人参",
  "limit": 5
});

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build September 8, 2026