Teamleader Focus
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.
7 Tage gratis · keine Kreditkarte · EU-Hosting
Frag Teamleader alles
Teste einen echten Prompt gegen Teamleader Focus via AnythingMCP — Claude ruft die Tools auf, liefert die Antwort. Drück Enter auf deine eigene Nachricht, um auf Cloud zu installieren.
Teamleader auf Cloud installierenClaude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
Setup in 2 Minuten
- 1Free Trial auf cloud.anythingmcp.com starten.
- 2Im Connector-Store auf Teamleader Focus klicken. Credentials einfügen.
- 3MCP-API-Key generieren und KI-Client auf die MCP-URL zeigen.
Anleitungen für Teamleader
Schritt-für-Schritt-Setup für die wichtigsten KI-Clients.
Teamleader Focus einrichten
Direkt aus der Connector-Definition: wo du die Credentials findest, welche Rechte sie brauchen und mit welcher API dieser Adapter spricht. Vom Connector-Autor auf Englisch bereitgestellt.
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.
Every endpoint is a POST, including the reads. Teamleader's API is action-shaped — companies.list, deals.info, invoices.list — and all of them are POSTs whose JSON body carries the filter. That is why these tools look like writes in an HTTP trace even when they only read; the tool names here say what each one actually does.
Filters are a nested object. {"filter": {"term": "Acme"}, "page": {"size": 20, "number": 1}, "sort": [{"field": "name", "order": "asc"}]}. The available filter keys differ per action and are listed in Teamleader's reference.
Refresh tokens rotate. Teamleader issues a new refresh token on every refresh and invalidates the old one. AnythingMCP persists the rotated token back into the connector, so the stored value stays current — but if you also use the same refresh token from another script, one of the two will start failing.
Ids are UUIDs, and deals.info needs the deal's id, not its reference number.
Cloud reachability: api.focus.teamleader.eu is public with a valid certificate.
Deine KI ist zwei Klicks von Teamleader Focus entfernt.
Connector installieren, Credentials einfügen, KI fragen. 7 Tage gratis, keine Kreditkarte.