Capabilities
Orders & Bookings
Full read/write access to your bookings system. AI can check availability, create appointments, and manage existing reservations.
Customers
Smart search and management of your CRM contacts.
Invoices / Fiscalization
Draft and publish invoices with compliance for multiple tax systems:
- Austria (RKSV)
- Germany (KassenSichV)
- France (Loi de finances)
- Italy (Registratore Telematico)
- Spain (Cloud fiscalization/ticket BAI)
- Portugal (AT certified)
- Poland (Online cash registers)
- Greece (AADE/EFT POS)
- Belgium (Black Box / VSC)
Services / Channel Management
Live catalog access for pricing, service availability, and integrated channel management for OTA platforms.
Assets & DCL
Track physical assets, handle dispatch notes, and seamlessly integrate with the Digital Consignment Ledger (MyData).
Connection Protocol
claude_desktop_config.json
// 1. Open Claude Desktop Settings -> Developer -> Edit Config
// 2. Paste the following JSON to connect to the global server
{
"mcpServers": {
"workadu": {
"url": "https://mcp.workadu.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY",
"X-Workadu-Api-Url": "https://app.workadu.com"
}
}
}
}
Local Development (stdio)
# Clone and build for local isolated use
$ git clone https://github.com/workadu/mcp-server.git
$ cd mcp-server && npm install && npm run build
$ WORKADU_API_KEY=key WORKADU_API_URL=url node dist/index.js