Analytics
tobid.tw
Provides tools to search, retrieve, and analyze government tender announcements, including price estimation and vendor/agency intelligence.
ENDPOINT 1
https://api.tobid.tw/mcp
MCP server metadata
- Name
- tobid
- Version
- 1.29.1
台灣政府標案(政府電子採購網)搜尋與情報分析。收錄 1999 年至今約 1,400 萬筆招標決標公告,每日更新。除了查公告,強項是分析:廠商得標率與對手勝率、機關發包週期與下次發案預測、單案底價分析(出價建議)。廠商與機關請先用 find_entity 取得正式名稱/代碼再查報告。回答使用者時可附 ToBid 頁面連結供進一步瀏覽。
Known tools 8
search_tenders搜尋政府標案公告。 q: 關鍵字(比對標題與機關名,例「冷氣」「智慧路燈」)。 kind: tender=招標中 / award=已決標 / failed=流標,空=全部。 region: 縣市(例「台北市」「高雄市」,「臺」寫成「台」)。 year: 西元年(例 2026)。 unit_id: 機關代碼(用 find_entity 取得)——查「某機關發的案」用這個, 比 q 精確(q 是全文比對)。 vendor: 廠商名稱(正式全名)——查該廠商投標/得標過的案。 budget_min/budget_max: 預算金額範圍(新台幣元)。 回傳最新 10 筆與總數;需要更多用 page 翻頁。
Inferred read-onlyget_tender單一標案的完整歷程:招標→決標的每則公告、預算與決標金額、 得標廠商、競爭態勢(幾家投標/是否單一投標)、是否為續約案。 unit_id 與 job_number 來自 search_tenders 的結果列。
Inferred read-onlyprice_analysis底價分析:這個案子大概會以多少錢成交。 依歷史「決標/預算比」給三檔出價建議(保守/典型/積極), 比較基準依樣本充足度自動選:相似案(標題關鍵詞比對)>同機關>同類別>全庫。 適合在使用者問「這案該報多少」「值不值得投」時使用。
Inferred read-onlyunit_report機關情報報告:發包規模與金額、主要供應商、供應商集中度、 競爭程度(平均投標家數/單一投標率/流標率)、發案旺月,以及 「固定週期標案」——每年重複招標的案與**預估下次發案時間**。 unit 可以是機關代碼(如 3.
Inferred read-onlycompare_vendors兩家廠商的同場對戰紀錄:交手幾次、各贏幾次。 兩個名稱都要是正式全名(先用 find_entity 查)。 適合回答「A 跟 B 誰比較強」「我常輸給誰」。
Inferred read-onlyfind_entity用不完整的名稱找機關或廠商的正式名稱與代碼。 例:輸入「台電」找台灣電力公司相關、「北市府」找臺北市政府相關。 vendor_report / unit_report / compare_vendors 需要正式名稱,先用這個查。
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.