Billingo MCP服务器
MCP(模型上下文协议)服务器 比林戈 开具API发票(v3)。该服务器使Claude等人工智能助手能够通过自然语言管理发票、合作伙伴、产品、费用等。
下面的中文文档 / Hungarian docs below
远程使用(Smithery)
使用此服务器的最简单方法是通过Smithery,无需安装:
](https://smithery.ai/servers/aiamindennapokban/billingo-mcp)
Smithery将自动提示您输入Billingo API密钥并管理连接。
______________________________________________________________________
特性
- 文件/发票 --创建、列出、取消、复制、下载PDF、通过电子邮件发送、管理付款、查看NAV Online Szamla状态
- 伙伴 --创建、更新、删除和搜索客户/供应商
- 产品 --管理您的产品/服务目录
- 银行账户 --公司银行账户的CRUD操作
- 支出/费用 --跟踪和管理业务费用
- 文档导出 --将发票导出到Excel/CSV
- 组织 --检索您的公司数据
- 公用事业 --通过NAV验证税号,获取MNB货币汇率,列出文件块
可用工具(35+)
| 类别 | 工具 |
|---|---|
| 文件 | list_documents, get_document, create_document, cancel_document, delete_draft, create_from_proforma, create_from_draft, create_modification_document, copy_document, download_document, get_document_public_url, send_document |
| 付款 | get_payment, update_payment, delete_payment, get_online_szamla_status |
伙伴 list_partners, get_partner, create_partner, update_partner, delete_partner | |
| 产品中心 | list_products, get_product, create_product, update_product, delete_product |
| 银行账户 | list_bank_accounts, get_bank_account, create_bank_account, update_bank_account, delete_bank_account |
| 支出 | list_spending, get_spending, create_spending, update_spending, delete_spending |
| 出口 | create_document_export, download_document_export |
| 组织机构 | get_organization |
| 公用事业 | check_tax_number, get_currency_rates, list_document_blocks |
先决条件
本地安装
git clone https://github.com/Szotasz/billingo-mcp.git
cd billingo-mcp
npm install
npm run build配置
克劳德代码
添加到您的 ~/.claude/settings.json:
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["/path/to/billingo-mcp/dist/cli.js"],
"env": {
"BILLINGO_API_KEY": "your-billingo-api-key"
}
}
}
}克劳德桌面版
添加到您的Claude桌面配置(~/Library/Application Support/Claude/claude_desktop_config.json 在macOS上):
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["/path/to/billingo-mcp/dist/cli.js"],
"env": {
"BILLINGO_API_KEY": "your-billingo-api-key"
}
}
}
}用法示例
配置后,您可以询问您的AI助手:
- “列出我上个月的发票”
- “为合作伙伴X创建包含2个项目的发票”
- “下载PDF格式的123号发票”
- “检查税号12345678”
- “今天的欧元/匈牙利福林汇率是多少?”
- “显示未付发票”
- “将456号发票发送至client@example.com"
支持
如果你觉得这个项目有用,你可以支持开发:

许可证
麻省理工学院
______________________________________________________________________
Billingo MCP 服务器(中文)
MCP(Model Context Protocol)服务器 比林戈 计算器API(v3)。借助此服务器,人工智能助理(例如 Claude)可以用自然语言管理账户、合作伙伴、产品、费用和其他账单任务。
远程使用(Smithery)
使用服务器的最简单方法是通过 Smithery 连接,无需安装任何内容:
](https://smithery.ai/servers/aiamindennapokban/billingo-mcp)
Smithery 会自动获取您的 Billingo API 密钥并管理连接。
功能
- 账户/证据 — 创建, 列表, 删除, 复制, PDF下载, 发送电子邮件, 付款管理, NAV在线帐户状态
- Partnerek 客户/供应商管理(CRUD+搜索)
- 产品展示 — 产品/服务目录管理
- 银行账户 — 公司银行账户管理
- 费用 — 记录和管理业务成本
- 文档导出 — 以 Excel/CSV 格式导出账户
- 组织 询问您的公司
- 辅助工具 — NAV税号检查,MNB汇率,账户列表
前提条件
本地安装
git clone https://github.com/Szotasz/billingo-mcp.git
cd billingo-mcp
npm install
npm run build设置
克劳德代码
添加到 ~/.claude/settings.json 到文件 :
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["/elérési/út/billingo-mcp/dist/cli.js"],
"env": {
"BILLINGO_API_KEY": "a-te-billingo-api-kulcsod"
}
}
}
}克劳德桌面版
添加到 Claude 桌面配置~/Library/Application Support/Claude/claude_desktop_config.json macOS en):
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["/elérési/út/billingo-mcp/dist/cli.js"],
"env": {
"BILLINGO_API_KEY": "a-te-billingo-api-kulcsod"
}
}
}
}应用范例
设置完成后,您可以告诉AI助理:
- “列出我上个月的账户”
- “为合作伙伴X创建2个账户”
- “以PDF格式下载123号发票”
- “查看税号12345678”
- “今天EUR/HUF的汇率是多少?”
- “显示未付账单”
- “把账单456发给我。ugyfel@pelda.hu地址 »
支持
如果你觉得这个项目有帮助,你可以支持它:

许可证
麻省理工学院
