Connector guide2-minute read7 MCP toolsEN · DE · IT

Xentral ERP MCP Server — German SMB ERP for AI Agents

Access Xentral ERP — articles, customers, orders, invoices, stock — from any AI agent via MCP. Pre-built Xentral adapter in AnythingMCP.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Xentral ERP

MCP connector

Xentral ERP

Access Xentral Cloud ERP — the SaaS ERP built specifically for German SMBs in e-commerce, wholesale, and manufacturing. Manage articles, customers, sales orders, invoices, and warehouse stock through the Xentral REST API.

Tools

7

Region

DE

Category

ERP

Authentication

Basic Auth

Required env vars

XENTRAL_URLXENTRAL_USERXENTRAL_PASSWORD
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

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Xentral 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 Xentral ERP — articles, customers, orders, invoices, stock — from any AI agent via MCP. Pre-built Xentral adapter in AnythingMCP.

Try asking

Example prompts for Xentral ERP

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

Xentral ERP · live via MCP
Share
Opus 4.7

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

Connect Xentral ERP to AI Agents

Xentral is the SaaS ERP built specifically for German SMBs in e-commerce, wholesale, and manufacturing. Through MCP your AI agent can query articles, look up customers, list sales orders and invoices, and check live stock levels — turning the ERP into a conversational interface for warehouse, sales, and back-office teams.

Quick Setup with Built-in Adapter

The Xentral adapter ships with AnythingMCP. You provide your instance URL plus an API user.

Step 1: Deploy AnythingMCP

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

Step 2: Create an API User in Xentral

In your Xentral instance: Einstellungen → Benutzer → API → create a new API user with the scopes you need (read articles, read customers, read orders, etc.).

Step 3: Import the Adapter

Open http://localhost:3000/connectors/store, click Import on Xentral, and fill the form:

  • XENTRAL_URL — your instance URL without trailing slash, e.g. https://koch.xentral.biz
  • XENTRAL_USER — the API user login
  • XENTRAL_PASSWORD — the API user password

Step 4: Connect to Your AI Agent

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

Available Tools

ToolDescription
xentral_list_articlesSearch articles by SKU, EAN, or name with filter DSL
xentral_get_articleFull article record incl. cost price, barcodes, tier pricing
xentral_list_customersSearch customers by number or email
xentral_get_customerFull customer record with addresses, contacts, credit limit
xentral_list_sales_ordersSales orders with date and status filter
xentral_list_invoicesOutgoing invoices with open/paid amounts
xentral_get_stockLive stock per warehouse for an article

AI Agent Use Cases

  • "How much stock do we have on SKU A-1234 across warehouses?"
  • "List the open invoices over 1000 euro that are more than 14 days overdue"
  • "Find the customer with the email einkauf@bauhaus.de"
  • "Show me the last 5 sales orders for customer 10001"

Filter DSL

List endpoints accept Xentral's filter syntax — e.g. ?filter=customer_number:eq:10001 or ?filter=datum:gte:2026-01-01. Combine with page and items_per_page (max 500).

Next Steps

Was this guide helpful?

Ready to ship

Your Xentral agent is one click away.

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

Related guides