← tobid.tw

INDIVIDUAL MCP TOOL

price_analysis

底價分析:這個案子大概會以多少錢成交。 依歷史「決標/預算比」給三檔出價建議(保守/典型/積極), 比較基準依樣本充足度自動選:相似案(標題關鍵詞比對)>同機關>同類別>全庫。 適合在使用者問「這案該報多少」「值不值得投」時使用。

tobid.twnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.tobid.tw/mcp

No auth detected

Connect to this endpoint to inspect the live schema for price_analysis and invoke it with your own arguments.

Indexed 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 server

tobid.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.tobid]
url = "https://api.tobid.tw/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tobid": {
      "type": "http",
      "url": "https://api.tobid.tw/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tobid
Remote MCP URL: https://api.tobid.tw/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": {
    "tobid": {
      "url": "https://api.tobid.tw/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tobid": {
      "type": "http",
      "url": "https://api.tobid.tw/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tobid",
  "transport": "streamable-http",
  "url": "https://api.tobid.tw/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tenders — 搜尋政府標案公告。 q: 關鍵字(比對標題與機關名,例「冷氣」「智慧路燈」)。 kind: tender=招標中 / award=已決標 / failed=流標,空=全部。 region: 縣市(例「台北市」「高雄市」,「臺」寫成「台」)。 year: 西元年(例 2026)。 unit_id: 機關代碼(用 find_entity 取得)——查「某機關發的案」用這個, 比 q 精確(q 是全文比對)。 vendor: 廠商名稱(正式全名)——查該廠商投標/得標過的案。 budget_min/budget_max: 預算金額範圍(新台幣元)。 回傳最新 10 筆與總數;需要更多用 page 翻頁。
  • get_tender — 單一標案的完整歷程:招標→決標的每則公告、預算與決標金額、 得標廠商、競爭態勢(幾家投標/是否單一投標)、是否為續約案。 unit_id 與 job_number 來自 search_tenders 的結果列。
  • vendor_report — 廠商情報報告:得標率、已知得標總額、最大客戶、單一投標比例 (開標時只有它一家的案子占比,全庫平均 50.
  • unit_report — 機關情報報告:發包規模與金額、主要供應商、供應商集中度、 競爭程度(平均投標家數/單一投標率/流標率)、發案旺月,以及 「固定週期標案」——每年重複招標的案與**預估下次發案時間**。 unit 可以是機關代碼(如 3.
  • compare_vendors — 兩家廠商的同場對戰紀錄:交手幾次、各贏幾次。 兩個名稱都要是正式全名(先用 find_entity 查)。 適合回答「A 跟 B 誰比較強」「我常輸給誰」。
  • hot_opportunities — 流標機會:反覆流標、至今未決標的案子——競爭者少、機關急著發包, 是新廠商切入的好標的。回傳最新 10 筆。
  • find_entity — 用不完整的名稱找機關或廠商的正式名稱與代碼。 例:輸入「台電」找台灣電力公司相關、「北市府」找臺北市政府相關。 vendor_report / unit_report / compare_vendors 需要正式名稱,先用這個查。