Connector guide1-minute read6 MCP toolsEN · DE · IT

How to Connect weclapp Cloud ERP to MCP for AI Agents

Access weclapp ERP data including customers, orders, invoices, and articles via AI agents and MCP. Popular cloud ERP for German SMBs.

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

Access weclapp ERP data including customers, orders, invoices, and articles via AI agents and MCP. Popular cloud ERP for German SMBs.

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.

weclapp Cloud ERP with AI Agents

weclapp is a popular cloud ERP solution for German small and medium businesses. Connecting its API to MCP enables AI agents to query customers, orders, invoices, and inventory data.

Quick Setup with Built-in Adapter

Step 1: Deploy AnythingMCP

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

Step 2: Import the weclapp Adapter

Open http://localhost:3000/connectors/store and click Import on the weclapp Cloud ERP adapter. Enter your weclapp tenant name and API token when prompted.

Step 3: Get weclapp API Token

In weclapp, go to My Settings > API Tokens and generate a new token. Your tenant name is the subdomain (e.g., yourcompany from yourcompany.weclapp.com).

Step 4: Connect to Your AI Agent

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

Available Tools

ToolDescription
weclapp_list_customersList customers with contact info and IDs
weclapp_get_customerGet detailed customer information
weclapp_list_sales_ordersList sales orders with amounts and status
weclapp_list_invoicesList invoices with payment status
weclapp_list_articlesList articles/products with stock levels
weclapp_get_articleGet detailed article info including warehouse data

AI Agent Use Cases

  • "Show me all open orders from this month"
  • "What's the current stock for article ABC?"
  • "List all unpaid invoices over €1,000"
  • "How many customers do we have in Munich?"

Was this guide helpful?

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.

Related guides