Connector guide2-minute read9 MCP toolsEN · DE · IT

Invoiced a MCP — Gestiona Invoiced desde cualquier Agente de IA

Gestiona Invoiced (automatización A/R: clientes, facturas, pagos, suscripciones, notas de crédito) desde cualquier agente de IA. 9 herramientas, autenticación básica.

HCBy HelpCode teamUpdated 2 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

Gestiona Invoiced (automatización A/R: clientes, facturas, pagos, suscripciones, notas de crédito) desde cualquier agente de IA. 9 herramientas, autenticación básica.

Prueba a pedir

Prompts de ejemplo para Invoiced

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Invoiced · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, haz clic en Conectores → Invoiced, pega tus credenciales, genera una clave API de MCP — listo. Sin Docker, sin git clone, sin servidor local.

Invoiced

Gestiona Invoiced (automatización A/R: clientes, facturas, pagos, suscripciones, notas de crédito) desde cualquier agente de IA. 9 herramientas, autenticación básica.

Configuración

Este conector envuelve la API REST de Invoiced (api.invoiced.com).

Configuración:

  1. Inicia sesión en https://app.invoiced.comDesarrolladores → Claves API → Crear clave API.
  2. Establece INVOICED_API_KEY.
  3. Sandbox: para pruebas, apunta baseUrl a https://api.sandbox.invoiced.com en su lugar.

Autenticación: HTTP Básica — clave API como nombre de usuario, contraseña vacía.

Jerarquía: Cliente → Factura → Líneas de artículo → Pagos. Las suscripciones generan facturas recurrentes automáticamente.

Paginación: basada en cursor a través de los encabezados Link. Usa per_page (máx 100) y page (basado en 1).

Límites de tasa: 60 req/min por clave API, 1k/hora. 429 con Retry-After.

…(continuado en las instrucciones del conector en la aplicación)

Requisitos previos: INVOICED_API_KEY

Instala el conector localmente

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

Abre http://localhost:3000/connectors/store, selecciona Invoiced y pega las variables de entorno listadas bajo Requisitos previos.

Herramientas disponibles

HerramientaQué hace
invoiced_list_customersLista clientes
invoiced_get_customerObtiene un cliente
invoiced_create_customerCrea un cliente
invoiced_list_invoicesLista facturas
invoiced_get_invoiceObtiene una factura con líneas de artículo + pagos
invoiced_create_invoiceCrea una factura
invoiced_send_invoiceEnvía una factura por correo electrónico a su cliente
invoiced_list_paymentsLista pagos
invoiced_create_paymentRegistra un pago (fuera del sistema) y opcionalmente lo aplica a facturas

Próximos pasos

¿Te ha sido útil esta guía?

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.

Guías relacionadas