Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the KashFlow 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.
Summary
Manage KashFlow (UK accounting) customers, suppliers, invoices, receipts, products via SOAP envelope from any AI agent. 8 tools, embedded-auth.
Frag einfach
Beispiel-Prompts für KashFlow
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Konnektor laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → KashFlow klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
KashFlow
Manage KashFlow (UK accounting) customers, suppliers, invoices, receipts, products via SOAP envelope from any AI agent. 8 tools, embedded-auth.
Einrichtung
This connector wraps the KashFlow REST API (securedwebapp.com/api).
Setup:
- Log into https://securedwebapp.com → Settings → API → Enable API access.
- Note your Username + API password (separate from your login password).
- Set
KASHFLOW_USERNAMEandKASHFLOW_PASSWORD.
Authentication: KashFlow uses a REST API with username + password in the URL path: /api/v2/{username}/{password}/<endpoint>. The adapter substitutes both via runtime envVars — the credentials never appear in query string or body.
…(continued in the in-app connector instructions)
Voraussetzungen: KASHFLOW_USERNAME, KASHFLOW_PASSWORD
Connector lokal installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle KashFlow und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
kashflow_list_customers | List customers |
kashflow_get_customer | Get one customer by KashFlow CustomerID |
kashflow_create_customer | Create a customer |
kashflow_list_suppliers | List suppliers |
kashflow_list_invoices | List sales invoices |
kashflow_get_invoice | Get a single invoice with line items |
kashflow_create_invoice | Create a sales invoice |
kashflow_list_products | List products / services |
Nächste Schritte
War dieser Guide hilfreich?