跳过安装。2 分钟内即可运行。
在 cloud.anythingmcp.com 开始免费试用,一键添加 Moneybird,然后将你的 AI 客户端(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
Moneybird — Dutch online bookkeeping for freelancers and small companies: contacts, sales invoices, purchase invoices, estimates, products and financial mutations. REST API v2, bearer token.
设置
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)
前提条件: MONEYBIRD_API_TOKEN, MONEYBIRD_ADMINISTRATION_ID
本地安装连接器
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
打开 http://localhost:3000/connectors/store,选择 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 |
下一步
这份指南对你有帮助吗?