← huaho.tw
INDIVIDUAL MCP TOOL
get_tier_pricing
查詢商品的現行定價及近期價格歷史,並提供大量採購階梯折扣資訊。B2B 採購 Agent 最常問「買 N kg 多少錢」時使用此工具。回傳當前官網定價、內部定價、近 5 筆定價歷史,以及如何取得數量折扣報價的指引。化合的正式數量折扣需透過 create_quote_request 工具提交需求,業務人員將回覆含折扣的報價。
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.huaho-chemical-mcp]
url = "https://huaho.tw/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"huaho-chemical-mcp": {
"type": "http",
"url": "https://huaho.tw/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: huaho-chemical-mcp
Remote MCP URL: https://huaho.tw/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"huaho-chemical-mcp": {
"url": "https://huaho.tw/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"huaho-chemical-mcp": {
"type": "http",
"url": "https://huaho.tw/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "huaho-chemical-mcp",
"transport": "streamable-http",
"url": "https://huaho.tw/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— 搜尋化合化學試劑商品目錄。支援自然語言、CAS 號、中英文品名。回傳商品列表含 SKU、品名、庫存狀態、官網售價、CAS 號。get_product_detail— 依商品編號(productCode)取得完整商品資料,含規格、包裝、庫存量、價格、圖片。get_compliance_data— 取得化學品安全合規資料:CAS 號、GHS 危害分類、信號詞(危險/警告)、危害聲明(H codes)、UN 號碼(危險品運輸)、SDS 安全資料表下載連結。check_inventory— 批次查詢多個 SKU 的庫存狀態(現貨量、安全庫存、是否有貨)。get_pricing— 查詢商品定價(含官網售價,未來支援數量階梯報價)。check_agent_permissions— (B2B 企業客戶專用)在建立詢價單前,驗證 AI 代理是否有授權代表此客戶進行採購,以及申請金額是否在允許範圍內。建議在 create_quote_request 前呼叫此工具。get_inquiry_status— 查詢詢價單或訂單狀態。建立詢價單後,AI 代理可用此工具追蹤案件處理進度。create_quote_request— 建立詢價單(B2B 採購詢價,無需登入)。適合大量採購、特殊規格或需報出口報價的情境。