Connector guide3-minute read9 MCP toolsEN · DE · IT

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

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.

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

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

Axonaut

Axonaut

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.

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

9

Регион

FR

Категория

ERP

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

API Key

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

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

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

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

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

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

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

Summary

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.

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

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

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

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

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

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

Axonaut + Gemini

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.

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

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

AXONAUT_API_KEY

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

Getting a key

  1. Sign in to Axonaut and open Paramètres → API (Settings → API).
  2. Copy the key into AXONAUT_API_KEY. It is account-wide and carries full access; treat it as a password.

The header is userApiKey. Not Authorization, not X-API-Key — Axonaut's own spelling, camel-cased, is what the server checks.

Axonaut calls customers 'companies' and people 'employees'. A company is a client or prospect organisation; an employee is a person attached to one. This trips people up, because 'employee' sounds like your own staff and is not.

…(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 — Axonaut должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

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

ToolWhat it does
axonaut_list_companiesList companies — Axonaut's clients and prospects — with their name, SIRET, address, category and assigned user
axonaut_get_companyRead one company in full: its addresses, custom fields, the employees attached to it and its accounting identifiers
axonaut_list_employeesList employees — the people attached to client companies, not your own staff — with their name, e-mail, phone and role
axonaut_list_invoicesList invoices with their number, date, company, pre-tax and total amounts and payment state
axonaut_get_invoiceRead one invoice in full: every product line with quantity, price and VAT, the totals, and the payments recorded against it
axonaut_list_quotationsList quotations (devis) with their number, date, company, total and whether they have been accepted
axonaut_list_expensesList expenses and supplier invoices with their date, supplier, category, pre-tax amount and VAT — the cost side of the ledger
axonaut_list_productsList catalogue products with their reference, name, pre-tax price, VAT rate and stock quantity
axonaut_list_projectsList projects with their name, company, budget, status and dates — the anchor for time and profitability questions

FAQ

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

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

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

Your Axonaut agent is one click away.

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

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

connectors

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

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.

connectors

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

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.

connectors

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

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.

connectors

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

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.

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.