Connector guide3-minute read9 MCP toolsEN · DE · IT

How to Connect Moneybird to Gemini — via MCP

Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.

HCBy HelpCode teamUpdated 3 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

Moneybird

Moneybird

Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.

tools

9

Region

NL

Category

Accounting

Authentication

Bearer Token

Required env vars

MONEYBIRD_API_TOKENMONEYBIRD_ADMINISTRATION_ID
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Moneybird in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

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.

Try asking

Example prompts for Moneybird

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

Moneybird · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → Moneybird, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

Moneybird + Gemini

Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

MONEYBIRD_API_TOKEN, MONEYBIRD_ADMINISTRATION_ID

Step 1 — Get credentials

Getting a token

  1. Sign in to Moneybird and open Instellingen → Koppelingen → API-tokens (Settings → Integrations → API tokens).
  2. Create a personal access token and put it in MONEYBIRD_API_TOKEN.
  3. Set MONEYBIRD_ADMINISTRATION_ID to the numeric administration id. It is in the URL when you are logged in — moneybird.com/123456789/… — and moneybird_list_administrations also 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)

Step 2 — Install the adapter

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

Step 3 — Add the connector in Gemini

Gemini CLI reads MCP servers from ~/.gemini/settings.json (or %APPDATA%\gemini\settings.json on Windows). Add:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Get your MCP API key from AnythingMCP → Profile → MCP API Keys → New Key.
  2. Save the file and restart gemini.
  3. Run /mcp inside the Gemini CLI — Moneybird should be listed as available.
  4. Vertex AI Studio: pass https://cloud.anythingmcp.com/mcp to the tools array of your request with the same Bearer header.

Available tools

ToolWhat it does
moneybird_list_administrationsList the administrations this token can reach, with their id, name, language and currency
moneybird_list_contactsList contacts — customers and suppliers — with their company name, contact person, address, VAT number and customer id
moneybird_get_contactRead one contact in full: addresses, tax identifiers, payment terms, custom fields and the notes recorded against them
moneybird_list_sales_invoicesList sales invoices with their number, date, due date, contact, totals and state
moneybird_get_sales_invoiceRead 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_invoicesList purchase invoices and receipts with their supplier, date, due date and total — the cost side of the ledger
moneybird_list_estimatesList estimates (offertes) with their number, date, contact, total and state, to see what is out with customers and not yet won
moneybird_list_productsList the products and services in the catalogue with their description, price, tax rate and ledger account
moneybird_list_financial_mutationsList bank mutations with their date, amount, description and reconciliation state, so unpaid invoices can be matched against money that actu

FAQ

Does Gemini 1.5 Pro or 2.x support MCP? Yes — Gemini CLI ≥ 0.4 and Vertex AI tools API both accept MCP httpUrl connectors with Bearer headers.

Next steps

Was this guide helpful?

Your Moneybird agent is one click away.

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

Related guides

connectors

How to Connect Moneybird to ChatGPT — via MCP

Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.

connectors

How to Connect Moneybird to Claude — via MCP

Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.

connectors

How to Connect Moneybird to Cursor — via MCP

Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.

connectors

Moneybird to MCP — Drive Moneybird from any AI Agent

Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.

connectors

How to Connect AFAS Profit to Gemini — via 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

How to Connect Aruba Fatturazione Elettronica to Gemini — via 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.