Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте Moneybird одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
Summary
Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.
Попробуй спросить
Примеры промптов для Moneybird
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Moneybird, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Moneybird + Cursor
Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
MONEYBIRD_API_TOKEN, MONEYBIRD_ADMINISTRATION_ID
Шаг 1 — Получите учётные данные
Getting a token
- Sign in to Moneybird and open Instellingen → Koppelingen → API-tokens (Settings → Integrations → API tokens).
- Create a personal access token and put it in
MONEYBIRD_API_TOKEN. - Set
MONEYBIRD_ADMINISTRATION_IDto the numeric administration id. It is in the URL when you are logged in —moneybird.com/123456789/…— andmoneybird_list_administrationsalso returns it.
Every data path carries the administration id. A Moneybird account can hold several administrations (one per company, or a bookkeeper's client list) and each has its own id. This connector is fixed to one; add a second connector for a second administration.
…(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 — Добавьте коннектор в Cursor
Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
- Сохраните файл и перезапустите Cursor.
- Откройте Cursor → Settings → MCP и убедитесь, что
Moneybirdотображается как "Connected". - Начинайте чат — все инструменты
Moneybirdдоступны.
Доступные инструменты
| Tool | What it does |
|---|---|
moneybird_list_administrations | List the administrations this token can reach, with their id, name, language and currency |
moneybird_list_contacts | List contacts — customers and suppliers — with their company name, contact person, address, VAT number and customer id |
moneybird_get_contact | Read one contact in full: addresses, tax identifiers, payment terms, custom fields and the notes recorded against them |
moneybird_list_sales_invoices | List sales invoices with their number, date, due date, contact, totals and state |
moneybird_get_sales_invoice | Read one sales invoice in full: every detail line with quantity, price and tax rate, the totals, the payment schedule and the payments recei |
moneybird_list_purchase_invoices | List purchase invoices and receipts with their supplier, date, due date and total — the cost side of the ledger |
moneybird_list_estimates | List estimates (offertes) with their number, date, contact, total and state, to see what is out with customers and not yet won |
moneybird_list_products | List the products and services in the catalogue with their description, price, tax rate and ledger account |
moneybird_list_financial_mutations | List bank mutations with their date, amount, description and reconciliation state, so unpaid invoices can be matched against money that actu |
FAQ
Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.
Следующие шаги
Это руководство помогло?