Connector guide1-minute read7 MCP toolsEN · DE · IT

Xentral ERP MCP 服务器 — 面向 AI 代理的德国中小企业 ERP

通过 MCP 从任何 AI 代理访问 Xentral ERP — 文章、客户、订单、发票、库存。AnythingMCP 中预构建的 Xentral 适配器。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Xentral ERP

MCP connector

Xentral ERP

Access Xentral Cloud ERP — the SaaS ERP built specifically for German SMBs in e-commerce, wholesale, and manufacturing. Manage articles, customers, sales orders, invoices, and warehouse stock through the Xentral REST API.

Tools

7

Region

DE

Category

ERP

Authentication

Basic Auth

Required env vars

XENTRAL_URLXENTRAL_USERXENTRAL_PASSWORD
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Xentral ERP in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

通过 MCP 从任何 AI 代理访问 Xentral ERP — 文章、客户、订单、发票、库存。AnythingMCP 中预构建的 Xentral 适配器。

试试这样问

Xentral ERP 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Xentral ERP · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

将 Xentral ERP 连接到 AI 代理

Xentral 是专为德国中小企业在电子商务、批发和制造业构建的 SaaS ERP。通过 MCP,你的 AI 代理可以查询文章、查找客户、列出销售订单和发票,并检查实时库存水平 — 将 ERP 转变为仓库、销售和后台团队的对话界面。

使用内置适配器快速设置

Xentral 适配器与 AnythingMCP 一起提供。你需要提供你的实例 URL 以及一个 API 用户。

第 1 步:部署 AnythingMCP

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第 2 步:在 Xentral 中创建 API 用户

在你的 Xentral 实例中:Einstellungen → Benutzer → API → 创建一个具有所需权限的新 API 用户(读取文章、读取客户、读取订单等)。

第 3 步:导入适配器

打开 http://localhost:3000/connectors/store,点击 Xentral 上的 Import,并填写表单:

  • XENTRAL_URL — 你的实例 URL,不带尾部斜杠,例如 https://koch.xentral.biz
  • XENTRAL_USER — API 用户登录
  • XENTRAL_PASSWORD — API 用户密码

第 4 步:连接到你的 AI 代理

{
  "mcpServers": {
    "xentral": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

可用工具

工具描述
xentral_list_articles通过 SKU、EAN 或名称搜索文章,使用过滤 DSL
xentral_get_article完整的文章记录,包括成本价、条形码、分级定价
xentral_list_customers通过编号或电子邮件搜索客户
xentral_get_customer包含地址、联系人、信用额度的完整客户记录
xentral_list_sales_orders带有日期和状态过滤的销售订单
xentral_list_invoices带有未支付/已支付金额的发票
xentral_get_stock每个仓库的实时库存信息

AI 代理用例

  • “我们在 SKU A-1234 上的库存有多少?”
  • “列出超过 1000 欧元且逾期超过 14 天的未支付发票”
  • “找到电子邮件为 einkauf@bauhaus.de 的客户”
  • “给我显示客户 10001 的最后 5 个销售订单”

过滤 DSL

列表端点接受 Xentral 的过滤语法 — 例如 ?filter=customer_number:eq:10001?filter=datum:gte:2026-01-01。与 pageitems_per_page 结合使用(最大 500)。

下一步

这份指南对你有帮助吗?

Ready to ship

Your Xentral agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南