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.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Sage Business Cloud Accounting, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Sage Business Cloud Accounting + ChatGPT
Manage Sage Business Cloud Accounting (contacts, products, invoices, bank accounts, transactions) from any AI agent. 9 tools, OAuth2 auth.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
SAGE_CLIENT_ID, SAGE_CLIENT_SECRET, SAGE_REFRESH_TOKEN
Paso 1 — Obtener credenciales
This connector wraps the Sage Business Cloud Accounting API v3.1 (api.accounting.sage.com).
Setup — OAuth2:
- Register at https://developer.sage.com/accounting → Create app. Set callback URL.
- 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). - Exchange the code at
https://oauth.accounting.sage.com/token. - 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)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en ChatGPT
ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.
- Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
- Pulsa "Add custom connector".
- Rellena:
- Name:
Sage Business Cloud Accounting - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Herramientas disponibles
| Tool | What it does |
|---|---|
sage_list_businesses | List all businesses the authenticated user can access |
sage_list_contacts | List contacts (customers + vendors) |
sage_get_contact | Get one contact by ID with full address + tax info |
sage_create_contact | Create a contact |
sage_list_sales_invoices | List sales (customer) invoices |
sage_get_sales_invoice | Get one sales invoice with lines + applied payments |
sage_list_products | List products and services |
sage_list_bank_accounts | List bank accounts |
sage_list_transactions | List bank transactions on an account |
FAQ
¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.