Procurement MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Procurement MCP Serversearch for all pending purchase orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Procurement MCP Server
一個以 IT 採購流程為題的 MCP (Model Context Protocol) server 學習專案。 它把既有的採購後端 (REST API) 包裝成 AI 可呼叫的工具,讓 Claude 等 AI 能透過自然語言查詢採購資料。
架構
AI client ──(MCP / stdio)──▶ 本 server ──(HTTP + JWT)──▶ 採購後端 REST API本 server 不做業務邏輯,只負責把後端能力轉成 MCP 工具,並處理登入與認證。
Related MCP server: PP/DS MCP Server
目前提供的工具
check_backend_health— 檢查後端是否正常運作 (呼叫/api/health)search_purchase_orders— 依關鍵字搜尋採購單,可選擇狀態碼篩選與筆數限制
開發環境設定
需求:Node.js 20+。
npm install
cp .env.example .env # 然後填入 BACKEND_URL 與登入帳密
npm run dev # 用 tsx 直接執行 index.ts環境變數 (.env)
變數 | 說明 |
| 採購後端位置,預設 |
| 後端登入帳號 |
| 後端登入密碼 |
⚠️
.env含密碼,已被.gitignore忽略,請勿 commit。
連接到 Claude Desktop
在 claude_desktop_config.json 的 mcpServers(小寫)加入:
{
"mcpServers": {
"procurement": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/index.ts"]
}
}
}修改程式後需以 Cmd+Q 完整結束並重新開啟 Claude Desktop。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xtshK/01_procurement_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server