4,500+ servers built on MCP Fusion
Vinkius
Kingdee / 金蝶 logo
Vinkius
OpenAI Agents SDK logo

How to Use the Kingdee / 金蝶 MCP in OpenAI Agents SDK

Connect your OpenAI Agents SDK to Kingdee / 金蝶 to automate ERP form lifecycles with built-in guardrails.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Kingdee / 金蝶 MCP on Cursor AI Code Editor MCP Client Kingdee / 金蝶 MCP on Claude Desktop App MCP Integration Kingdee / 金蝶 MCP on OpenAI Agents SDK MCP Compatible Kingdee / 金蝶 MCP on Visual Studio Code MCP Extension Client Kingdee / 金蝶 MCP on GitHub Copilot AI Agent MCP Integration Kingdee / 金蝶 MCP on Google Gemini AI MCP Integration Kingdee / 金蝶 MCP on Lovable AI Development MCP Client Kingdee / 金蝶 MCP on Mistral AI Agents MCP Compatible Kingdee / 金蝶 MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
OpenAI Agents SDK

Connect Kingdee / 金蝶 MCP to OpenAI Agents SDK

Create your Vinkius account to connect Kingdee / 金蝶 to OpenAI Agents SDK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automate form lifecycles in OpenAI Agents SDK

Your agent handles the entire document flow without manual input. It creates new records using `save_form` and pushes them through the pipeline with `submit_form`. Everything happens inside your production agent logic. You define the sequence, and the server executes the state transitions via `status_convert` and `audit_form`.

Real-time organization data for OpenAI Agents SDK

Get immediate access to your company structure. The `get_org_info` tool pulls metadata directly into your agent's context window. This data informs your agent's decisions. It checks hierarchy and permissions before it ever touches `query_data` or modifies existing records.

Strict audit trails for OpenAI Agents SDK

Maintain compliance with every transaction. Use `view_form` to pull current state and `un_audit_form` if you need to revoke an approval. You keep a clean record. Your agent logs every `list_forms` call, ensuring you see exactly what changed and when.

Setup guide

Set up Kingdee / 金蝶 MCP in OpenAI Agents SDK

Prerequisites

  • Python 3.10+ installed
  • openai-agents package (pip install openai-agents)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install the SDK

    Run pip install openai-agents to install the OpenAI Agents SDK. The MCP integration is built-in — no extra dependencies needed.

  2. 2

    Connect via SSE transport

    Use MCPServerSse with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. The SDK auto-discovers all Kingdee / 金蝶 tools at runtime.

  3. 3

    Create your Agent

    Pass the MCP to Agent(mcp_servers=[server]). The agent receives Kingdee / 金蝶 tools as native definitions — JSON schemas resolve automatically.

  4. 4

    Run the agent

    Call Runner.run(agent, prompt) to execute. The agent invokes the appropriate Kingdee / 金蝶 tools and returns structured results. Copy the full example on the right to get started.

agent.py
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerSse

async def main():
    async with MCPServerSse(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ) as server:
        agent = Agent(
            name="Kingdee / 金蝶 Agent",
            instructions="You have access to Kingdee / 金蝶 tools.",
            mcp_servers=[server],
        )
        result = await Runner.run(agent, "List recent transactions")
        print(result.final_output)

asyncio.run(main())

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Kingdee / 金蝶. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Kingdee / 金蝶 MCP in OpenAI Agents SDK

You initialize the connection using the `MCPServerStreamableHttp` class. Pass your endpoint URL to the constructor, and the agent auto-discovers the tools. It's a direct integration that skips manual setup.
Yes. Since you control the agent logic, you can wrap tool calls in try-except blocks. If `save_form` fails, your agent catches the exception and reports the status immediately.
Absolutely. You define validation schemas before the agent invokes any tool. If the output from `query_data` doesn't match your requirements, the guardrail stops the execution.
The server uses token-based authentication. Your agent carries the credentials, and the Vinkius sandbox ensures that only authorized requests reach the ERP.
It accesses ERP form data, organizational hierarchies, and business records. We transmit this data over encrypted channels, and the server never stores your credentials locally.

Start using the Kingdee / 金蝶 MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Kingdee / 金蝶. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.