Connector guide1-minute read9 MCP toolsEN · DE · IT

Invoiced 到 MCP — 从任何 AI 代理驱动 Invoiced

从任何 AI 代理管理 Invoiced(应收账款自动化:客户、发票、付款、订阅、信用票据)。9 个工具,基本认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Invoiced

Manage Invoiced (A/R automation: customers, invoices, payments, subscriptions, credit notes) from any AI agent. 9 tools, basic-auth.

Tools

9

Region

INTL

Category

Accounting

Authentication

Basic Auth

Required env vars

INVOICED_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Invoiced in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

从任何 AI 代理管理 Invoiced(应收账款自动化:客户、发票、付款、订阅、信用票据)。9 个工具,基本认证。

试试这样问

Invoiced 的示例提示

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

Invoiced · 通过 MCP 实时
分享
Opus 4.7

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

💡 不想安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Invoiced,粘贴你的凭据,生成一个 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Invoiced

从任何 AI 代理管理 Invoiced(应收账款自动化:客户、发票、付款、订阅、信用票据)。9 个工具,基本认证。

设置

此连接器封装了 Invoiced REST API (api.invoiced.com)。

设置

  1. 登录 https://app.invoiced.comDevelopers → API Keys → Create API Key
  2. 设置 INVOICED_API_KEY
  3. 沙盒:用于测试,将 baseUrl 指向 https://api.sandbox.invoiced.com

认证:HTTP Basic — API 密钥作为用户名,密码为空。

层级客户 → 发票 → 行项目 → 付款。订阅会自动生成定期发票。

分页:通过 Link 头进行基于游标的分页。使用 per_page(最大 100)和 page(基于 1)。

速率限制:每个 API 密钥 60 次请求/分钟,1k/小时。429 错误时使用 Retry-After

…(在应用内连接器说明中继续)

先决条件INVOICED_API_KEY

本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 Invoiced 并粘贴在先决条件下列出的环境变量。

可用工具

工具功能
invoiced_list_customers列出客户
invoiced_get_customer获取一个客户
invoiced_create_customer创建一个客户
invoiced_list_invoices列出发票
invoiced_get_invoice获取一个带有行项目和付款的发票
invoiced_create_invoice创建一张发票
invoiced_send_invoice通过电子邮件将发票发送给客户
invoiced_list_payments列出付款
invoiced_create_payment记录一次付款(离线)并可选择将其应用于发票

下一步

这份指南对你有帮助吗?

Ready to ship

Your Invoiced agent is one click away.

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

相关指南