Connector guide1-minute read11 MCP toolsEN · DE · IT

Connect weclapp to ChatGPT — Cloud ERP via MCP (v2 API)

Expose weclapp Cloud ERP to ChatGPT via MCP. Query parties, sales orders, invoices, and inventory in natural language. Pre-built v2 adapter, fast setup.

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

Expose weclapp Cloud ERP to ChatGPT via MCP. Query parties, sales orders, invoices, and inventory in natural language. Pre-built v2 adapter, fast setup.

Try asking

Example prompts for weclapp Cloud ERP

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

weclapp Cloud ERP · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

Connect weclapp to ChatGPT

weclapp is a leading German Cloud ERP for SMBs. Using AnythingMCP you can expose weclapp data to ChatGPT through MCP and query customers, orders, invoices, and inventory in natural language.

The adapter targets the weclapp REST API v2/customer was removed in v2 and unified into /party, which is why many third-party weclapp integrations break silently. This adapter handles the migration for you.

Quick Setup

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. In weclapp, generate an API token under My Settings → API
  2. Open http://localhost:3000/connectors/store and import weclapp Cloud ERP
  3. Provide WECLAPP_TENANT (your subdomain, e.g. acme from acme.weclapp.com) and WECLAPP_API_TOKEN
  4. Assign the connector to an MCP server

Connect to ChatGPT

ChatGPT MCP support is rolling out via the Custom GPT → Actions surface (and via the upcoming MCP-native client). Configure the MCP endpoint:

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

For local development the URL is http://localhost:4000/mcp. Production use requires HTTPS so ChatGPT can reach the endpoint over the public internet.

Use Cases

  • "Show all open sales orders" — order pipeline overview
  • "Which invoices are overdue?" — payment-tracking dashboard
  • "Look up customer Müller GmbH" — quick CRM lookup
  • "What's the current stock of article A-1234?" — inventory check
  • "List parties where customerNumber-notnull=true and createdDate this month" — new customer report

Pro Tip: ChatGPT and properties Filtering

ChatGPT's tool-call responses are billed by token. Always pass properties to limit the returned fields — for example properties=id,invoiceNumber,grossAmount,paid on weclapp_list_invoices keeps the per-row payload to a few hundred bytes instead of multi-KB JSON.

Related Guides

Was this guide helpful?

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.

Related guides