← huaho.tw
INDIVIDUAL MCP TOOL
accept_quote
接受報價單並自動轉成銷售訂單(一步完成 SENT→ACCEPTED→CONVERTED)。客戶或採購 AI 代理在收到報價後確認接受時呼叫,系統自動建立訂單並回傳訂單編號。需提供報價單編號(QT-YYYYMMDD-NNN 格式)及客戶 email 以驗證身份。
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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 採購詢價,無需登入)。適合大量採購、特殊規格或需報出口報價的情境。