No install? Use cloud.anythingmcp.com directly.
Sign in, install the Wave 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 → Wave Accounting, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Wave Accounting + ChatGPT
Query Wave Accounting (customers, products, invoices, accounts, transactions) via GraphQL from any AI agent. 8 tools, Bearer token 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:
WAVE_ACCESS_TOKEN, WAVE_BUSINESS_ID
Paso 1 — Obtener credenciales
This connector wraps the Wave GraphQL API (gql.waveapps.com/graphql/public).
Setup:
- Sign in to https://my.waveapps.com → bottom-left avatar → Manage Applications → Create Application.
- Use the OAuth flow to obtain an access token, OR (faster) generate a Full Access Token from the application settings (single-tenant).
- Business ID: Wave is multi-business — find your business ID via the
wave_get_businessesquery or in the URL of any Wave page. - Set
WAVE_ACCESS_TOKENandWAVE_BUSINESS_ID.
Authentication: Authorization: Bearer ${WAVE_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:
Wave 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 |
|---|---|
wave_get_businesses | List all businesses the user can access — returns id, name, isClassicAccounting, currency |
wave_list_customers | List customers in a business |
wave_create_customer | Create a customer |
wave_list_invoices | List invoices in a business |
wave_get_invoice | Get a single invoice with line items + memos |
wave_list_products | List products & services in a business |
wave_list_accounts | List chart-of-accounts entries (ledger accounts) for a business |
wave_send_invoice | Send (email) an invoice to its customer |
FAQ
¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.