Connector guide2-minute read11 MCP toolsEN · DE · IT

sevDesk su MCP — Pilota sevDesk da qualsiasi agente AI

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

HCBy HelpCode teamAggiornato 2 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

sevDesk

sevDesk

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

tool

11

Regione

DE

Categoria

Accounting

Autenticazione

API Key

Env vars richieste

SEVDESK_API_KEY
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi sevDesk 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.

Inizia la prova gratuita

Summary

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

Prova a chiedere

Prompt di esempio per sevDesk

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

sevDesk · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → sevDesk, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

sevDesk

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

Setup

Getting a key

  1. Sign in to sevDesk and open Einstellungen → Benutzer → (your user) → API-Token.
  2. Copy the token into SEVDESK_API_KEY. It belongs to one user in one client (Mandant) and inherits that user's permissions — create a dedicated API user with read rights if the agent should not be able to write.

The Authorization header has no scheme. sevDesk expects the raw token (Authorization: abc123…), not Bearer abc123…. This adapter sends it that way; if you build a custom connector against sevDesk by hand, that is the single most common reason for a 401.

…(continued in the in-app connector instructions)

Prerequisiti: SEVDESK_API_KEY

Installazione locale del connettore

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

Apri http://localhost:3000/connectors/store, scegli sevDesk e inserisci le variabili elencate nei Prerequisiti.

Tool disponibili

ToolWhat it does
sevdesk_list_usersList the sevDesk users in this client, with their names and e-mail addresses
sevdesk_list_contactsList contacts (customers, suppliers, partners)
sevdesk_get_contactRead one contact by its numeric sevDesk id, with its category, customer number, tax settings and default payment terms
sevdesk_list_invoicesList outgoing invoices, newest first
sevdesk_get_invoice_positionsRead the line items (Positionen) of one invoice: article, quantity, unit price, tax rate and the resulting net and gross sums
sevdesk_list_vouchersList vouchers (Belege) — incoming supplier invoices and receipts
sevdesk_list_ordersList orders and quotations (Aufträge und Angebote)
sevdesk_list_partsList parts (Artikel) from the sevDesk product catalogue with their price, stock level, unit and tax rate
sevdesk_list_check_accountsList the bank and cash accounts (Kassen und Bankkonten) configured in sevDesk, with their current balance and import type
sevdesk_list_transactionsList bank transactions on one check account, so unpaid invoices can be matched against money that actually arrived
sevdesk_create_contactCreate a new contact

Prossimi passi

Questa guida ti è stata utile?

Your sevDesk agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Guide correlate

connectors

Come collegare sevDesk a ChatGPT — via MCP

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

connectors

Come collegare sevDesk a Claude — via MCP

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

connectors

Come collegare sevDesk a Cursor — via MCP

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

connectors

Come collegare sevDesk a Gemini — via MCP

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

connectors

AFAS Profit su MCP — Pilota AFAS Profit da qualsiasi agente AI

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica su MCP — Pilota Aruba Fatturazione Elettronica da qualsiasi agente AI

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.