Kingdee-ierp MCP Server for sales order and manufacturing order queries
Project description
kingdee-mcp-ierp
An MCP server for Kingdee-ierp queries.
Features
- Query sale orders
- Query manufacturing orders
- Query SO-MO relations
- Query delivery risk
- Query material shortage
- Export SO-MO Excel report
Local Run
pip install kingdee-mcp-ierp
kingdee-mcp-ierp
Environment Variables
Set these environment variables before starting the server:
$env:KINGDEE_BASE_URL = "https://your-host/ierp/kapi"
$env:KINGDEE_CLIENT_ID = "your-client-id"
$env:KINGDEE_CLIENT_SECRET = "your-client-secret"
$env:KINGDEE_USERNAME = "your-username"
$env:KINGDEE_ACCOUNT_ID = "your-account-id"
$env:KINGDEE_LANGUAGE = "zh_CN"
Required variables:
KINGDEE_BASE_URLKINGDEE_CLIENT_IDKINGDEE_CLIENT_SECRETKINGDEE_USERNAMEKINGDEE_ACCOUNT_ID
Optional variables:
KINGDEE_LANGUAGE(defaults tozh_CN)
You can copy .env.example as a local reference, but do not commit your real credentials.
Copy-Item .env.example .env
Trae MCP Config
Install the package first with pip install kingdee-mcp-ierp, then configure your MCP client like this.
{
"mcpServers": {
"kingdee": {
"command": "kingdee-mcp-ierp",
"env": {
"KINGDEE_BASE_URL": "https://your-host/ierp/kapi",
"KINGDEE_CLIENT_ID": "your-client-id",
"KINGDEE_CLIENT_SECRET": "your-client-secret",
"KINGDEE_USERNAME": "your-username",
"KINGDEE_ACCOUNT_ID": "your-account-id",
"KINGDEE_LANGUAGE": "zh_CN"
}
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kingdee_mcp_ierp-0.1.1.tar.gz.
File metadata
- Download URL: kingdee_mcp_ierp-0.1.1.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ed9206797c19bbb198e926ab1c8aaeece286afe64ce95d8aa1ed9ba0e9a8179
|
|
| MD5 |
8993b6c673fbbd8ab5d1ca00c160e23e
|
|
| BLAKE2b-256 |
413f49a52138e87b360c83e3fa98fdc5f1eb283801345780befd59efce243a6e
|
File details
Details for the file kingdee_mcp_ierp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: kingdee_mcp_ierp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d36b5d118021b62cfa50a1296452ef084b4209d938e8ffc5545698e65945a2c
|
|
| MD5 |
db4018796a9f1916aac0594364dc13d7
|
|
| BLAKE2b-256 |
f01727446cc847d2ec3e78e71185ee67ad62f0126335def9197a7cba40574d08
|