Enterprise1-minute readEnglish · Deutsch · Italiano

Come collegare Xentral a Cursor — via MCP

Collega l'API di Xentral ERP a Claude tramite MCP. Analizza ordini, livelli di scorta, fatture e dati di produzione con l'IA usando AnythingMCP.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

  • 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

TL;DR

Collega l'API di Xentral ERP a Claude tramite MCP. Analizza ordini, livelli di scorta, fatture e dati di produzione con l'IA usando AnythingMCP.

Analizza i dati del tuo ERP con Claude

Xentral ERP non dispone di un connettore MCP. AnythingMCP converte l'API REST di Xentral in un server MCP in modo che Claude possa interrogare ordini, inventario, fatture e dati di produzione.

Guida passo dopo passo

Passo 1: Distribuire AnythingMCP

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

Passo 2: Ottenere le credenziali API di Xentral

In Amministrazione → Impostazioni API, crea un utente API di sola lettura.

Passo 3: Creare un connettore REST

URL base: https://yourcompany.xentral.biz/api. Configura Basic Auth o chiave API.

Passo 4: Esporre gli endpoint principali

  • GET /v1/orders — Ordini di vendita
  • GET /v1/products — Prodotti e scorte
  • GET /v1/invoices — Fatture
  • GET /v1/customers — Clienti
  • GET /v1/production-orders — Produzione
  • GET /v1/shipments — Spedizioni

Passo 5: Collegare Claude

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

Puoi anche aggiungere il tuo server MCP direttamente su Claude.ai in Impostazioni → Connectors, senza bisogno di Claude Desktop.

Passo 6: Chiedere a Claude della tua azienda

  • "Riassumi il volume di ordini e il fatturato di oggi"
  • "Quali prodotti stanno esaurendo le scorte?"
  • "Mostrami tutte le fatture scadute"
  • "Qual è il programma di produzione di questa settimana?"
  • "Confronta il volume di ordini di questo mese con quello del mese scorso"
  • "Quali clienti hanno pagamenti in sospeso?"

Prossimi passi

Questa guida ti è stata utile?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

Guide correlate

SB
connectors

Come collegare SAP Business One a Cursor — via MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

Come collegare SAP Concur a Cursor — via MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SS
connectors

Come collegare SAP S/4HANA Cloud a Cursor — via MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

A
connectors

Come collegare ActiveCampaign a Cursor — via MCP

Drive ActiveCampaign (marketing automation + CRM) from any AI agent: contacts, lists, tags, deals, pipelines, campaigns, automations. 16 tools. Custom Api-Token header auth, per-account API URL.

AS
connectors

Come collegare Acuity Scheduling a Cursor — via MCP

Drive Acuity Scheduling (Squarespace-owned booking SaaS) from any AI agent: appointments, availability, appointment types, calendars, clients, products. 12 tools, Basic-auth.

connectors

Come collegare Adyen a Cursor — via MCP

Drive Adyen (global payment processor) checkout + payments + balance platform from any AI agent. 10 tools, API-key auth, separate live and test environments.