Connector guide1-minute read11 MCP toolsEN · DE · IT

将 weclapp 连接到 ChatGPT — 通过 MCP 的云 ERP (v2 API)

通过 MCP 将 weclapp 云 ERP 暴露给 ChatGPT。以自然语言查询客户、销售订单、发票和库存。预构建的 v2 适配器,快速设置。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

weclapp Cloud ERP

MCP connector

weclapp Cloud ERP

Access weclapp Cloud ERP data including parties (customers/suppliers), sales orders, invoices, and articles. Popular ERP for German SMBs.

Tools

11

Region

DE

Category

ERP

Authentication

API Key

Required env vars

WECLAPP_TENANTWECLAPP_API_TOKEN
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
    Open source AGPL-3.0
  • 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 weclapp Cloud 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 将 weclapp 云 ERP 暴露给 ChatGPT。以自然语言查询客户、销售订单、发票和库存。预构建的 v2 适配器,快速设置。

试试这样问

weclapp Cloud ERP 的示例提示

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

weclapp Cloud ERP · 通过 MCP 实时
分享
Opus 4.7

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

将 weclapp 连接到 ChatGPT

weclapp 是一家领先的德国云 ERP,专为中小企业服务。使用 AnythingMCP,你可以通过 MCP 将 weclapp 数据暴露给 ChatGPT,并以自然语言查询客户、订单、发票和库存。

该适配器针对 weclapp REST API v2/customer 在 v2 中被移除并统一为 /party,这就是许多第三方 weclapp 集成静默中断的原因。此适配器为你处理迁移。

快速设置

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. 在 weclapp 中,在 我的设置 → API 下生成 API 令牌
  2. 打开 http://localhost:3000/connectors/store 并导入 weclapp 云 ERP
  3. 提供 WECLAPP_TENANT(你的子域,例如 acme 来自 acme.weclapp.com)和 WECLAPP_API_TOKEN
  4. 将连接器分配给 MCP 服务器

连接到 ChatGPT

ChatGPT 的 MCP 支持正在通过 自定义 GPT → 操作 界面推出(以及即将推出的 MCP 原生客户端)。配置 MCP 端点:

{
  "mcpServers": {
    "weclapp": { "url": "https://your-anythingmcp-instance.com/mcp" }
  }
}

对于本地开发,URL 为 http://localhost:4000/mcp。生产使用需要 HTTPS,以便 ChatGPT 可以通过公共互联网访问该端点。

用例

  • "显示所有未完成的销售订单" — 订单管道概览
  • "哪些发票已逾期?" — 付款跟踪仪表板
  • "查找客户 Müller GmbH" — 快速 CRM 查找
  • "当前 A-1234 物品的库存是多少?" — 库存检查
  • "列出 customerNumber-notnull=true 且本月创建的各方" — 新客户报告

专业提示:ChatGPT 和 properties 过滤

ChatGPT 的工具调用响应按令牌计费。始终传递 properties 以限制返回的字段 — 例如在 weclapp_list_invoices 上使用 properties=id,invoiceNumber,grossAmount,paid 可以将每行的有效负载保持在几百字节,而不是多 KB 的 JSON。

相关指南

这份指南对你有帮助吗?

Ready to ship

Your weclapp agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

相关指南