Connector guide2-minute read9 MCP toolsEnglish · Deutsch · Italiano

Sage Business Cloud Accounting mit ChatGPT verbinden — über MCP

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

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

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

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
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Sage Business Cloud Accounting in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Sage Business Cloud Accounting klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Sage Business Cloud Accounting + ChatGPT

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

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

SAGE_CLIENT_ID, SAGE_CLIENT_SECRET, SAGE_REFRESH_TOKEN

Schritt 1 — Zugangsdaten holen

This connector wraps the Sage Business Cloud Accounting API v3.1 (api.accounting.sage.com).

Setup — OAuth2:

  1. Register at https://developer.sage.com/accountingCreate app. Set callback URL.
  2. Complete the auth flow at https://www.sageone.com/oauth2/auth/central?response_type=code&client_id=...&redirect_uri=...&scope=full_access&country=gb (use the country code matching your Sage subscription — gb, us, ca, de, fr, ie, es).
  3. Exchange the code at https://oauth.accounting.sage.com/token.
  4. Set SAGE_CLIENT_ID, SAGE_CLIENT_SECRET, SAGE_REFRESH_TOKEN.

Authentication: OAuth2 — engine handles refresh. Sends Authorization: Bearer ${ACCESS_TOKEN}.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in ChatGPT hinzufügen

ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.

  1. Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
  2. Klicke "Add custom connector".
  3. Trage ein:
    • Name: Sage Business Cloud Accounting
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
  4. Klicke Connect zum Autorisieren.

Verfügbare Tools

ToolWhat it does
sage_list_businessesList all businesses the authenticated user can access
sage_list_contactsList contacts (customers + vendors)
sage_get_contactGet one contact by ID with full address + tax info
sage_create_contactCreate a contact
sage_list_sales_invoicesList sales (customer) invoices
sage_get_sales_invoiceGet one sales invoice with lines + applied payments
sage_list_productsList products and services
sage_list_bank_accountsList bank accounts
sage_list_transactionsList bank transactions on an account

FAQ

Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.

Nächste Schritte

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.