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.
7 天免费 · 无需信用卡 · EU 托管
问 Moneybird 任何事
通过 AnythingMCP 对 Moneybird 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 MoneybirdClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Moneybird。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Moneybird
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
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.
Rate limit: roughly 150 requests per five minutes per token, and Moneybird answers a burst with 429 plus a Retry-After. Pace bulk work rather than retrying immediately.
Filtering is a single comma-separated string, not repeated parameters: filter=period:this_year,state:open. Available keys differ per resource — for sales invoices the useful ones are period, state (draft, open, late, paid, all) and contact_id.
Paging is page (1-based) and per_page (max 100). There is no total count in the body; a short page means you have reached the end.
Amounts are strings in euros, and total_price_incl_tax is not total_price_excl_tax. Pick the one the question actually means.
Cloud reachability: moneybird.com is public with a valid certificate.