← huaho.tw

INDIVIDUAL MCP TOOL

get_invoice

查詢發票資訊。可依訂單編號或發票號碼查詢。回傳發票狀態(待開立/已開立/已作廢)、金額、買受人資訊及 PDF 路徑。適合 AI 代理協助客戶確認發票是否已開立、金額是否正確。

huaho.twnone authenticationAvailability not checked

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

huaho.tw

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 採購詢價,無需登入)。適合大量採購、特殊規格或需報出口報價的情境。