Connector guide2-minute read7 MCP toolsEN · DE · IT

Cómo conectar Quipu a Claude — via MCP

Quipu — Spanish invoicing and bookkeeping for autónomos and small companies: issued and received invoices, contacts, items, expenses and bank accounts. REST API, OAuth 2.0 client credentials.

HCBy HelpCode teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

Quipu

Quipu

Quipu — Spanish invoicing and bookkeeping for autónomos and small companies: issued and received invoices, contacts, items, expenses and bank accounts. REST API, OAuth 2.0 client credentials.

herramientas

7

Región

ES

Categoría

Accounting

Autenticación

OAuth 2.0

Env vars requeridas

QUIPU_CLIENT_IDQUIPU_CLIENT_SECRET
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Quipu con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

Quipu — Spanish invoicing and bookkeeping for autónomos and small companies: issued and received invoices, contacts, items, expenses and bank accounts. REST API, OAuth 2.0 client credentials.

Prueba a pedir

Prompts de ejemplo para Quipu

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

Quipu · 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, pulsa Connectors → Quipu, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Quipu + Claude

Quipu — Spanish invoicing and bookkeeping for autónomos and small companies: issued and received invoices, contacts, items, expenses and bank accounts. REST API, OAuth 2.0 client credentials.

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:

QUIPU_CLIENT_ID, QUIPU_CLIENT_SECRET

Paso 1 — Obtener credenciales

Getting credentials

  1. Sign in to Quipu and open the developer area (developers.getquipu.com) to register an application against your account.
  2. You receive a client id (app_id) and client secret. Quipu's API uses the client-credentials grant, so there is no browser consent step for your own account's data.
  3. Set QUIPU_CLIENT_ID and QUIPU_CLIENT_SECRET. AnythingMCP fetches and refreshes the access token on its own.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Paso 3 — Añadir el conector en Claude

Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.

  1. Abre claude.ai/customize/connectors.
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: Quipu
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.

Herramientas disponibles

ToolWhat it does
quipu_list_contactsList contacts — customers and suppliers — with their name, NIF, address and the country they invoice from
quipu_get_contactRead one contact by id, with their full tax data, address and the default payment terms recorded against them
quipu_list_invoicesList issued invoices with their number, date, contact, IVA and IRPF amounts, total and payment state — the revenue side
quipu_get_invoiceRead one issued invoice in full: every line with its quantity, price, IVA rate and IRPF retention, plus the totals and the payments applied
quipu_list_expensesList received expenses and supplier invoices with their date, supplier, category, IVA and total — the cost side of the ledger
quipu_list_itemsList the items and services in the catalogue with their code, description, unit price and default IVA rate
quipu_list_accounting_categoriesList the accounting categories expenses are filed under, so a cost breakdown uses the categories the bookkeeper actually uses

FAQ

¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

¿Te ha sido útil esta guía?

Your Quipu agent is one click away.

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

Guías relacionadas