Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Teamleader Focus con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.
Summary
Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.
Prova a chiedere
Prompt di esempio per Teamleader Focus
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Teamleader Focus, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Teamleader Focus + Claude
Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET, TEAMLEADER_REFRESH_TOKEN
Step 1 — Ottieni le credenziali
Getting a token
- Register an integration in the Teamleader Marketplace developer area (developer.teamleader.eu). You receive a client id and client secret.
- Run the authorization-code flow once for the account and keep the refresh token — Teamleader's access tokens last one hour.
- Set
TEAMLEADER_CLIENT_ID,TEAMLEADER_CLIENT_SECRETandTEAMLEADER_REFRESH_TOKEN. AnythingMCP refreshes the access token on its own.
…(continued in the in-app connector instructions)
Step 2 — Installa l'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 — Aggiungi il connettore in Claude
Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.
- Apri claude.ai/customize/connectors.
- Clicca "Add custom connector".
- Compila:
- Name:
Teamleader Focus - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.
Tool disponibili
| Tool | What it does |
|---|---|
teamleader_get_me | Read the user the token belongs to, with their name, e-mail, language and account |
teamleader_list_companies | List client companies with their name, VAT number, address and tags |
teamleader_get_company | Read one company in full: addresses, VAT number, payment terms, custom fields, tags and the account manager |
teamleader_list_contacts | List individual contacts with their name, e-mail, phone and the companies they are linked to |
teamleader_list_deals | List deals with their title, customer, value, phase and expected closing date — the sales-pipeline view |
teamleader_get_deal | Read one deal in full: its value, phase, source, responsible user, linked quotations and the full phase history |
teamleader_list_invoices | List invoices with their number, date, due date, customer, totals and payment status — the receivables view |
teamleader_list_projects | List projects with their title, customer, status, budget and the milestones they are broken into |
teamleader_list_time_tracking | List tracked time entries with their user, date, duration, project and invoiceability — the raw data behind 'how much did we spend on this c |
teamleader_list_quotations | List quotations with their deal, total, status and validity date, to see what is out with prospects and not yet accepted |
FAQ
Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.
Prossimi passi
Questa guida ti è stata utile?