# ThaiProcurement

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/IndoTender/thaiprocurement-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/thaiprocurement

## Description
Search Thai government procurement tenders and bidder companies.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "thaiprocurement": {
    "command": "npx",
    "args": ["-y","thaiprocurement"]
  }
}
```

## Documentation & 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

