Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Quipu con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.
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.
Prova a chiedere
Prompt di esempio per Quipu
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Quipu, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Quipu + Cursor
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.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
QUIPU_CLIENT_ID, QUIPU_CLIENT_SECRET
Step 1 — Ottieni le credenziali
Getting credentials
- Sign in to Quipu and open the developer area (developers.getquipu.com) to register an application against your account.
- 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. - Set
QUIPU_CLIENT_IDandQUIPU_CLIENT_SECRET. AnythingMCP fetches and refreshes the access token on its own.
…(continued in the in-app connector instructions)
Step 2 — Installa l'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
Step 3 — Aggiungi il connettore in Cursor
Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
- Salva il file e riavvia Cursor.
- Apri Cursor → Impostazioni → MCP per verificare che
Quipusia presente e "Connected". - Inizia a chattare — tutti gli strumenti di
Quipusono ora invocabili.
Tool disponibili
| Tool | What it does |
|---|---|
quipu_list_contacts | List contacts — customers and suppliers — with their name, NIF, address and the country they invoice from |
quipu_get_contact | Read one contact by id, with their full tax data, address and the default payment terms recorded against them |
quipu_list_invoices | List issued invoices with their number, date, contact, IVA and IRPF amounts, total and payment state — the revenue side |
quipu_get_invoice | Read 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_expenses | List received expenses and supplier invoices with their date, supplier, category, IVA and total — the cost side of the ledger |
quipu_list_items | List the items and services in the catalogue with their code, description, unit price and default IVA rate |
quipu_list_accounting_categories | List the accounting categories expenses are filed under, so a cost breakdown uses the categories the bookkeeper actually uses |
FAQ
Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.
Prossimi passi
Questa guida ti è stata utile?