Connector guide2-minute read11 MCP toolsEN · DE · IT

sevDesk to MCP — Drive sevDesk from any AI Agent

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 teamUpdated 2 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

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.

tools

11

Region

DE

Category

Accounting

Authentication

API Key

Required env vars

SEVDESK_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 sevDesk 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

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.

Try asking

Example prompts for sevDesk

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

sevDesk · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → sevDesk, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

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)

Prerequisites: SEVDESK_API_KEY

Install the connector locally

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

Open http://localhost:3000/connectors/store, pick sevDesk and paste in the env vars listed under Prerequisites.

Available tools

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

Next steps

Was this guide helpful?

Your sevDesk agent is one click away.

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

Related guides

connectors

How to Connect sevDesk to 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

How to Connect sevDesk to 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

How to Connect sevDesk to 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

How to Connect sevDesk to 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 to MCP — Drive AFAS Profit from any AI Agent

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 to MCP — Drive Aruba Fatturazione Elettronica from any AI Agent

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.