ThaiProcurement
Search Thai government procurement tenders and bidder companies.
Open source Repository Open in the app JSON README (API)
About
Search Thai government procurement tenders and bidder companies.
Details
- Kind
- MCP servers
- Topic
- Government & public data
- Publisher
- indotender
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Last push
- 2026-07-10T10:04:06Z
- Repository state
- ativo
- Added
- 2026-08-29 03:01:58
- Updated
- 2026-08-29 03:01:58
- Origin id
io.github.IndoTender/thaiprocurement
README
# ThaiProcurement MCP
Connect your AI assistant to [ThaiProcurement](https://thaiprocurement.com) — search Thai government procurement tenders and bidder companies via the Model Context Protocol.
## ภาษาไทย (สรุป)
**ThaiProcurement MCP** คือเซิร์ฟเวอร์ **Model Context Protocol (MCP)** สำหรับให้ AI assistant ค้นหา **ข้อมูลจัดซื้อจัดจ้างภาครัฐไทย**: ค้นหาโครงการ/ประกาศจัดซื้อ (ตามชื่อโครงการ หน่วยงาน ประเภทงบ) ดูรายละเอียดประกาศ และค้นหา **บริษัทผู้ประกอบการ** ที่เข้าร่วมจัดซื้อจัดจ้าง
ข้อมูลจากฐานข้อมูลจัดซื้อจัดจ้างภาครัฐไทยบน [thaiprocurement.com](https://thaiprocurement.com)
## Connect
```
https://thaiprocurement.com/mcp
```
Add this URL as a custom MCP connector in Claude, Cursor, or any MCP-compatible client. No sign-in required.
- Transport: Streamable HTTP
- Auth: None — public access
- Docs: [thaiprocurement.com/mcp/connect](https://thaiprocurement.com/mcp/connect)
## Tools
| Tool | Description |
|---|---|
| `Thai_list_tenders` | Paginated tenders — filter by `projectNameContains`, `deptId`, `projectCost` |
| `Thai_get_tender` | Single tender by id — lots, participants, contracts, department |
| `Thai_search_companies` | Search bidder companies by Thai or English name |
## Example prompts
- *"List Thai government tenders with projectNameContains set to road construction"*
- *"List tenders from department id D12345"*
- *"Get tender details for id 68012345678"*
- *"Search companies named Siam Cement"*
- *"ค้นหาโครงการจัดซื้อที่มีคำว่า ถนน ในปีล่าสุด"*
- *"ค้นหาบริษัท ปูนซีเมนต์ ในฐานข้อมูลจัดซื้อจัดจ้าง"*
## Setup — Claude
1. Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors)
2. Click **Add custom connector**
3. Name it **ThaiProcurement** and paste `https://thaiprocurement.com/mcp`
4. Save — no sign-in required
## Setup — Cursor / other MCP clients
```json
{
"mcpServers": {
"thaiprocurement": {
"url": "https://thaiprocurement.com/mcp"
}
}
}
```
---
Last updated: 2026-07-10