Connector guide2-minute read6 MCP toolsEN · DE · IT

TeamSystem mit Cursor verbinden — über MCP

TeamSystem — Italy's largest business-software group — over the TeamSystem Digital / Enterprise APIs: customers, invoices, items and documents. OAuth 2.0. Partner credentials required.

HCBy HelpCode teamAktualisiert 2 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

TeamSystem

TeamSystem

TeamSystem — Italy's largest business-software group — over the TeamSystem Digital / Enterprise APIs: customers, invoices, items and documents. OAuth 2.0. Partner credentials required.

Tools

6

Region

IT

Kategorie

ERP

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

TEAMSYSTEM_CLIENT_IDTEAMSYSTEM_CLIENT_SECRETTEAMSYSTEM_TENANT_ID
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge TeamSystem mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

TeamSystem — Italy's largest business-software group — over the TeamSystem Digital / Enterprise APIs: customers, invoices, items and documents. OAuth 2.0. Partner credentials required.

Frag einfach

Beispiel-Prompts für TeamSystem

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

TeamSystem · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → TeamSystem klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

TeamSystem + Cursor

TeamSystem — Italy's largest business-software group — over the TeamSystem Digital / Enterprise APIs: customers, invoices, items and documents. OAuth 2.0. Partner credentials required.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

TEAMSYSTEM_CLIENT_ID, TEAMSYSTEM_CLIENT_SECRET, TEAMSYSTEM_TENANT_ID

Schritt 1 — Zugangsdaten holen

Partner credentials required. TeamSystem's APIs are published through its developer portal but issued per integration partner and per product line (TeamSystem Enterprise, TS Digital, Alyante, …). You will not find a self-service key in the product UI, and there is no public sandbox — which is why this adapter ships unverified.

Setup

  1. Register at developer.teamsystem.com and have your TeamSystem partner enable the APIs for your customer's tenant.
  2. Create an application and note the client id and client secret.
  3. Note the tenant id that scopes your customer's data. Set TEAMSYSTEM_CLIENT_ID, TEAMSYSTEM_CLIENT_SECRET and TEAMSYSTEM_TENANT_ID.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Schritt 3 — Connector in Cursor hinzufügen

Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und Cursor neu starten.
  3. Cursor → Einstellungen → MCP öffnen und prüfen, ob TeamSystem als "Connected" gelistet ist.
  4. Chatten — alle TeamSystem-Tools sind aufrufbar.

Verfügbare Tools

ToolWhat it does
teamsystem_list_customersList customers with their name, partita IVA, codice fiscale and address
teamsystem_get_customerRead one customer in full: registered and billing addresses, tax data, payment terms and the e-invoice routing code
teamsystem_list_suppliersList suppliers with their name, partita IVA and address, for the purchasing side of the ledger
teamsystem_list_invoicesList invoices in a date range with their number, date, customer, total and e-invoice status in the Sistema di Interscambio
teamsystem_get_invoiceRead one invoice in full: every line with its VAT rate, the totals, the payment schedule and the e-invoice transmission record
teamsystem_list_itemsList items and services from the catalogue with their code, description, unit, price and VAT rate

FAQ

Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.

Nächste Schritte

War dieser Guide hilfreich?

Your TeamSystem agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Verwandte Anleitungen