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.
Summary
通过 AI 代理和 MCP 访问 weclapp ERP 数据,包括客户、订单、发票和商品。德国中小企业的热门云 ERP 解决方案。
试试这样问
weclapp Cloud ERP 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
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"
- "我们在慕尼黑有多少客户?"
这份指南对你有帮助吗?