Taiwan Tender MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tendersB | 搜尋台灣政府標案,依關鍵字搜尋標案名稱。回傳招標中的標案列表,包含案名、機關、預算、截止日期等資訊。 |
| search_by_categoryC | 依標的分類代碼搜尋標案。例如:5174(地板及牆面貼磚工程)、8672(工程服務)、452(計算機及其零件) |
| get_tender_detailC | 取得單一標案的詳細資訊,包含機關資料、採購資料、招標資料、領投開標資訊等完整內容。 |
| list_tenders_by_dateB | 列出指定日期的所有標案公告。日期格式為 YYYYMMDD,例如:20260130 |
| list_tenders_by_unitC | 列出指定機關的所有標案。需提供機關代碼(unit_id)。 |
| list_categoriesB | 列出政府採購標的分類代碼。可指定類型(工程類、財物類、勞務類)或搜尋關鍵字。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: get_tender_detail retrieves a single tender's full details, list_categories lists classification codes, list_tenders_by_date and list_tenders_by_unit filter by date and unit respectively, search_by_category filters by classification code, and search_tenders performs keyword searches. There is no overlap in functionality.
All tools follow a consistent verb_noun pattern with snake_case: get_tender_detail, list_categories, list_tenders_by_date, list_tenders_by_unit, search_by_category, and search_tenders. The naming is predictable and uniform throughout.
With 6 tools, the server is well-scoped for its purpose of accessing Taiwan government tenders. Each tool serves a specific querying or filtering role, and the count is neither too sparse nor bloated for the domain.
The tool set provides comprehensive querying capabilities (by detail, date, unit, category, and keyword) and classification listing, covering most search and retrieval needs. A minor gap is the lack of tools for actions like subscribing to updates or managing saved searches, but core workflows are well-covered.