@pipeworx/tcm-products
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@pipeworx/tcm-productsFind TCM products matching 'banlangen'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/tcm-products
Traditional Chinese Medicine (TCM) / Chinese Proprietary Medicine products licensed in Singapore — the Health Sciences Authority (HSA) "Listing of Licensed Chinese Proprietary Medicine Products" (~12,000 products), sourced from data.gov.sg, searchable by Chinese characters, pinyin (spaced or not), or English name.
Part of Pipeworx — an MCP gateway connecting AI agents to 1543+ live data sources.
An HSA licence is a safety and quality listing only — it is not evidence that a product treats any condition. The dataset carries no ingredients and no indications; it is a product inventory, and the tools describe it as one.
Tools
tcm_product_search(query?, company?, manufacturer?, country?, dosage_form?, limit?, offset?)— products matching a name in any script (板蓝根 / banlangen / Ban Lan Gen / SANJIN all work; the licensed name fields carry Chinese characters inline next to the romanised names, so matching needs no translation source). Filters are case-insensitive substring matches on their columns.tcm_product_manufacturers(country?, manufacturer?, limit?)— manufacturers aggregated with licensed-product counts and countries of manufacture; the supply-chain view of who makes licensed CPM products and where.
Related MCP server: Taiwan FDA Drug Search MCP Server
Why a separate pack, not tools on data-gov-sg
Fleet #1380. data_gov_sg_query_dataset filters by exact column value, so it
structurally cannot answer an alias query, and search_packs("traditional chinese medicine") found nothing TCM-shaped — the gap was discoverability.
A pack whose name and descriptions say "Traditional Chinese Medicine" is what
makes the catalog search find the data; two named tools buried in a
general-purpose Singapore pack would not.
Auth
Keyless.
Data sources
https://data.gov.sg/api/action/datastore_search?resource_id=d_2ae2e6beb458d059318c1c14ad899f98 — the full export. One request returns all rows (
limit=12000→ 11,977 rows, ~1.9 MB, verified 2026-09-08); the pack fetches it once per isolate and caches for 24h, because data.gov.sg rate-limits aggressively per caller (429s measured in fleet #1380) and the dataset updates roughly monthly.CKAN's full-text
qparameter is rejected by data.gov.sg ("q is invalid", verified 2026-09-08) — server-side text search does not exist on this surface, which is why matching is done in the Worker.Dataset metadata: https://api-production.data.gov.sg/v2/public/api/datasets/d_2ae2e6beb458d059318c1c14ad899f98/metadata (managed by Health Sciences Authority, last updated 2026-08-07 at check time).
Licence
Singapore Open Data Licence v1.0 (https://data.gov.sg/open-data-licence) — worldwide, perpetual, royalty-free, commercial use permitted with attribution. Verified 2026-09-08: the dataset page shows "Open Data Licence" and the licence text covers datasets on data.gov.sg. Attribution notice (included in every tool response): Contains information from "Listing of Licensed Chinese Proprietary Medicine Products" (Health Sciences Authority) from data.gov.sg, made available under the terms of the Singapore Open Data Licence version 1.0.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"tcm-products": {
"url": "https://gateway.pipeworx.io/tcm-products/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/tcm-products/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1543+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Tcm Products data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
Read-only NPRA pharmaceutical records and pipeline health for Malaysia (5 tools).
Evidence-based acupuncture protocol matcher – search symptoms, match protocols, browse acupoints.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables querying of Chinese-Western medicine interactions with comprehensive drug information, risk assessment, and clinical recommendations. Supports searching medicines, checking interactions individually or in batches, and provides safety guidance with severity classifications.-
- FlicenseNot gradedqualityDmaintenanceEnables searching Taiwan FDA drug database by various criteria (English/Chinese names, license numbers, ingredients), retrieving drug information, and downloading PDF package inserts with CAPTCHA verification support.-
- FlicenseNot gradedqualityFmaintenanceEnables querying Chinese enterprise business data including company profiles, shareholder information, investments, branch offices, and key personnel through fuzzy search and detailed lookups.4-
- AlicenseBqualityDmaintenanceEnables querying clinical trial information from the Chinese Clinical Trial Registry (ChiCTR) by searching trials with keywords, registration numbers, or years, and retrieving detailed trial information.4436Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-tcm-products'
If you have feedback or need assistance with the MCP directory API, please join our Discord server