herb_browse

Pack: herb-tcm · Endpoint: https://gateway.pipeworx.io/herb-tcm/mcp

Page through HERB 2.0’s full herb, ingredient, target or disease list (7,263 herbs / 49,258 ingredients /

Parameters

NameTypeRequiredDescription
categorystringyesTable to browse.
pagenumberno1-based page number. Defaults to 1.
page_sizenumbernoRows per page, max 100. Defaults to 20.

Example call

Arguments

{
  "category": "herb",
  "page": 1,
  "page_size": 5
}

curl

curl -X POST https://gateway.pipeworx.io/herb-tcm/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"herb_browse","arguments":{"category":"herb","page":1,"page_size":5}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('herb_browse', {
  "category": "herb",
  "page": 1,
  "page_size": 5
});

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build September 8, 2026