Connector guide2-minute read10 MCP toolsEN · DE · IT

Как подключить Teamleader Focus к Claude — через MCP

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.

HCBy HelpCode teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

Teamleader Focus

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.

инструментов

10

Регион

BE

Категория

CRM

Аутентификация

OAuth 2.0

Требуемые env-vars

TEAMLEADER_CLIENT_IDTEAMLEADER_CLIENT_SECRETTEAMLEADER_REFRESH_TOKEN
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте Teamleader Focus одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

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.

Попробуй спросить

Примеры промптов для Teamleader Focus

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

Teamleader Focus · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Teamleader Focus, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

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.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET, TEAMLEADER_REFRESH_TOKEN

Шаг 1 — Получите учётные данные

Getting a token

  1. Register an integration in the Teamleader Marketplace developer area (developer.teamleader.eu). You receive a client id and client secret.
  2. Run the authorization-code flow once for the account and keep the refresh token — Teamleader's access tokens last one hour.
  3. Set TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET and TEAMLEADER_REFRESH_TOKEN. AnythingMCP refreshes the access token on its own.

…(continued in the in-app connector instructions)

Шаг 2 — Установите адаптер

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

Шаг 3 — Добавьте коннектор в Claude

Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.

  1. Откройте claude.ai/customize/connectors.
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: Teamleader Focus
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
  4. Нажмите Connect для авторизации.

Все инструменты ниже появятся в чате — начинайте писать промпты.

Доступные инструменты

ToolWhat it does
teamleader_get_meRead the user the token belongs to, with their name, e-mail, language and account
teamleader_list_companiesList client companies with their name, VAT number, address and tags
teamleader_get_companyRead one company in full: addresses, VAT number, payment terms, custom fields, tags and the account manager
teamleader_list_contactsList individual contacts with their name, e-mail, phone and the companies they are linked to
teamleader_list_dealsList deals with their title, customer, value, phase and expected closing date — the sales-pipeline view
teamleader_get_dealRead one deal in full: its value, phase, source, responsible user, linked quotations and the full phase history
teamleader_list_invoicesList invoices with their number, date, due date, customer, totals and payment status — the receivables view
teamleader_list_projectsList projects with their title, customer, status, budget and the milestones they are broken into
teamleader_list_time_trackingList 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_quotationsList quotations with their deal, total, status and validity date, to see what is out with prospects and not yet accepted

FAQ

Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.

Следующие шаги

Это руководство помогло?

Your Teamleader Focus agent is one click away.

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

Похожие руководства

connectors

Как подключить Teamleader Focus к ChatGPT — через MCP

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.

connectors

Как подключить Teamleader Focus к Cursor — через MCP

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.

connectors

Как подключить Teamleader Focus к Gemini — через MCP

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.

connectors

Teamleader Focus в MCP — управляйте Teamleader Focus из любого AI-агента

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.

connectors

Как подключить AFAS Profit к Claude — через MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Как подключить Aruba Fatturazione Elettronica к Claude — через MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.