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。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables AI assistants to manage SAP Cloud Integration (CPI) landscapes through natural language by exposing CPI OData APIs as MCP tools.Last updated11MIT
- Flicense-qualityDmaintenanceEnables AI-assisted planning inquiries by exposing PP/DS OData APIs as MCP tools for SAP S/4HANA, allowing natural language queries about planned orders, production orders, and work centers.Last updated
- FlicenseAqualityDmaintenanceExposes two MCP tools (discover and execute) that enable agents to query an OpenAPI schema via natural language and execute matched API operations.Last updated2
- Flicense-qualityCmaintenanceEnables AI assistants to retrieve, search, and compare procurement documents using hybrid retrieval and MCP integration.Last updated
Related MCP Connectors
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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