# Kingdee MCP for AI Agents AI Agent Connect

> Kingdee / 金蝶 MCP connects your AI agent to China's leading enterprise ERP platform. It lets you manage materials, customers, and business flows through natural conversation. Instead of clicking through the Kingdee Cloud Cosmic interface, your agent handles record creation, approval monitoring, and complex data queries to keep your business moving.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_i2hjR1PH6eobfkKp2wyW0m2QOoVbvoBNsSfV4mwo/ai-agent-connect
- **Tags:** enterprise-resource-planning, business-process-automation, master-data-management, financial-auditing, inventory-tracking, rest-api

## Description

You're dealing with a massive ERP system that usually requires dozens of clicks to find a single purchase order or update a supplier's status. This Connector changes that by letting your AI agent do the heavy lifting. You can ask your agent to pull specific datasets for a trend analysis or trigger a status change for a pending shipment without leaving your workspace. It handles the tedious stuff like listing master data forms or auditing a batch of sales orders. Because Vinkius hosts this Connector, you get a direct line into the platform's business logic, turning a complex manual process into a conversation. It's about getting the data you need right now, whether you're looking for organizational metadata or trying to revoke an approval on a business form. You get to stay in your primary workspace while the agent manages the underlying ERP data for you.

## Tools

### view_form
View ERP form details. Use this to pull the full information for a specific material or customer record.

### audit_form
Audit or approve an ERP form. Use this to move records through the approval workflow.

### delete_form
Delete an ERP form record. Use this to remove specific entries from your ERP system.

### get_org_info
Get metadata about your enterprise's organizational units. Use this to see how your company is structured.

### list_forms
List common ERP forms. Use this to see what types of business forms are available in your system.

### query_data
Execute business queries. Use this to pull specific datasets for trend analysis or custom reports.

### save_form
Save or create an ERP form. Use this to add new customers, materials, or suppliers to your database.

### status_convert
Convert form status. Use this to trigger downstream business processes by changing a record's state.

### submit_form
Submit an ERP form. Use this to send new business records into the system for review or processing.

### un_audit_form
Un-audit or revoke approval. Use this to pull back an approval on a specific business form.

## Prompt Examples

**Prompt:** 
```
List all active purchase orders in Kingdee.
```

**Response:** 
```
I've retrieved your active purchase orders. You have 12 open orders, including transactions for 'Steel Pipes' and 'Industrial Lubricants'. 

| Order ID | Material | Status |
| :--- | :--- | :--- |
| PO-772 | Steel Pipes | Pending Audit |
| PO-881 | Industrial Lubricants | Approved |

Would you like to check the approval status for any of them?
```

**Prompt:** 
```
Get the details for material 'MAT-8821'.
```

**Response:** 
```
I've retrieved the details for material MAT-8821:

*   **Stock Level:** 500 units
*   **Location:** Main Warehouse
*   **Current Status:** Audited
*   **Supplier:** Global Steel Co.

Would you like to see the linked supplier information?
```

**Prompt:** 
```
Audit the sales orders 'SAL-9920' and 'SAL-9921'.
```

**Response:** 
```
Done! I've successfully audited the specified sales orders. 

**Status Update:**
*   **SAL-9920:** Approved
*   **SAL-9921:** Approved

They are now marked as 'Approved' in your Kingdee ERP system and are ready for fulfillment.
```

## Capabilities

### Manage master data records
Create, update, or view records for materials, customers, and suppliers.

### Submit and audit business forms
Submit new forms for review or audit existing ones to move them through the workflow.

### Run business queries
Execute complex queries to pull specific datasets for trend analysis and reporting.

### Trigger status conversions
Move business processes forward by converting form statuses directly through your agent.

### Retrieve organizational metadata
Get high-level information about your enterprise's organizational units and data centers.

## Use Cases

### Bulk auditing sales orders
A finance lead needs to approve 50 sales orders. They ask the agent to audit_form for those specific IDs, moving them to 'Approved' instantly.

### Real-time stock checks
A warehouse manager asks the agent for the status of material MAT-8821. The agent uses view_form to report stock levels and warehouse locations.

### Automated status updates
An ops manager wants to move a shipment to 'Shipped'. The agent uses status_convert to trigger the downstream process without a manual login.

### Quick supplier entry
A procurement officer needs to add a new vendor. They tell the agent the details, and it uses save_form to create the record in Kingdee.

## Benefits

- Stop clicking through the Kingdee Cloud Cosmic interface by using save_form to create records via natural language.
- Get instant answers on stock levels and material details by using view_form to pull specific records.
- Speed up your supply chain by using status_convert to move orders through the pipeline automatically.
- Simplify financial auditing by using audit_form to approve batches of documents in one go.
- Keep your data clean by using un_audit_form to quickly revoke incorrect approvals or status changes.
- Access your company structure faster by using get_org_info to pull organizational metadata.

## How It Works

The bottom line is you turn Kingdee's complex ERP into a searchable, actionable database for your AI.

1. Subscribe to this Connector via the Vinkius marketplace.
2. Enter your Kingdee API Host, Account ID, and App Credentials in your client.
3. Ask your agent to perform tasks like auditing sales orders or listing customers.

## Frequently Asked Questions

**Can Kingdee MCP help me manage my supply chain?**
Yes. It lets your AI agent track materials, view warehouse stock, and manage status conversions to keep your supply chain moving.

**How do I use Kingdee MCP for finance approvals?**
You can ask your agent to audit specific forms or revoke approvals. It handles the audit_form actions directly within your AI client.

**Can my AI agent create new customers in Kingdee?**
Yes, your agent can use the save_form tool to create or update customer records, materials, and suppliers using natural language.

**Does Kingdee MCP work with Cursor?**
Yes, it works with any MCP-compatible client, including Cursor, Claude, and Windsurf.

**Can I use Kingdee MCP to run trend analysis?**
Yes. By using the query_data tool, your agent can pull specific datasets from your ERP to perform trend analysis and reporting.

**How do I get organizational info with Kingdee MCP?**
Your agent can use the get_org_info tool to pull metadata about your enterprise's organizational units and data centers.

**How do I find my Kingdee Account ID (acctid)?**
Your Account ID (acctid) is the unique identifier for your Kingdee data center. You can find it on the login screen of your Kingdee Cloud instance or in the system management settings.

**Can I perform business queries through this server?**
Yes. Use the `query_data` tool with the target form ID and field keys. You can also provide a filter string to retrieve specific subsets of your ERP data.

**How do I audit/approve a record?**
Use the `audit_form` tool with the form ID and the comma-separated list of record IDs (Numbers) you wish to approve. Ensure the records have been successfully submitted first.