Connector guide3-minute read10 MCP toolsEN · DE · IT

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

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

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

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

Invoice Ninja

Invoice Ninja

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

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

10

Регион

INTL

Категория

Accounting

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

API Key

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

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

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

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

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

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

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

Summary

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

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

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

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

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

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

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

Invoice Ninja + ChatGPT

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

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

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

INVOICENINJA_URL, INVOICENINJA_API_TOKEN

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

Getting a token

  1. Sign in and open Settings → Account Management → API Tokens (on v5; on a self-hosted instance the same page exists).
  2. Create a token and put it in INVOICENINJA_API_TOKEN.
  3. Set INVOICENINJA_URL. For the hosted service that is https://invoicing.co; for a self-hosted instance, your own root. No trailing slash and no /api/v1 — the adapter appends it.

The header is X-API-TOKEN.

One token, one company. Invoice Ninja supports several companies per account, and the token is bound to the one it was created in. A second company needs a second token and a second connector.

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

ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.

  1. Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: Invoice Ninja
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте MCP API key
  4. Нажмите Connect.

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

ToolWhat it does
invoice_ninja_list_clientsList clients with their name, contacts, balance, paid-to-date total and currency
invoice_ninja_get_clientRead one client in full: their contacts, addresses, payment terms, balance and the settings that override the company defaults for them
invoice_ninja_list_invoicesList invoices with their number, date, due date, client, amount and balance
invoice_ninja_get_invoiceRead one invoice in full: every line item with quantity, cost and tax, the totals, the balance outstanding and the payments applied
invoice_ninja_list_quotesList quotes with their number, date, client, amount and status — what is out with prospects and not yet converted into an invoice
invoice_ninja_list_paymentsList payments with their date, amount, method, client and the invoices they were applied to — the money that actually arrived
invoice_ninja_list_recurring_invoicesList recurring invoices with their frequency, next send date, client and amount — the predictable part of the revenue
invoice_ninja_list_productsList products with their key, notes, cost, price, quantity and tax settings
invoice_ninja_list_expensesList expenses with their date, vendor, category, amount and whether they have been billed to a client — the cost side of the ledger
invoice_ninja_list_projectsList projects with their name, client, budgeted hours, task rate and due date — the anchor for time and profitability questions

FAQ

Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.

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

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

Your Invoice Ninja agent is one click away.

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

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

connectors

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

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

connectors

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

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

connectors

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

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

connectors

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

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

connectors

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