Connector guide2-minute read6 MCP toolsEN · DE · IT

How to Connect TeamSystem to ChatGPT — via 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 teamUpdated 2 min read Open-source on GitHub

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

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

Category

ERP

Authentication

OAuth 2.0

Required env vars

TEAMSYSTEM_CLIENT_IDTEAMSYSTEM_CLIENT_SECRETTEAMSYSTEM_TENANT_ID
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 TeamSystem 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

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

Try asking

Example prompts for TeamSystem

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

TeamSystem · live via MCP
Share
Opus 4.7

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

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → TeamSystem, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

TeamSystem + ChatGPT

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

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

TEAMSYSTEM_CLIENT_ID, TEAMSYSTEM_CLIENT_SECRET, TEAMSYSTEM_TENANT_ID

Step 1 — Get credentials

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)

Step 2 — Install the adapter

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

Step 3 — Add the connector in ChatGPT

ChatGPT supports MCP servers via the Connectors feature (Plus / Pro / Team / Enterprise plans). The free tier does not support custom connectors.

  1. Open ChatGPT → Settings → Connectors (or click the 🔧 icon in the composer → Manage connectors).
  2. Click "Add custom connector".
  3. Fill in:
    • Name: TeamSystem
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → paste your MCP API key (from AnythingMCP → Profile → MCP API Keys → New Key)
  4. Click Connect to authorize.

Available 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

Does ChatGPT free tier work with custom MCP connectors? No — Plus, Pro, Team or Enterprise required.

Next steps

Was this guide helpful?

Your TeamSystem agent is one click away.

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

Related guides