Connector guide1-minute read6 MCP toolsEnglish · Deutsch · Italiano

将 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

6

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
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the weclapp Cloud ERP in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

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

将 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.

相关指南