easybill Invoicing

easybill Invoicing

Manage customers, invoices, offers, credit notes and products in easybill. Popular 100% Made-in-Germany invoicing and e-commerce accounting SaaS used by 20,000+ businesses.

7 天免费 · 无需信用卡 · EU 托管

问 easybill 任何事

通过 AnythingMCP 对 easybill Invoicing 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。

在 Cloud 上安装 easybill
easybill Invoicing · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

2 分钟设置

  1. 1在 cloud.anythingmcp.com 开始免费试用。
  2. 2在连接器商店点击 easybill Invoicing。提示时粘贴凭据。
  3. 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
立即安装 easybill Invoicing

easybill 指南

面向主流 AI 客户端的逐步设置。

配置 easybill Invoicing

直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。

easybill is a German cloud invoicing / accounting tool (100% Made in Germany, 20,000+ customers) with a clean REST API at https://api.easybill.de/rest/v1.

Authentication

Generate an API key in easybill under Settings → App-Center / API (if you can't find it, contact easybill support to enable API access). Set it as EASYBILL_API_KEY. The connector sends it as Authorization: Bearer <key>. (easybill also accepts HTTP Basic Auth with email:apikey, but Bearer is simpler and is what this connector uses.)

Core concepts

  • Customers (/customers) — your clients. Identified by numeric id and a human number.
  • Documents (/documents) — the single resource for every document kind, discriminated by type: INVOICE, CREDIT, OFFER, REMINDER, DELIVERY, etc. Filter a list with type=INVOICE (comma-separated for several types). Each document carries an items array of line items.
  • Positions (/positions) — your reusable product/article catalog (article number, description, unit price, VAT).

Pagination

List endpoints are page-based: page (default 1) and limit (default 100, max 1000). List responses wrap the rows in a documents/page/pages/total envelope.

Dates & filters

Date filters accept a single YYYY-MM-DD or a from,to range (e.g. document_date=2026-01-01,2026-03-31). paid_at=null returns unpaid invoices. Most ID filters accept comma-separated lists.

Tips

  • To list only open invoices: easybill_list_documents with type=INVOICE and paid_at=null.
  • Fetch a finished invoice as a PDF with easybill_get_document_pdf (returns the PDF base64-encoded in the pdf field).
  • Amounts are in the document currency; VAT is per line item (vat_percent).

你的 AI 距离 easybill Invoicing 仅两次点击。

安装连接器、粘贴凭据、向 AI 提问。7 天免费,无需信用卡。