Connector guide1-minute read9 MCP toolsEN · DE · IT

如何通过 MCP 将 Sage Business Cloud Accounting 连接到 ChatGPT

从任何 AI 代理管理 Sage Business Cloud Accounting(联系人、产品、发票、银行账户、交易)。9 种工具,OAuth2 认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

Sage Business Cloud Accounting

MCP connector

Sage Business Cloud Accounting

Manage Sage Business Cloud Accounting (contacts, products, invoices, bank accounts, transactions) from any AI agent. 9 tools, OAuth2 auth.

Tools

9

Region

INTL

Category

Accounting

Authentication

OAuth 2.0

Required env vars

SAGE_CLIENT_IDSAGE_CLIENT_SECRETSAGE_REFRESH_TOKEN
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 Sage Business Cloud Accounting 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 代理管理 Sage Business Cloud Accounting(联系人、产品、发票、银行账户、交易)。9 种工具,OAuth2 认证。

试试这样问

Sage Business Cloud Accounting 的示例提示

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

Sage Business Cloud Accounting · 通过 MCP 实时
分享
Opus 4.7

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

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

Sage Business Cloud Accounting + ChatGPT

从任何 AI 代理管理 Sage Business Cloud Accounting(联系人、产品、发票、银行账户、交易)。9 种工具,OAuth2 认证。

先决条件

请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

SAGE_CLIENT_ID, SAGE_CLIENT_SECRET, SAGE_REFRESH_TOKEN

第一步 — 获取凭据

此连接器封装了 Sage Business Cloud Accounting API v3.1 (api.accounting.sage.com)。

设置 — OAuth2

  1. https://developer.sage.com/accounting 注册 → 创建应用。设置回调 URL。
  2. https://www.sageone.com/oauth2/auth/central?response_type=code&client_id=...&redirect_uri=...&scope=full_access&country=gb 完成认证流程(使用与你的 Sage 订阅匹配的国家代码 — gb, us, ca, de, fr, ie, es)。
  3. https://oauth.accounting.sage.com/token 交换代码。
  4. 设置 SAGE_CLIENT_ID, SAGE_CLIENT_SECRET, SAGE_REFRESH_TOKEN

认证:OAuth2 — 引擎处理刷新。发送 Authorization: Bearer ${ACCESS_TOKEN}

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

第二步 — 安装适配器

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

第三步 — 在 ChatGPT 中添加连接器

ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费层不支持自定义连接器。

  1. 打开 ChatGPT → 设置 → Connectors(或点击创作器中的 🔧 图标 → 管理连接器)。
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: Sage Business Cloud Accounting
    • MCP 服务器 URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer token → 粘贴你的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 以授权。

可用工具

工具功能
sage_list_businesses列出经过身份验证的用户可以访问的所有企业
sage_list_contacts列出联系人(客户 + 供应商)
sage_get_contact通过 ID 获取一个联系人及其完整地址 + 税务信息
sage_create_contact创建一个联系人
sage_list_sales_invoices列出销售(客户)发票
sage_get_sales_invoice获取一张销售发票及其明细 + 已应用的付款
sage_list_products列出产品和服务
sage_list_bank_accounts列出银行账户
sage_list_transactions列出账户上的银行交易

常见问题

ChatGPT 免费层支持自定义 MCP 连接器吗? 不 — 需要 Plus、Pro、Team 或 Enterprise。

后续步骤

这份指南对你有帮助吗?

Ready to ship

Your Sage agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

相关指南