streamable-httpupdated 2mo ago
Connect your AI assistant to ThaiProcurement — search Thai government procurement tenders and bidder companies via the Model Context Protocol.
ThaiProcurement 能做什么?
ThaiProcurement MCP
Connect your AI assistant to ThaiProcurement — search Thai government procurement tenders and bidder companies via the Model Context Protocol.
ภาษาไทย (สรุป)
ThaiProcurement MCP คือเซิร์ฟเวอร์ Model Context Protocol (MCP) สำหรับให้ AI assistant ค้นหา ข้อมูลจัดซื้อจัดจ้างภาครัฐไทย: ค้นหาโครงการ/ประกาศจัดซื้อ (ตามชื่อโครงการ หน่วยงาน ประเภทงบ) ดูรายละเอียดประกาศ และค้นหา บริษัทผู้ประกอบการ ที่เข้าร่วมจัดซื้อจัดจ้าง
ข้อมูลจากฐานข้อมูลจัดซื้อจัดจ้างภาครัฐไทยบน 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
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
- Go to claude.ai/customize/connectors
- Click Add custom connector
- Name it ThaiProcurement and paste
https://thaiprocurement.com/mcp - Save — no sign-in required
Setup — Cursor / other MCP clients
{
"mcpServers": {
"thaiprocurement": {
"url": "https://thaiprocurement.com/mcp"
}
}
}
Last updated: 2026-07-10
安装
把 ThaiProcurement 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http thaiprocurement https://thaiprocurement.com/mcpcodex mcp add thaiprocurement --url https://thaiprocurement.com/mcp{
"mcpServers": {
"thaiprocurement": {
"url": "https://thaiprocurement.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"thaiprocurement": {
"type": "http",
"url": "https://thaiprocurement.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"thaiprocurement": {
"url": "https://thaiprocurement.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"thaiprocurement": {
"serverUrl": "https://thaiprocurement.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 个工具
ThaiProcurement 向已连接的智能体提供 3 个工具。
- 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
评分
60 / 100
良好
- 文档22/25
- 维护16/25
- 可信度6/20
- 能力4/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 53 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月10日 |