Connector guide1-minute read6 MCP toolsEN · DE · IT

如何将 weclapp 云 ERP 连接到 MCP 以支持 AI 代理

通过 AI 代理和 MCP 访问 weclapp ERP 数据,包括客户、订单、发票和商品。德国中小企业的热门云 ERP 解决方案。

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

通过 AI 代理和 MCP 访问 weclapp ERP 数据,包括客户、订单、发票和商品。德国中小企业的热门云 ERP 解决方案。

试试这样问

weclapp Cloud ERP 的示例提示

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

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

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

weclapp 云 ERP 与 AI 代理

weclapp 是德国中小企业的热门云 ERP 解决方案。将其 API 连接到 MCP 可以使 AI 代理查询客户、订单、发票和库存数据。

使用内置适配器快速设置

步骤 1:部署 AnythingMCP

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

步骤 2:导入 weclapp 适配器

打开 http://localhost:3000/connectors/store,然后点击 weclapp 云 ERP 适配器上的 导入。在提示时输入你的 weclapp 租户名称和 API 令牌。

步骤 3:获取 weclapp API 令牌

在 weclapp 中,转到 我的设置 > API 令牌 并生成一个新令牌。你的租户名称是子域名(例如,从 yourcompany.weclapp.com 中的 yourcompany)。

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

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

可用工具

工具描述
weclapp_list_customers列出带有联系信息和 ID 的客户
weclapp_get_customer获取详细的客户信息
weclapp_list_sales_orders列出带有金额和状态的销售订单
weclapp_list_invoices列出带有付款状态的发票
weclapp_list_articles列出带有库存水平的商品/产品
weclapp_get_article获取包括仓库数据在内的详细商品信息

AI 代理用例

  • "给我显示这个月所有未完成的订单"
  • "商品 ABC 的当前库存是多少?"
  • "列出所有未支付的发票,金额超过 €1,000"
  • "我们在慕尼黑有多少客户?"

这份指南对你有帮助吗?

Ready to ship

Your weclapp agent is one click away.

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

相关指南