Connector guide1-minute read6 MCP toolsEN · DE · IT

如何将 Billomat 连接到 MCP 以支持 AI 代理

通过 MCP 使用 AI 代理管理发票、客户、商品和报价。Billomat 是一个德国在线发票和会计平台。

HCBy HelpCode team更新于 1 min read 在 GitHub 开源

无需信用卡 · 7 天试用 · 提供自托管方案

Billomat Invoicing

Billomat Invoicing

Manage invoices, clients, articles, and accounting with Billomat. German online invoicing and bookkeeping platform for freelancers and SMBs.

个工具

6

区域

DE

类别

Finance

身份验证

API Key

所需环境变量

BILLOMAT_SUBDOMAINBILLOMAT_API_KEY
在 Cloud 上一键安装

7 天免费试用 · 无需信用卡

  • 7 天免费试用
    无需信用卡
  • GDPR & SOC 2 ready
    数据驻留欧盟,审计日志
  • 在 GitHub 开源
    开源 · AGPL-3.0
  • 支持 ChatGPT、Claude、Gemini
    任何兼容 MCP 的客户端

跳过安装。2 分钟内即可运行。

cloud.anythingmcp.com 开始免费试用,一键添加 Billomat Invoicing,然后将你的 AI 客户端(Claude、ChatGPT、Copilot 或 Cursor)指向生成的 MCP 端点。无需 Docker,无需 git clone,无需任何工程经验。

开始免费试用

Summary

通过 MCP 使用 AI 代理管理发票、客户、商品和报价。Billomat 是一个德国在线发票和会计平台。

试试这样问

Billomat Invoicing 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Billomat Invoicing · 通过 MCP 实时
分享
Opus 4.7

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

Billomat 与 AI 代理的发票管理

Billomat 是一个面向自由职业者和中小企业的德国在线发票和会计平台。通过将其 REST API 连接到 MCP,AI 代理可以管理客户、创建和跟踪发票、查看商品以及处理报价。

快速设置

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,导入 Billomat 适配器,并输入你的 Billomat 子域名和 API 密钥。

{
  "mcpServers": {
    "billomat": { "url": "http://localhost:4000/mcp" }
  }
}

可用工具

工具描述
billomat_list_clients列出带有名称过滤的客户
billomat_get_client获取详细的客户信息
billomat_list_invoices按客户或状态过滤列出发票
billomat_get_invoice获取带有行项目的完整发票详情
billomat_list_articles列出产品和服务
billomat_list_offers按客户列出报价/提案

使用案例

  • "显示所有逾期发票"
  • "我们有多少个未完成的报价?"
  • "列出所有客户及其总发票金额"
  • "我们的目录中有哪些商品?"

这份指南对你有帮助吗?

Your Billomat Invoicing agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南