Connector guide3-minute read12 MCP toolsEN · DE · IT

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

bexio — the Swiss SMB business suite used by 100,000+ companies: contacts, invoices, quotes, orders, articles, projects and timesheets. REST API, bearer token, amounts in CHF.

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

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

bexio

bexio

bexio — the Swiss SMB business suite used by 100,000+ companies: contacts, invoices, quotes, orders, articles, projects and timesheets. REST API, bearer token, amounts in CHF.

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

12

Регион

CH

Категория

Accounting

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

Bearer Token

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

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

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

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

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

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

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

Summary

bexio — the Swiss SMB business suite used by 100,000+ companies: contacts, invoices, quotes, orders, articles, projects and timesheets. REST API, bearer token, amounts in CHF.

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

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

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

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

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

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

bexio + Gemini

bexio — the Swiss SMB business suite used by 100,000+ companies: contacts, invoices, quotes, orders, articles, projects and timesheets. REST API, bearer token, amounts in CHF.

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

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

BEXIO_API_TOKEN

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

Getting a token

  1. Sign in to bexio and open Einstellungen → Apps & Tools → API-Zugriff.
  2. Create an API token (for a single company) and copy it into BEXIO_API_TOKEN. The token inherits the permissions of the user it was created under, so a read-only agent should get a read-only bexio user.
  3. For a multi-tenant integration bexio also offers OAuth 2.0 with per-scope consent; this adapter uses the simpler API token, which is what a single company needs.

…(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 — Добавьте коннектор в Gemini

Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите gemini.
  3. Запустите /mcp в Gemini CLI — bexio должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

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

ToolWhat it does
bexio_get_company_profileRead the company profile of the connected bexio account: legal name, address, VAT number and country
bexio_list_contactsList contacts (customers, suppliers, private persons) with paging and sorting
bexio_search_contactsFind contacts by an exact or partial field match — the right tool when you know a name, customer number or e-mail and need the bexio contact
bexio_get_contactRead one contact by its bexio id, including both name lines, address, contact group membership and the assigned user
bexio_list_invoicesList invoices (Rechnungen) with their document number, total, currency and payment state
bexio_get_invoiceRead one invoice in full, including every position with its article, quantity, unit price, discount and tax, plus the totals and the due dat
bexio_list_quotesList quotes (Offerten) with their number, addressee, total and status, to see what is out with customers and not yet won
bexio_list_ordersList orders (Aufträge) with their number, customer, total and whether they have already been invoiced
bexio_list_articlesList articles from the bexio product catalogue with their internal code, purchase and sale price, stock level and unit
bexio_list_projectsList projects with their client, responsible user, start and end date and current status — the anchor for any timesheet question
bexio_list_timesheetsList tracked time entries with their user, date, duration, project and billability — the raw data behind 'how much did we spend on this clie
bexio_create_contactCreate a contact in the live bexio company

FAQ

Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.

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

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

Your bexio agent is one click away.

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

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

connectors

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

bexio — the Swiss SMB business suite used by 100,000+ companies: contacts, invoices, quotes, orders, articles, projects and timesheets. REST API, bearer token, amounts in CHF.

connectors

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

bexio — the Swiss SMB business suite used by 100,000+ companies: contacts, invoices, quotes, orders, articles, projects and timesheets. REST API, bearer token, amounts in CHF.

connectors

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

bexio — the Swiss SMB business suite used by 100,000+ companies: contacts, invoices, quotes, orders, articles, projects and timesheets. REST API, bearer token, amounts in CHF.

connectors

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

bexio — the Swiss SMB business suite used by 100,000+ companies: contacts, invoices, quotes, orders, articles, projects and timesheets. REST API, bearer token, amounts in CHF.

connectors

Как подключить AFAS Profit к Gemini — через 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 к Gemini — через 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.